Uses of Enum Class
com.jbstrap.ui.components.form.FormItemLabelPosition
Packages that use FormItemLabelPosition
-
Uses of FormItemLabelPosition in com.jbstrap.ui.components.form
Fields in com.jbstrap.ui.components.form declared as FormItemLabelPositionMethods in com.jbstrap.ui.components.form that return FormItemLabelPositionModifier 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.Methods in com.jbstrap.ui.components.form with parameters of type FormItemLabelPositionModifier 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.