Class CmsDialogContextMenuHandler
java.lang.Object
org.opencms.gwt.client.ui.contextmenu.CmsContextMenuHandler
org.opencms.gwt.client.ui.contextmenu.CmsDialogContextMenuHandler
- All Implemented Interfaces:
I_CmsActionHandler
,I_CmsContextMenuHandler
Context menu handler to be used within overlay dialogs.
-
Field Summary
Modifier and TypeFieldDescriptionSet of context menu actions which we do not want to appear in the context menu for the relation source items. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
refreshResource
(org.opencms.util.CmsUUID structureId) Reloads the resource edited.protected I_CmsContextMenuEntry
transformSingleEntry
(org.opencms.gwt.shared.CmsContextMenuEntryBean entryBean, org.opencms.util.CmsUUID structureId) Creates a single context menu entry from a context menu entry bean.Methods inherited from class org.opencms.gwt.client.ui.contextmenu.CmsContextMenuHandler
ensureLockOnResource, getContextMenuCommands, getContextType, getEditorHandler, leavePage, loadContextMenu, onSiteOrProjectChange, setEditorHandler, transformEntries, unlockResource
-
Field Details
-
m_filteredActions
Set of context menu actions which we do not want to appear in the context menu for the relation source items.
-
-
Constructor Details
-
CmsDialogContextMenuHandler
public CmsDialogContextMenuHandler()
-
-
Method Details
-
refreshResource
Description copied from interface:I_CmsActionHandler
Reloads the resource edited.- Specified by:
refreshResource
in interfaceI_CmsActionHandler
- Overrides:
refreshResource
in classCmsContextMenuHandler
- Parameters:
structureId
- the structure id of the resource to lock- See Also:
-