Interface SorterContextClickHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Notification method fired when the user right-clicks on the cornersort button
.
-
Method Details
-
onSorterContextClick
Notification method fired when the user right-clicks on the cornersort button
. CallSorterContextClickEvent.cancel()
from withinonSorterContextClick(com.smartgwt.client.widgets.grid.events.SorterContextClickEvent)
to suppress the default behavior of showing the sorter's context menu.- Parameters:
event
- the event
-