Package org.opencms.ui.contextmenu
Class CmsContextMenu.ContextMenuOpenedOnTableHeaderEvent
java.lang.Object
java.util.EventObject
org.opencms.ui.contextmenu.CmsContextMenu.ContextMenuOpenedOnTableHeaderEvent
- All Implemented Interfaces:
Serializable
- Enclosing class:
- CmsContextMenu
ContextMenuOpenedOnTableHeaderEvent is an event fired by the context menu
when it's opened by clicking on table header row.
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionContextMenuOpenedOnTableHeaderEvent
(CmsContextMenu contextMenu, com.vaadin.v7.ui.Table sourceTable, Object propertyId) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionReturns the context menu.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
-
getPropertyId
Returns the property id.- Returns:
- the property id
-