viewtify.ui
UISpinner
<T
>
T
>T
AnimateHelper
UISpinner
,T
Spinner
T
AssociativeHelper
CollectableHelper
UISpinner
,T
T
ContextMenuHelper
UISpinner
T
DecorationHelper
UISpinner
T
DisableHelper
UISpinner
T
kiss.Disposable
PropertyAccessHelper
StyleHelper
UISpinner
,T
Spinner
T
Supplier
T
TooltipHelper
UISpinner
,T
Spinner
T
UserActionHelper
UISpinner
T
UserInterfaceProvider
Spinner
T
ValueHelper
UISpinner
,T
T
VerifyHelper
UISpinner
T
VisibleHelper
UISpinner
T
UISpinner
(View
view
)
View
view
)View view |
A |
Enchanced view.
valueProperty
()
javafx.beans.property.PropertyT
T
javafx.beans.property.Property |
itemsProperty
()
javafx.beans.property.Propertyjavafx.collections.ObservableListT
javafx.collections.ObservableListT
javafx.beans.property.Property |
increment
(int
steps
)
UISpinnerT
int
steps
)T
int steps |
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
(int
steps
)
UISpinnerT
int
steps
)T
int steps |
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
T
UISpinner |
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
, String
formatter
)
UISpinnerT
FunctionT
, String
formatter
)T
Function formatter |
A value formatter. |
UISpinner |
Chainable API. |
Set value-display formatter.