Uses of Enum Class
com.jbstrap.ui.components.form.FormItemLabelPosition
-
Uses of FormItemLabelPosition in com.jbstrap.ui.components.form
Modifier and TypeMethodDescriptionfinal FormItemLabelPosition
Form.getLabelPosition()
Gets the form item label positionfinal FormItemLabelPosition
FormItem.getLabelPosition()
Sets the position of the form element label relative to the input field position.static FormItemLabelPosition
Returns the enum constant of this class with the specified name.static FormItemLabelPosition[]
FormItemLabelPosition.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionfinal Form
Form.setLabelPosition
(FormItemLabelPosition position) Sets the label position of the form items.final E
FormItem.setLabelPosition
(FormItemLabelPosition labelPosition) Sets the position of the form element label relative to the input field position.