public interface HasSorterContextClickHandlers
extends com.google.gwt.event.shared.HasHandlers
Modifier and Type | Method and Description |
---|---|
com.google.gwt.event.shared.HandlerRegistration |
addSorterContextClickHandler(SorterContextClickHandler handler)
Notification method fired when the user right-clicks on the corner
sort button . |
com.google.gwt.event.shared.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