Interface HasRegroupHandlers
- All Superinterfaces:
- HasHandlers
- All Known Implementing Classes:
- CalendarView,- CubeGrid,- DateGrid,- EditTree,- ListGrid,- ListPalette,- Menu,- MenuPalette,- PickListMenu,- RecordEditor,- SelectionTreeMenu,- TableView,- TreeGrid,- TreePalette
- 
Method SummaryModifier and TypeMethodDescriptionaddRegroupHandler(RegroupHandler handler) Callback fired when a regroup operation is begun, either from a direct call toregroup(), or because ofdata arriving from the serverwhen the grid is alreadygrouped.Methods inherited from interface com.google.gwt.event.shared.HasHandlersfireEvent
- 
Method Details- 
addRegroupHandlerCallback fired when a regroup operation is begun, either from a direct call toregroup(), or because ofdata arriving from the serverwhen the grid is alreadygrouped.After this call, the Framework should eventually call ListGrid.groupTreeChanged().- Parameters:
- handler- the regroup handler
- Returns:
- HandlerRegistrationused to remove this handler
 
 
-