Package org.opencms.ui.contextmenu
Class CmsContextMenu.ContextMenuOpenedOnTableRowEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.opencms.ui.contextmenu.CmsContextMenu.ContextMenuOpenedOnTableRowEvent
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- CmsContextMenu
public static class CmsContextMenu.ContextMenuOpenedOnTableRowEvent extends java.util.EventObject
ContextMenuOpenedOnTableRowEvent is an event that is fired when context menu is opened by clicking on table row.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ContextMenuOpenedOnTableRowEvent(CmsContextMenu contextMenu, com.vaadin.v7.ui.Table table, java.lang.Object itemId, java.lang.Object propertyId)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CmsContextMenugetContextMenu()Returns the context menu.java.lang.ObjectgetItemId()Returns the item id.java.lang.ObjectgetPropertyId()Returns the property id.
-
-
-
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 menutable- the tableitemId- the item idpropertyId- the property id
-
-
Method Detail
-
getContextMenu
public CmsContextMenu getContextMenu()
Returns the context menu.- Returns:
- the context menu
-
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
-
-