public interface HasSortChangedHandlers extends HasHandlers
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addSortChangedHandler(SortChangedHandler handler)
Notification method executed when the
sort specifiers change
for this grid. |
fireEvent
HandlerRegistration addSortChangedHandler(SortChangedHandler handler)
sort specifiers
change
for this grid.handler
- the sortChanged handlerHandlerRegistration
used to remove this handler