SimpleOptionalOrientationProperty

open class SimpleOptionalOrientationProperty(initialValue: Orientation?, bean: Any? = null, beanName: String? = null) : SimpleProperty<Orientation?> , OptionalOrientationProperty

Boilerplate which avoids having to use generics.

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

Constructors

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