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