Package com.embabel.ux.form
Class Checkbox
-
- All Implemented Interfaces:
-
com.embabel.ux.form.Control,com.embabel.ux.form.RequirableControl
public final class Checkbox implements RequirableControl
-
-
Method Summary
Modifier and Type Method Description ControlTypegetType()final StringgetLabel()final BooleangetChecked()BooleangetRequired()BooleangetDisabled()StringgetId()-
-
Method Detail
-
getType
ControlType getType()
-
getChecked
final Boolean getChecked()
-
getRequired
Boolean getRequired()
-
getDisabled
Boolean getDisabled()
-
-
-
-