SerializableEnumProperty

open fun SerializableEnumProperty()

The constructor of ObjectPropertyBase.


open fun SerializableEnumProperty(initialValue: T)

The constructor of ObjectPropertyBase.

Parameters

initialValue

the initial value of the wrapped value


open fun SerializableEnumProperty(name: String)

The constructor of ObjectPropertyBase.

Parameters

name

the name of this SimpleObjectProperty


open fun SerializableEnumProperty(name: String, initialValue: T)

The constructor of ObjectPropertyBase.

Parameters

name

the name of this SimpleObjectProperty

initialValue

the initial value of the wrapped value