UIListCellAdapterEvent
class UIListCellAdapterEvent
extends ActionEvent
Action event that is emitted on a particular UIListCellAdapter.
Constructor
<TObject extends ManagedObject = ManagedObject>(name: string, source: UIListCellAdapter<TObject>, inner?: ManagedEvent): UIListCellAdapterEvent<...>
.cell
The cell that contains the component that originally emitted this event.
.object
TObject
The object encapsulated by the UIListCellAdapter, if any.
.value
any
The value encapsulated by the UIListCellAdapter, if any.
.context
TContext
Inherited from ActionEvent.context.
.source
TComponent
Inherited from ComponentEvent.source.
.inner
Inherited from ComponentEvent.inner.
.name
string
Inherited from ManagedEvent.name.
.freeze()
(): Readonly<this>
Inherited from ManagedEvent.freeze.