scalafx.scene.control.SpinnerValueFactory
See theSpinnerValueFactory companion object
Type parameters
T
The type of the data this value factory deals with, which must coincide with the type of the Spinner that the value factory is set on.
Value parameters
delegate
A JavaFX SpinnerValueFactory to be wrapped. Its default value is a new JavaFX SpinnerValueFactory.
Attributes
Companion
object
Graph
Reset zoom Hide graph Show graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
Members list
Converts the user-typed input (when the Spinner is editable) to an object of type T, such that the input may be retrieved via the value property.
Converts the user-typed input (when the Spinner is editable) to an object of type T, such that the input may be retrieved via the value property.
Attributes
Represents the current value of the SpinnerValueFactory, or null if no value has been set.
Represents the current value of the SpinnerValueFactory, or null if no value has been set.
Attributes
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).
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).
Attributes
Verifies if a object is equals to this delegate.
Verifies if a object is equals to this delegate.
Value parameters
ref
Object to be compared.
Attributes
Returns
if the other object is equals to this delegate or not.
Definition Classes
Inherited from:
SFXDelegate
Attributes
Returns
The delegate hashcode
Definition Classes
Inherited from:
SFXDelegate
Attributes
Returns
Returns the original delegate's toString() adding a [SFX] prefix.
Definition Classes
Inherited from:
SFXDelegate
JavaFX object to be wrapped.
JavaFX object to be wrapped.
Attributes