Uses of Class
org.opencms.ui.components.CmsExtendedSiteSelector.SiteSelectorOption
Package
Description
Contains some reusable GUI components for Vaadin UI.
Contains code for workplace dialogs.
-
Uses of CmsExtendedSiteSelector.SiteSelectorOption in org.opencms.ui.components
Modifier and TypeMethodDescriptionCmsExtendedSiteSelector.getOptionForSiteRoot
(String siteRoot) Gets the option for the specific site root (without any subsite path).Modifier and TypeMethodDescriptionCmsExtendedSiteSelector.getExplorerSiteSelectorOptions
(CmsObject cms, boolean addSubsites) Builds a list of site selector option that also includes subsites with the 'include in site selector' option enabled in their configuration. -
Uses of CmsExtendedSiteSelector.SiteSelectorOption in org.opencms.ui.dialogs
Modifier and TypeMethodDescriptionstatic void
CmsSiteSelectDialog.changeSite
(CmsEmbeddedDialogContext context, CmsExtendedSiteSelector.SiteSelectorOption option) Actually changes the site.static void
CmsProjectSelectDialog.changeSiteOrProject
(I_CmsDialogContext context, CmsUUID projectId, CmsExtendedSiteSelector.SiteSelectorOption siteOption) Static method for actually changing the site/project.void
CmsEmbeddedDialogContext.finish
(CmsExtendedSiteSelector.SiteSelectorOption option) Opens the location from the site selector option. -
Uses of CmsExtendedSiteSelector.SiteSelectorOption in org.opencms.ui.favorites
Modifier and TypeMethodDescriptionvoid
CmsExplorerFavoriteContext.changeSite
(CmsExtendedSiteSelector.SiteSelectorOption value) void
CmsPageEditorFavoriteContext.changeSite
(CmsExtendedSiteSelector.SiteSelectorOption value) void
I_CmsFavoriteContext.changeSite
(CmsExtendedSiteSelector.SiteSelectorOption option) Changes current site.