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