Uses of Class
com.jbstrap.ui.components.form.items.IntegerItem
-
Uses of IntegerItem in com.jbstrap.ui.components.form.items
Modifier and TypeMethodDescriptionIntegerItem.setDefaultValue
(Object defaultValue) Sets input field default value.IntegerItem.setEnabled
(boolean enabled) Enabling/disabling the component on the interface.final IntegerItem
IntegerItem.setMaximumValue
(Number maxValue) Sets the component’s maximum value.final IntegerItem
IntegerItem.setMinimumValue
(Number minValue) Sets the minimum value for the component.final IntegerItem
IntegerItem.setMousewheelSupport
(boolean mousewheel) Sets if mouse wheel is supported.IntegerItem.setObjectValue
(Object value) IntegerItem.setOriginalObjectValue
(Object value) final IntegerItem
IntegerItem.setOriginalValue
(Long value) Sets the original value of the componentfinal IntegerItem
IntegerItem.setPostfix
(String postfixText) Sets the postfix text to be displayed after the input box.final IntegerItem
IntegerItem.setPostfix
(String postfixText, String postfixStyleClass) Sets the postfix text and the custom style class for the postfix.final IntegerItem
Sets the input box prefix.final IntegerItem
Sets the input box prefix and the custom style class of the prefix box.IntegerItem.setReadOnly
(boolean readOnly) Sets if the field is read-only.final IntegerItem
IntegerItem.setShowTouchSpin
(boolean showTouchSpin) Sets the appearance of the increment/decrement button.final IntegerItem
Sets the increment/decrement value specified by the buttons.final IntegerItem
IntegerItem.setTouchSpinButtonClass
(String downButtonClass, String upButtonClass) Custom style class for the increment/decrement buttons.final IntegerItem
IntegerItem.setTouchSpinVertical
(boolean vertical) Sets the alignment of the increment/decrement buttons.final IntegerItem
Sets the current value of the component.