Class CmsContextMenu.ContextMenuOpenedOnTableRowEvent

java.lang.Object
java.util.EventObject
org.opencms.ui.contextmenu.CmsContextMenu.ContextMenuOpenedOnTableRowEvent
All Implemented Interfaces:
Serializable
Enclosing class:
CmsContextMenu

ContextMenuOpenedOnTableRowEvent is an event that is fired when context menu is opened by clicking on table row.

See Also:
  • Constructor Details

    • ContextMenuOpenedOnTableRowEvent

      public ContextMenuOpenedOnTableRowEvent(CmsContextMenu contextMenu, com.vaadin.v7.ui.Table table, Object itemId, Object propertyId)
      Constructor.

      Parameters:
      contextMenu - the context menu
      table - the table
      itemId - the item id
      propertyId - the property id
  • Method Details