Uses of Class
org.opencms.ade.containerpage.shared.CmsLocaleLinkBean
Packages that use CmsLocaleLinkBean
Package
Description
Contains the shared container page editor classes.
-
Uses of CmsLocaleLinkBean in org.opencms.ade.containerpage.shared
Methods in org.opencms.ade.containerpage.shared that return CmsLocaleLinkBeanModifier and TypeMethodDescriptionstatic CmsLocaleLinkBean
Creates a new link bean with an error message.static CmsLocaleLinkBean
Creates a new link bean with a link.Methods in org.opencms.ade.containerpage.shared that return types with arguments of type CmsLocaleLinkBeanModifier and TypeMethodDescriptionCmsCntPageData.getLocaleLinkBeans()
Gets the locale link beans, with localized language names as keys.Constructor parameters in org.opencms.ade.containerpage.shared with type arguments of type CmsLocaleLinkBeanModifierConstructorDescriptionCmsCntPageData
(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.