Package org.opencms.ui.contextmenu
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:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionContextMenuOpenedOnTableRowEvent
(CmsContextMenu contextMenu, com.vaadin.v7.ui.Table table, Object itemId, Object propertyId) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionReturns the context menu.Returns the item id.Returns the property id.Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
Method Details
-
getContextMenu
Returns the context menu.- Returns:
- the context menu
-
getItemId
Returns the item id.- Returns:
- the item id
-
getPropertyId
Returns the property id.- Returns:
- the property id
-