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