public interface ShowContextMenuHandler
extends com.google.gwt.event.shared.EventHandler
Modifier and Type | Method and Description |
---|---|
void |
onShowContextMenu(ShowContextMenuEvent event)
Executed when the right mouse button is clicked.
|
void onShowContextMenu(ShowContextMenuEvent event)
Menu
from the Canvas.contextMenu
property on this component and then calls Menu.showContextMenu()
on it to show it. If you want to show a standard context menu, you can simply define your Menu and set it as the contextMenu property on your component - you do not need to override this method.
If you want to do some other processing before showing a menu or do something else entirely, then you should override this method. Note that the return value from this method controls whether or not the native browser context menu is shown.
event
- the event