Uses of Class
org.opencms.ui.contextmenu.CmsContextMenu
Package
Description
General code for the Vaadin UI.
Contains classes of the module manager app.
Contains code for workplace context menu.
The data bindings and logic for the translator editor.
-
Uses of CmsContextMenu in org.opencms.ui
Modifier and TypeMethodDescriptionstatic <T> void
CmsVaadinUtils.defaultHandleContextMenuForMultiselect
(com.vaadin.v7.ui.Table table, CmsContextMenu menu, com.vaadin.v7.event.ItemClickEvent event, List<I_CmsSimpleContextMenuEntry<Collection<T>>> entries) Simple context menu handler for multi-select tables. -
Uses of CmsContextMenu in org.opencms.ui.apps.modules
Modifier and TypeFieldDescriptionprotected CmsContextMenu
CmsModuleTable.m_menu
The context menu. -
Uses of CmsContextMenu in org.opencms.ui.editors.messagebundle
Modifier and TypeMethodDescriptionCmsMessageBundleEditorModel.getContextMenuForItem
(Object itemId) Returns the context menu for the table item.