Interface ViewStateChangedHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Notification method executed whenever the viewState of this grid changes.
-
Method Details
-
onViewStateChanged
Notification method executed whenever the viewState of this grid changes. View state is accessible viagetViewState()
, and contains field state information, sort information, selection information, hiliting information and grouping information.- Parameters:
event
- the event
-