public static interface BeforeShowContextMenuEvent.BeforeShowContextMenuHandler extends EventHandler
BeforeShowContextMenuEvent events.| Modifier and Type | Method and Description |
|---|---|
void |
onBeforeShowContextMenu(BeforeShowContextMenuEvent event)
Called before a widget's context menu is shown.The action can be
cancelled using
BeforeShowContextMenuEvent.setCancelled(boolean). |
void onBeforeShowContextMenu(BeforeShowContextMenuEvent event)
BeforeShowContextMenuEvent.setCancelled(boolean).event - the BeforeShowContextMenuEvent that was firedCopyright © 2012. All Rights Reserved.