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