Uses of Class
com.jbstrap.ui.components.form.items.CheckboxItem
Packages that use CheckboxItem
-
Uses of CheckboxItem in com.jbstrap.ui.components.form.items
Methods in com.jbstrap.ui.components.form.items that return CheckboxItemModifier and TypeMethodDescriptionfinal CheckboxItem
CheckboxItem.setCheckboxShape
(CheckboxShape checkboxShape) Sets the checkbox shape.final CheckboxItem
CheckboxItem.setCheckboxType
(CheckboxType checkboxType) Sets the checkbox type (color).CheckboxItem.setDefaultValue
(Object defaultValue) Sets the default value of the checkbox, following the specified object.CheckboxItem.setObjectValue
(Object value) CheckboxItem.setOriginalObjectValue
(Object value) CheckboxItem.setOriginalValue
(Boolean originalValue) Sets the checkbox original value, and actual value at the same time.final CheckboxItem
CheckboxItem.setReadOnly
(boolean readOnly) Sets if the checkbox is read-only.CheckboxItem.setReverseShow
(boolean reverse) CheckboxItem.setState
(FormItemState formItemState) Sets the checkbox state.Sets the checkbox value.