SerializableStringProperty

open fun SerializableStringProperty()

The constructor of SimpleStringProperty.


open fun SerializableStringProperty(initialValue: String)

The constructor of SimpleStringProperty.

Parameters

initialValue

the initial value of the wrapped value


open fun SerializableStringProperty(name: String, initialValue: String)

The constructor of SimpleStringProperty.

Parameters

name

the name of this SimpleStringProperty

initialValue

the initial value of the wrapped value