SimpleOptionalBooleanProperty

open class SimpleOptionalBooleanProperty(initialValue: Boolean?, bean: Any? = null, beanName: String? = null) : SimpleProperty<Boolean?> , OptionalBooleanProperty

Boilerplate which avoids having to use generics.

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

Constructors

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