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