|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IntegerElement
Description:
TODO: patrickb Class Description for IntegerElement
Initial Date: 22.06.2007
| Field Summary |
|---|
| Fields inherited from interface org.olat.core.gui.components.form.flexible.FormItem |
|---|
ERRORC, EXAMPLEC, LABELC |
| Fields inherited from interface org.olat.core.gui.components.form.flexible.FormBaseComponentIdProvider |
|---|
DISPPREFIX |
| Method Summary | |
|---|---|
int |
getIntValue()
|
void |
setIntValue(int value)
set the int value. |
void |
setIntValueCheck(java.lang.String errorKey)
Implementors note: an integer element implementation has to provide a generic int value check anyway with a generic "must be a number" error message. |
void |
setIsEqualCheck(int otherValue,
java.lang.String errorKey)
|
void |
setMaxValueCheck(int maxValue,
java.lang.String errorKey)
The value must be less or equal to maxValue |
void |
setMinValueCheck(int minValue,
java.lang.String errorKey)
The value must be bigger or equal minValue. |
| Methods inherited from interface org.olat.core.gui.components.form.flexible.elements.TextElement |
|---|
getValue, getValue, isEmpty, isEmpty, setDisplaySize, setIsEqualCheck, setItemValidatorProvider, setMaxLength, setNewOriginalValue, setNotEmptyCheck, setNotLongerThanCheck, setRegexMatchCheck, setValue |
| Methods inherited from interface org.olat.core.gui.components.form.flexible.FormItem |
|---|
addActionListener, clearError, doDispatchFormRequest, evalFormRequest, getAction, getActionListenersFor, getComponent, getErrorC, getErrorText, getExampleC, getExampleText, getLabelC, getLabelText, getName, getRootForm, getTranslator, getUserObject, hasError, hasExample, hasFocus, hasLabel, isEnabled, isMandatory, isVisible, reset, setEnabled, setErrorComponent, setErrorKey, setExampleKey, setFocus, setLabel, setLabelComponent, setMandatory, setRootForm, setTranslator, setUserObject, setVisible, showError, showExample, showLabel, validate |
| Methods inherited from interface org.olat.core.gui.components.form.flexible.FormBaseComponentIdProvider |
|---|
getFormDispatchId |
| Method Detail |
|---|
int getIntValue()
void setIntValue(int value)
value - void setIntValueCheck(java.lang.String errorKey)
errorKey -
void setIsEqualCheck(int otherValue,
java.lang.String errorKey)
otherValue - errorKey -
void setMinValueCheck(int minValue,
java.lang.String errorKey)
minValue - errorKey -
void setMaxValueCheck(int maxValue,
java.lang.String errorKey)
maxValue - errorKey -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||