Static variables
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
.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
.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
.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
.