SimpleOptionalStringProperty

open class SimpleOptionalStringProperty(initialValue: String?, bean: Any? = null, beanName: String? = null) : SimpleProperty<String?> , OptionalStringProperty

Boilerplate which avoids having to use generics.

Similar to SimpleStringProperty, but the value can also be null.

Constructors

Link copied to clipboard
constructor(initialValue: String?, bean: Any? = null, beanName: String? = null)