Modifier and Type | Method and Description |
---|---|
com.google.gwt.event.shared.HandlerRegistration |
addGroupByCompleteHandler(GroupByCompleteHandler handler)
Callback fired when the listGrid is grouped or ungrouped.
|
com.google.gwt.event.shared.HandlerRegistration addGroupByCompleteHandler(GroupByCompleteHandler handler)
Unlike ListGrid.handleGroupBy
, this notification will fire
when grouping is complete, and the groupTree
has been
updated to reflect the grouped data.
handler
- the groupByComplete handlerHandlerRegistration
used to remove this handler