Uses of Enum Class
com.jbstrap.ui.bootstrap.CheckboxType
Packages that use CheckboxType
-
Uses of CheckboxType in com.jbstrap.ui.bootstrap
Methods in com.jbstrap.ui.bootstrap that return CheckboxTypeModifier and TypeMethodDescriptionstatic CheckboxType
static CheckboxType
Returns the enum constant of this class with the specified name.static CheckboxType[]
CheckboxType.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of CheckboxType in com.jbstrap.ui.components.form.items
Methods in com.jbstrap.ui.components.form.items with parameters of type CheckboxTypeModifier and TypeMethodDescriptionfinal CheckboxItem
CheckboxItem.setCheckboxType
(CheckboxType checkboxType) Sets the checkbox type (color).