viewtify.ui
UISpinner<T>
T>T
AnimateHelperUISpinner,TSpinnerTAssociativeHelperCollectableHelperUISpinner,TTContextMenuHelperUISpinnerTDecorationHelperUISpinnerTDisableHelperUISpinnerTkiss.DisposablePropertyAccessHelperStyleHelperUISpinner,TSpinnerTSupplierTTooltipHelperUISpinner,TSpinnerTUserActionHelperUISpinnerTUserInterfaceProviderSpinnerTValueHelperUISpinner,TTVerifyHelperUISpinnerTVisibleHelperUISpinnerT
UISpinner(Viewview)
Viewview)Viewview |
A |
Enchanced view.
valueProperty()javafx.beans.property.PropertyT
Tjavafx.beans.property.Property |
itemsProperty()javafx.beans.property.Propertyjavafx.collections.ObservableListT
javafx.collections.ObservableListTjavafx.beans.property.Property |
increment(intsteps)UISpinnerT
intsteps)Tintsteps |
The number of increments that should be performed on the value. |
UISpinner |
Chainable API. |
Attempts to imcrement the value by the given number of steps.
decrement(intsteps)UISpinnerT
intsteps)Tintsteps |
The number of decrements that should be performed on the value. |
UISpinner |
Chainable API. |
Attempts to decrement the value by the given number of steps.
around()UISpinnerT
TUISpinner |
Chainable API. |
The wrapAround property is used to specify whether the value factory should be circular. For example, should an integer-based value model increment from the maximum value back to the minimum value (and vice versa).
format(FunctionT, Stringformatter)UISpinnerT
FunctionT, Stringformatter)TFunctionformatter |
A value formatter. |
UISpinner |
Chainable API. |
Set value-display formatter.