Class CmsContextMenu.ContextMenuOpenedOnTableFooterEvent

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

ContextMenuOpenedOnTableFooterEvent is an event that is fired by the context menu when it's opened by clicking on table footer
See Also:
  • Constructor Details

    • ContextMenuOpenedOnTableFooterEvent

      public ContextMenuOpenedOnTableFooterEvent(CmsContextMenu contextMenu, com.vaadin.v7.ui.Table sourceTable, Object propertyId)
      Constructor.

      Parameters:
      contextMenu - the context menu
      sourceTable - the source table
      propertyId - the property id
  • Method Details