Uses of Enum Class
com.jbstrap.ui.bootstrap.CheckboxType
-
Uses of CheckboxType in com.jbstrap.ui.bootstrap
Modifier 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
Modifier and TypeMethodDescriptionfinal CheckboxItem
CheckboxItem.setCheckboxType
(CheckboxType checkboxType) Sets the checkbox type (color).