OptionalValidatedActionEventHandlerProperty

Boilerplate which avoids having to use generics.

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

Constructors

constructor(initialValue: ActionEventHandler?, bean: Any? = null, beanName: String? = null, validation: (ValidatedProperty<ActionEventHandler?>, ActionEventHandler?, ActionEventHandler?) -> ActionEventHandler?)