Ranged Integer Property
This javafx.beans.property.IntegerProperty is designed to have a range for the wrapped value and to be serializable.
Constructors
Link copied to clipboard
open fun RangedIntegerProperty(name: String, initialValue: Int, lowerBound: Int, upperBound: Int)
Content copied to clipboard
Based on constructor of IntegerPropertyBase, adds the specified bounds.
Link copied to clipboard
open fun RangedIntegerProperty(name: String, lowerBound: Int, upperBound: Int)
Content copied to clipboard
Based on constructor of IntegerPropertyBase, adds the specified bounds.
Link copied to clipboard
open fun RangedIntegerProperty(initialValue: Int, lowerBound: Int, upperBound: Int)
Content copied to clipboard
Based on constructor of IntegerPropertyBase, adds the specified bounds.
Link copied to clipboard
Based on constructor of IntegerPropertyBase, adds the specified bounds.
Link copied to clipboard
The constructor of IntegerPropertyBase.
Link copied to clipboard
The constructor of IntegerPropertyBase.
Link copied to clipboard
The constructor of IntegerPropertyBase.
Link copied to clipboard
The constructor of IntegerPropertyBase.
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns a com.google.gson.JsonSerializer and com.google.gson.JsonDeserializer combo class to be used as a
TypeAdapter
for this RangedIntegerProperty
.Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun <S : Number?> numberExpression(p: ObservableNumberValue): NumberExpressionBase
Content copied to clipboard
Link copied to clipboard
open fun <T : Number?> readOnlyIntegerProperty(p: ReadOnlyProperty<T>): ReadOnlyIntegerProperty
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard