Class CmsCopyModelPageMenuEntry
java.lang.Object
org.opencms.ade.sitemap.client.hoverbar.A_CmsSitemapMenuEntry
org.opencms.ade.sitemap.client.hoverbar.CmsCopyModelPageMenuEntry
- All Implemented Interfaces:
I_CmsContextMenuEntry
Context menu entry for copying a model page.
-
Constructor Summary
ConstructorDescriptionCmsCopyModelPageMenuEntry
(CmsSitemapHoverbar hoverbar) Creates a new model page menu entry. -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute()
Executes the context menu action.void
onShow()
Executed when the context-menu is opened.static void
openEditConfirmDialog
(org.opencms.ade.sitemap.shared.CmsNewResourceInfo resourceInfo) Opens the confirmation dialog for editing a model page.Methods inherited from class org.opencms.ade.sitemap.client.hoverbar.A_CmsSitemapMenuEntry
deattachHoverbar, generateMenuItem, getHoverbar, getIconClass, getJspPath, getLabel, getName, getReason, getSubMenu, hasSubMenu, isActive, isSeparator, isVisible, setActive, setDisabledReason, setLabel, setVisible
-
Constructor Details
-
CmsCopyModelPageMenuEntry
Creates a new model page menu entry.- Parameters:
hoverbar
- the hoverbar
-
-
Method Details
-
execute
Description copied from interface:I_CmsContextMenuEntry
Executes the context menu action.- See Also:
-
onShow
Description copied from class:A_CmsSitemapMenuEntry
Executed when the context-menu is opened.- Specified by:
onShow
in classA_CmsSitemapMenuEntry
- See Also: