SimpleOptionalActionEventProperty

open class SimpleOptionalActionEventProperty(initialValue: ActionEvent?, bean: Any? = null, beanName: String? = null) : SimpleProperty<ActionEvent?> , OptionalActionEventProperty

Boilerplate which avoids having to use generics.

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

Constructors

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