ReadOnlyActionEventHandlerPropertyWrapper
class ReadOnlyActionEventHandlerPropertyWrapper(wraps: ActionEventHandlerProperty) : ReadOnlyPropertyWrapper<ActionEventHandler, Property<ActionEventHandler>> , ReadOnlyActionEventHandlerProperty
Never use this class directly. Use ActionEventHandlerProperty.asReadOnly to obtain a read-only version of a mutable ActionEventHandlerProperty.
Boilerplate which avoids having to use generic. Instead of ReadOnlyPropertyWrapper<ActionEventHandler, Property<ActionEventHandler>>
, use ReadOnlyActionEventHandlerPropertyWrapper
.
Properties
Functions
Link copied to clipboard
open fun addBindChangeListener(lambda: (ObservableValue<ActionEventHandler>, ActionEventHandler, ActionEventHandler) -> Unit): ChangeListener<ActionEventHandler, ObservableValue<ActionEventHandler>>
open override fun addBindChangeListener(listener: ChangeListener<ActionEventHandler, ObservableValue<ActionEventHandler>>)
Link copied to clipboard
Link copied to clipboard
open fun addChangeListener(lambda: (ObservableValue<ActionEventHandler>, ActionEventHandler, ActionEventHandler) -> Unit): ChangeListener<ActionEventHandler, ObservableValue<ActionEventHandler>>
open override fun addChangeListener(listener: ChangeListener<ActionEventHandler, ObservableValue<ActionEventHandler>>)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun removeChangeListener(listener: ChangeListener<ActionEventHandler, ObservableValue<ActionEventHandler>>)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard