public interface HasSorterClickHandlers extends HasHandlers
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addSorterClickHandler(SorterClickHandler handler)
Notification method fired when the user clicks on the corner
sort button . |
fireEvent
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