Class CmsContextMenu.ContextMenuOpenedOnTableRowEvent

    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      CmsContextMenu getContextMenu()
      Returns the context menu.
      java.lang.Object getItemId()
      Returns the item id.
      java.lang.Object getPropertyId()
      Returns the property id.
      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ContextMenuOpenedOnTableRowEvent

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

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

      • getItemId

        public java.lang.Object getItemId()
        Returns the item id.

        Returns:
        the item id
      • getPropertyId

        public java.lang.Object getPropertyId()
        Returns the property id.

        Returns:
        the property id