public interface GroupByCompleteHandler
extends com.google.gwt.event.shared.EventHandler
| Modifier and Type | Method and Description |
|---|---|
void |
onGroupByComplete(GroupByCompleteEvent event)
Callback fired when the listGrid is grouped or ungrouped.
|
void onGroupByComplete(GroupByCompleteEvent event)
Unlike ListGrid.handleGroupBy, this notification will fire
when grouping is complete, and the groupTree has been
updated to reflect the grouped data.
event - the event