Uses of Enum
org.opencms.ade.sitemap.shared.CmsSitemapData.EditorMode
Packages that use CmsSitemapData.EditorMode
Package
Description
Server side of the sitemap view.
Shared Client-Server side of the sitemap view.
Shared RPC interfaces.
Contains functions for the ADE main pages, commonly called "Container Pages" in OpenCms.
-
Uses of CmsSitemapData.EditorMode in org.opencms.ade.sitemap
Methods in org.opencms.ade.sitemap with parameters of type CmsSitemapData.EditorModeModifier and TypeMethodDescriptionCmsVfsSitemapService.prepareReloadSitemap(CmsUUID rootId, CmsSitemapData.EditorMode mode) voidCmsVfsSitemapService.setEditorMode(CmsSitemapData.EditorMode editorMode) -
Uses of CmsSitemapData.EditorMode in org.opencms.xml.containerpage
Methods in org.opencms.xml.containerpage that return CmsSitemapData.EditorModeModifier and TypeMethodDescriptionCmsADESessionCache.getSitemapEditorMode()Returns the sitemap editor mode.Methods in org.opencms.xml.containerpage with parameters of type CmsSitemapData.EditorModeModifier and TypeMethodDescriptionvoidCmsADESessionCache.setSitemapEditorMode(CmsSitemapData.EditorMode sitemapEditorMode) Sets the sitemap editor mode.