Class CmsModelPageLockReportMenuEntry
java.lang.Object
org.opencms.ade.sitemap.client.hoverbar.A_CmsSitemapMenuEntry
org.opencms.ade.sitemap.client.hoverbar.CmsLockReportMenuEntry
org.opencms.ade.sitemap.client.hoverbar.CmsModelPageLockReportMenuEntry
- All Implemented Interfaces:
I_CmsContextMenuEntry
Special lock report menu entry for the model page mode.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance. -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanChecks if the menu entry should be visible.Methods inherited from class org.opencms.ade.sitemap.client.hoverbar.CmsLockReportMenuEntry
execute, onShowMethods 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
-
CmsModelPageLockReportMenuEntry
Creates a new instance.- Parameters:
hoverbar- the hoverbar
-
-
Method Details
-
checkVisible
Description copied from class:CmsLockReportMenuEntryChecks if the menu entry should be visible.- Overrides:
checkVisiblein classCmsLockReportMenuEntry- Returns:
- true if the menu entry should be visible
- See Also:
-