Class Checkbox
java.lang.Object
fc.web.forms.Field
fc.web.forms.Choice
fc.web.forms.Checkbox
-
Nested Class Summary
Nested classes/interfaces inherited from class Field
Field.Type -
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new unselected checkbox with no separate value attributeConstructs a new checkbox which is selected/unselected as specified.Constructs a new unselected checkbox with the specified value and HTML text.Creates a new checkbox object. -
Method Summary
Methods inherited from class Choice
getBooleanValue, getIntValue, getShortValue, getValue, isFilled, renderImpl, setSelected, setValue, setValue, setValue, setValueFromSubmit, toStringMethods inherited from class Field
add, addError, addLabel, addString, disable, disable, enable, enable, getLabel, getName, getValidateErrors, isEnabled, render, render, render, renderError, renderError, renderStyleTag, setStyleTag, validate
-
Constructor Details
-
Checkbox
-
Checkbox
-
Checkbox
-
Checkbox
-
-
Method Details
-
getType
Description copied from class:FieldSubclasses should return an appropriateField.Type. This type is rendered as part of <input type= ...
-