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
ConstructorDescriptionCreates a new instance. -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
Checks if the menu entry should be visible.Methods inherited from class org.opencms.ade.sitemap.client.hoverbar.CmsLockReportMenuEntry
execute, onShow
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
-
CmsModelPageLockReportMenuEntry
Creates a new instance.- Parameters:
hoverbar
- the hoverbar
-
-
Method Details
-
checkVisible
Description copied from class:CmsLockReportMenuEntry
Checks if the menu entry should be visible.- Overrides:
checkVisible
in classCmsLockReportMenuEntry
- Returns:
- true if the menu entry should be visible
- See Also:
-