public interface ShowContextMenuHandler
extends com.google.gwt.event.shared.EventHandler
Modifier and Type | Method and Description |
---|---|
void |
onShowContextMenu(ShowContextMenuEvent event)
Called when the mouse is right-clicked anywhere in this formItem.
|
void onShowContextMenu(ShowContextMenuEvent event)
Note that it can be bad practice to cancel this method if the mouse is over the data
element for the item, because doing so would replace the builtin browser-default menus that users may expect. You can
use DynamicForm.getEventItemInfo()
to return an
info object that can be used to determine which part of the item is under the mouse.
event
- the event