public interface HasGroupStateChangedHandlers extends HasHandlers
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addGroupStateChangedHandler(GroupStateChangedHandler handler)
Notification method executed whenever the groupState of this grid changes.
|
fireEvent
HandlerRegistration addGroupStateChangedHandler(GroupStateChangedHandler handler)
ListGrid.getGroupState()
, and contains group state information.handler
- the groupStateChanged handlerHandlerRegistration
used to remove this handler