public interface HasViewStateChangedHandlers
extends com.google.gwt.event.shared.HasHandlers
| Modifier and Type | Method and Description | 
|---|---|
com.google.gwt.event.shared.HandlerRegistration | 
addViewStateChangedHandler(ViewStateChangedHandler handler)
Notification method executed whenever the viewState of this grid changes. 
 | 
com.google.gwt.event.shared.HandlerRegistration addViewStateChangedHandler(ViewStateChangedHandler handler)
getViewState(), and contains field state information, sort
 information, selection information, hiliting information and grouping information.handler - the viewStateChanged handlerHandlerRegistration used to remove this handler