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