Uses of Enum
org.opencms.ade.containerpage.shared.CmsCntPageData.ElementReuseMode
Package
Description
Contains the shared container page editor classes.
-
Uses of CmsCntPageData.ElementReuseMode in org.opencms.ade.containerpage.shared
Modifier and TypeMethodDescriptionCmsCntPageData.getElementReuseMode()
Gets the element reuse mode.Returns the enum constant of this type with the specified name.static CmsCntPageData.ElementReuseMode[]
CmsCntPageData.ElementReuseMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.ModifierConstructorDescriptionCmsCntPageData
(String onlineLink, String noEditReason, String requestParams, String sitemapUri, boolean sitemapManager, CmsUUID detailId, String detailContainerPage, CmsUUID detailContainerPageId, Set<String> detailTypes, long lastModified, String lockInfo, CmsListInfoBean pageInfo, String locale, boolean useClassicEditor, CmsTemplateContextInfo contextInfo, boolean showSmallElementsInitially, List<CmsElementViewInfo> elementViews, CmsElementViewInfo elementView, CmsCntPageData.ElementReuseMode reuseMode, CmsCntPageData.ElementDeleteMode deleteMode, boolean isModelPage, boolean isModelGroup, String modelGroupEmenetId, String mainLocale, Map<String, CmsLocaleLinkBean> localeLinkBeans, String appTitle, long loadTime) Constructor.