Uses of Class
org.opencms.ui.components.CmsExtendedSiteSelector.SiteSelectorOption
Packages that use 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
Methods in org.opencms.ui.components that return CmsExtendedSiteSelector.SiteSelectorOptionModifier and TypeMethodDescriptionCmsExtendedSiteSelector.getOptionForSiteRoot
(String siteRoot) Gets the option for the specific site root (without any subsite path).Methods in org.opencms.ui.components that return types with arguments of type CmsExtendedSiteSelector.SiteSelectorOptionModifier 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
Methods in org.opencms.ui.dialogs with parameters of type CmsExtendedSiteSelector.SiteSelectorOptionModifier 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
Methods in org.opencms.ui.favorites with parameters of type CmsExtendedSiteSelector.SiteSelectorOptionModifier and TypeMethodDescriptionvoid
CmsExplorerFavoriteContext.changeSite
(CmsExtendedSiteSelector.SiteSelectorOption value) void
CmsPageEditorFavoriteContext.changeSite
(CmsExtendedSiteSelector.SiteSelectorOption value) void
I_CmsFavoriteContext.changeSite
(CmsExtendedSiteSelector.SiteSelectorOption option) Changes current site.