public interface HasSorterContextClickHandlers extends HasHandlers
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addSorterContextClickHandler(SorterContextClickHandler handler)
Notification method fired when the user right-clicks on the corner
sort button . |
fireEvent
HandlerRegistration addSorterContextClickHandler(SorterContextClickHandler handler)
sort button
. Call SorterContextClickEvent.cancel()
from within SorterContextClickHandler.onSorterContextClick(com.smartgwt.client.widgets.grid.events.SorterContextClickEvent)
to suppress the default
behavior of showing the sorter's context menu.handler
- the sorterContextClick handlerHandlerRegistration
used to remove this handler