public interface HasSorterClickHandlers
extends com.google.gwt.event.shared.HasHandlers
Modifier and Type | Method and Description |
---|---|
com.google.gwt.event.shared.HandlerRegistration |
addSorterClickHandler(SorterClickHandler handler)
Notification method fired when the user clicks on the corner
sort button . |
com.google.gwt.event.shared.HandlerRegistration addSorterClickHandler(SorterClickHandler handler)
sort button
. Call SorterClickEvent.cancel()
from within SorterClickHandler.onSorterClick(com.smartgwt.client.widgets.grid.events.SorterClickEvent)
to suppress the sort.handler
- the sorterClick handlerHandlerRegistration
used to remove this handler