Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class SpinnerValueFactory[Integer]trait SFXDelegate[IntegerSpinnerValueFactory]class Objecttrait Matchableclass Any
Members list
Value members
Constructors
Constructs a new IntegerSpinnerValueFactory that sets the initial value to be equal to the min value, and a default amountToStepBy of one.
Constructs a new IntegerSpinnerValueFactory that sets the initial value to be equal to the min value, and a default amountToStepBy of one.
Value parameters
- max
-
The maximum allowed integer value for the Spinner.
- min
-
The minimum allowed integer value for the Spinner.
Attributes
Constructs a new IntegerSpinnerValueFactory with a default amountToStepBy of one.
Constructs a new IntegerSpinnerValueFactory with a default amountToStepBy of one.
Value parameters
- initialValue
-
The value of the Spinner when first instantiated, must be within the bounds of the min and max arguments, or else the min value will be used.
- max
-
The maximum allowed integer value for the Spinner.
- min
-
The minimum allowed integer value for the Spinner.
Attributes
Constructs a new IntegerSpinnerValueFactory.
Constructs a new IntegerSpinnerValueFactory.
Value parameters
- amountToStepBy
-
The amount to increment or decrement by, per step.
- initialValue
-
The value of the Spinner when first instantiated, must be within the bounds of the min and max arguments, or else the min value will be used.
- max
-
The maximum allowed integer value for the Spinner.
- min
-
The minimum allowed integer value for the Spinner.
Attributes
Concrete methods
Sets the amount to increment or decrement by, per step.
Sets the amount to increment or decrement by, per step.
Attributes
Sets the maximum allowable value for this value factory
Sets the maximum allowable value for this value factory
Attributes
Sets the minimum allowable value for this value factory
Sets the minimum allowable value for this value factory
Attributes
Inherited methods
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
- Inherited from:
- SpinnerValueFactory
Attributes
- Inherited from:
- SpinnerValueFactory
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
-
SFXDelegate -> Any
- Inherited from:
- SFXDelegate
Attributes
- Returns
-
The delegate hashcode
- Definition Classes
-
SFXDelegate -> Any
- Inherited from:
- SFXDelegate
Attributes
- Returns
-
Returns the original delegate's
toString()adding a[SFX]prefix. - Definition Classes
-
SFXDelegate -> Any
- Inherited from:
- SFXDelegate
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
- Inherited from:
- SpinnerValueFactory
Attributes
- Inherited from:
- SpinnerValueFactory
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
- Inherited from:
- SpinnerValueFactory
Attributes
- Inherited from:
- SpinnerValueFactory
Concrete fields
JavaFX object to be wrapped.
JavaFX object to be wrapped.