Events dispatched by the GroupListView component.

Available since

1.0.0

.

See also:

Static variables

@:value("itemTrigger")staticinlineread onlyITEM_TRIGGER:EventType<GroupListViewEvent> = "itemTrigger"

The GroupListViewEvent.ITEM_TRIGGER event type is dispatched when an item renderer is clicked or tapped.

Available since

1.0.0

.

Static methods

staticdispatch(dispatcher:IEventDispatcher, type:String, state:GroupListViewItemState):Bool

Dispatches a pooled event with the specified properties.

GroupListViewEvent.dispatch(component, GroupListViewEvent.ITEM_TRIGGER, state);
Available since

1.0.0

.

Constructor

new(type:String, state:GroupListViewItemState)

Variables

Methods