Interface GroupTreeChangedHandler
- All Superinterfaces:
- EventHandler
- 
Method SummaryModifier and TypeMethodDescriptionvoid
- 
Method Details- 
onGroupTreeChangedCallback fired when agroupingoperation completes, whether it started as a direct call togroupBy()orregroup()or data changing, including incremental changes.If changeTypeis "groupBy",ListGrid.groupBy()should have been called at the beginning of the operation, andListGrid.groupByComplete()will be called immediately before this method. IfchangeTypeis "regroup", thenListGrid.regroup()should have been called at the beginning of the operation.- Parameters:
- event- the event
 
 
-