public interface GroupTreeChangedHandler
extends com.google.gwt.event.shared.EventHandler
Modifier and Type | Method and Description |
---|---|
void |
onGroupTreeChanged(GroupTreeChangedEvent event)
|
void onGroupTreeChanged(GroupTreeChangedEvent event)
grouping
operation completes,
whether it started as a direct call to groupBy()
or regroup()
or data changing, including incremental changes. If
changeType
is "groupBy", ListGrid.groupBy()
should have been called at the beginning of the operation, and ListGrid.groupByComplete()
will be called
immediately before this method. If changeType
is "regroup", then ListGrid.regroup()
should have been called at the beginning
of the operation.
event
- the event