OptionalValidatedOrientationProperty
open class OptionalValidatedOrientationProperty(initialValue: Orientation?, bean: Any? = null, beanName: String? = null, validation: (ValidatedProperty<Orientation?>, Orientation?, Orientation?) -> Orientation?) : ValidatedProperty<Orientation?> , OptionalOrientationProperty
Boilerplate which avoids having to use generics.
Similar to ValidatedOrientationProperty, but the value can also be null
.
Constructors
Link copied to clipboard
constructor(initialValue: Orientation?, bean: Any? = null, beanName: String? = null, validation: (ValidatedProperty<Orientation?>, Orientation?, Orientation?) -> Orientation?)