EventFieldDelegate

class EventFieldDelegate<T>(val eventField: EventField<T>)

Constructors

Link copied to clipboard
constructor(eventField: EventField<T>)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
operator fun getValue(thisRef: FieldListDescription, property: KProperty<*>): T?
Link copied to clipboard
fun setValue(value: T?)
operator fun setValue(thisRef: FieldListDescription, property: KProperty<*>, value: T?)