Interface RegroupHandler
- All Superinterfaces:
 EventHandler
- 
Method Summary
Modifier and TypeMethodDescriptionvoidonRegroup(RegroupEvent event) 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. 
- 
Method Details
- 
onRegroup
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.After this call, the Framework should eventually call
ListGrid.groupTreeChanged().- Parameters:
 event- the event
 
 -