SerializableBooleanProperty

open fun SerializableBooleanProperty()

The constructor of SimpleBooleanProperty.


open fun SerializableBooleanProperty(initialValue: Boolean)

The constructor of SimpleBooleanProperty.

Parameters

initialValue

the initial value of the wrapped value


open fun SerializableBooleanProperty(name: String)

The constructor of SimpleBooleanProperty.

Parameters

name

the name of this SimpleBooleanProperty


open fun SerializableBooleanProperty(name: String, initialValue: Boolean)

The constructor of SimpleBooleanProperty.

Parameters

name

the name of this SimpleBooleanProperty

initialValue

the initial value of the wrapped value