public interface HasGroupTreeChangedHandlers
extends com.google.gwt.event.shared.HasHandlers
Modifier and Type | Method and Description |
---|---|
com.google.gwt.event.shared.HandlerRegistration |
addGroupTreeChangedHandler(GroupTreeChangedHandler handler)
|
com.google.gwt.event.shared.HandlerRegistration addGroupTreeChangedHandler(GroupTreeChangedHandler handler)
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.
handler
- the groupTreeChanged handlerHandlerRegistration
used to remove this handler