ReadOnlyActionEventHandlerPropertyWrapper

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.

Constructors

constructor(wraps: ActionEventHandlerProperty)

Properties

Link copied to clipboard
open override val bean: Any?
Link copied to clipboard
open override val beanName: String?
Link copied to clipboard
open override val value: ActionEventHandler

Functions

Link copied to clipboard
open override fun addBindListener(listener: InvalidationListener)
Link copied to clipboard
open override fun addListener(listener: InvalidationListener)
Link copied to clipboard
Link copied to clipboard
open operator fun getValue(thisRef: Any, kProperty: KProperty<*>): ActionEventHandler
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun removeListener(listener: InvalidationListener)
Link copied to clipboard
Link copied to clipboard
open override fun toString(): String