Gets the element on which the numeric spinner is bound.
The numeric spinner element.
Gets the element on which the numeric spinner is bound.
The numeric spinner element.
Gets the numeric spinner currently selected value (as a float).
The numeric spinner value.
Gets the numeric spinner currently selected value (as an integer).
The numeric spinner value.
Gets the numeric spinner currently selected value (as a string).
The numeric spinner value.
Resets the numeric spinner.
Sets the numeric spinner value.
The value to set the numeric spinner to. If value
is greater than [max
]{@link NumericSpinner.max},
this method sets the numeric spinner to its maximum value instead. Likewise, if value is lesser than
[min
]{@link NumericSpinner.min}, the method sets the numeric spinner to its minimum value.
Creates a new NumericSpinner
.
The function to call when the numeric spinner value changes. This function takes the current
NumericSpinner
instance as an argument.
The minimum possible value of the numeric spinner.
The maximum possible value of the numeric spinner.
The label to use for the input for accessibility purposes.
A numeric spinner widget with standard styling.