Events dispatched by the TreeGridView component.

Available since

1.0.0

.

See also:

Static variables

@:value("branchClose")staticinlineread onlyBRANCH_CLOSE:EventType<TreeGridViewEvent<TreeGridViewCellState>> = "branchClose"

The TreeGridViewEvent.BRANCH_CLOSE event type is dispatched when a branch is closed.

Available since

1.0.0

.

@:value("branchOpen")staticinlineread onlyBRANCH_OPEN:EventType<TreeGridViewEvent<TreeGridViewCellState>> = "branchOpen"

The TreeGridViewEvent.BRANCH_OPEN event type is dispatched when a branch is opened.

Available since

1.0.0

.

@:value("cellTrigger")staticinlineread onlyCELL_TRIGGER:EventType<TreeGridViewEvent<TreeGridViewCellState>> = "cellTrigger"

The TreeGridViewEvent.CELL_TRIGGER event type is dispatched when a cell renderer is clicked or tapped.

Available since

1.0.0

.

@:value("headerTrigger")staticinlineread onlyHEADER_TRIGGER:EventType<TreeGridViewEvent<TreeGridViewHeaderState>> = "headerTrigger"

The TreeGridViewEvent.HEADER_TRIGGER event type is dispatched when a header renderer is clicked or tapped.

Available since

1.0.0

.

Static methods

staticdispatchForCell(dispatcher:IEventDispatcher, type:String, state:TreeGridViewCellState):Bool

Dispatches a pooled event with the specified properties.

TreeGridViewEvent.dispatchForCell(component, TreeGridViewEvent.CELL_TRIGGER, state);
Available since

1.0.0

.

staticdispatchForHeader(dispatcher:IEventDispatcher, type:String, state:TreeGridViewHeaderState):Bool

Dispatches a pooled event with the specified properties.

TreeGridViewEvent.dispatchForHeader(component, TreeGridViewEvent.HEADER_TRIGGER, state);
Available since

1.0.0

.

Constructor

new(type:String, state:S)

Variables

Methods