Serializable Enum Property
open class SerializableEnumProperty<T : Enum<T>?> : ObjectPropertyBase<T> , Serializable
Content copied to clipboard
javafx.beans.property.Property designed to wrap an enum.
It is based on ObjectPropertyBase
and is Serializable
.
Parameters
<T>
the enumeration wrapped
Constructors
Link copied to clipboard
The constructor of
ObjectPropertyBase
.Link copied to clipboard
The constructor of
ObjectPropertyBase
.Link copied to clipboard
The constructor of
ObjectPropertyBase
.Link copied to clipboard
The constructor of
ObjectPropertyBase
.Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun <T> objectExpression(p: ObservableObjectValue<T>): ObjectExpression<T>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard