public interface HasViewStateChangedHandlers extends HasHandlers
| Modifier and Type | Method and Description |
|---|---|
HandlerRegistration |
addViewStateChangedHandler(ViewStateChangedHandler handler)
Notification method executed whenever the viewState of this grid changes.
|
fireEventHandlerRegistration 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