Interface RegroupHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onRegroup
(RegroupEvent event) 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
.
-
Method Details
-
onRegroup
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:
event
- the event
-