Interface HasViewStateChangedHandlers
- All Superinterfaces:
 HasHandlers
- All Known Implementing Classes:
 CalendarView,CubeGrid,DateGrid,EditTree,ListGrid,ListPalette,Menu,MenuPalette,PickListMenu,RecordEditor,SelectionTreeMenu,TableView,TreeGrid,TreePalette
- 
Method Summary
Modifier and TypeMethodDescriptionNotification method executed whenever the viewState of this grid changes.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent 
- 
Method Details
- 
addViewStateChangedHandler
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:
 handler- the viewStateChanged handler- Returns:
 HandlerRegistrationused to remove this handler
 
 -