Uses of Enum Class
com.jbstrap.ui.bootstrap.FormItemState
Package
Description
-
Uses of FormItemState in com.jbstrap.ui.bootstrap
Modifier and TypeMethodDescriptionstatic FormItemState
static FormItemState
Returns the enum constant of this class with the specified name.static FormItemState[]
FormItemState.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of FormItemState in com.jbstrap.ui.components.form
Modifier and TypeFieldDescriptionprotected FormItemState
FormItem.defaultState
protected FormItemState
FormItem.state
Modifier and TypeMethodDescriptionprotected FormItemState
FormItem.getDefaultState()
final FormItemState
FormItem.getState()
Gets the form element state.Modifier and TypeMethodDescriptionprotected E
FormItem._setState
(FormItemState state) FormItem.setState
(FormItemState formItemState) Sets the form element state. -
Uses of FormItemState in com.jbstrap.ui.components.form.items
Modifier and TypeMethodDescriptionCheckboxItem.setState
(FormItemState formItemState) Sets the checkbox state.SwitchItem.setState
(FormItemState formItemState) Sets the state of the switch. -
Uses of FormItemState in com.jbstrap.ui.components.form.items.selectoritem