SimpleOptionalActionEventHandlerProperty
open class SimpleOptionalActionEventHandlerProperty(initialValue: ActionEventHandler?, bean: Any? = null, beanName: String? = null) : SimpleProperty<ActionEventHandler?> , OptionalActionEventHandlerProperty
Boilerplate which avoids having to use generics.
Similar to SimpleActionEventHandlerProperty, but the value can also be null
.