Serializable Boolean Property
open class SerializableBooleanProperty : BooleanPropertyBase, Serializable
Content copied to clipboard
javafx.beans.property.SimpleBooleanProperty that implements also Serializable.
Constructors
Link copied to clipboard
The constructor of
SimpleBooleanProperty
.Link copied to clipboard
The constructor of
SimpleBooleanProperty
.Link copied to clipboard
The constructor of
SimpleBooleanProperty
.Link copied to clipboard
open fun SerializableBooleanProperty(name: String, initialValue: Boolean)
Content copied to clipboard
The constructor of
SimpleBooleanProperty
.Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getTypeAdapter(): PropertyTypeAdapter<SerializableBooleanProperty>
Content copied to clipboard
Returns a com.google.gson.JsonSerializer and com.google.gson.JsonDeserializer combo class to be used as a
TypeAdapter
for this SerializableBooleanProperty
.Link copied to clipboard
Link copied to clipboard
open fun readOnlyBooleanProperty(p: ReadOnlyProperty<Boolean>): ReadOnlyBooleanProperty
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard