Package org.opencms.ade.galleries.client
Class CmsResultContextMenuHandler
java.lang.Object
org.opencms.gwt.client.ui.contextmenu.CmsContextMenuHandler
org.opencms.ade.galleries.client.CmsResultContextMenuHandler
- All Implemented Interfaces:
I_CmsActionHandler
,I_CmsContextMenuHandler
Context menu handler for the gallery search results.
-
Constructor Summary
ConstructorDescriptionCmsResultContextMenuHandler
(CmsResultsTabHandler resultTabHandler) Creates a new context menu handler. -
Method Summary
Modifier and TypeMethodDescriptionvoid
refreshResource
(org.opencms.util.CmsUUID structureId) Reloads the resource edited.Methods inherited from class org.opencms.gwt.client.ui.contextmenu.CmsContextMenuHandler
ensureLockOnResource, getContextMenuCommands, getContextType, getEditorHandler, leavePage, loadContextMenu, onSiteOrProjectChange, setEditorHandler, transformEntries, transformSingleEntry, unlockResource
-
Constructor Details
-
CmsResultContextMenuHandler
Creates a new context menu handler.- Parameters:
resultTabHandler
- the result tab handler to use
-
-
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:
-