Interface ShowContextMenuHandler

All Superinterfaces:
EventHandler

public interface ShowContextMenuHandler extends EventHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when the mouse is right-clicked anywhere in this formItem.
  • Method Details

    • onShowContextMenu

      void onShowContextMenu(ShowContextMenuEvent event)
      Called when the mouse is right-clicked anywhere in this formItem. If the implementation returns false, default browser behavior is cancelled.

      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.

      Parameters:
      event - the event