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 voidCmsSiteSelectDialog.changeSite(CmsEmbeddedDialogContext context, CmsExtendedSiteSelector.SiteSelectorOption option) Actually changes the site.static voidCmsProjectSelectDialog.changeSiteOrProject(I_CmsDialogContext context, CmsUUID projectId, CmsExtendedSiteSelector.SiteSelectorOption siteOption) Static method for actually changing the site/project.voidCmsEmbeddedDialogContext.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 TypeMethodDescriptionvoidCmsExplorerFavoriteContext.changeSite(CmsExtendedSiteSelector.SiteSelectorOption value) voidCmsPageEditorFavoriteContext.changeSite(CmsExtendedSiteSelector.SiteSelectorOption value) voidI_CmsFavoriteContext.changeSite(CmsExtendedSiteSelector.SiteSelectorOption option) Changes current site.