Uses of Class
org.opencms.ade.galleries.shared.CmsGalleryTabConfiguration
Packages that use CmsGalleryTabConfiguration
Package
Description
Contains the shared client/server side gallery dialog classes.
-
Uses of CmsGalleryTabConfiguration in org.opencms.ade.galleries.shared
Fields in org.opencms.ade.galleries.shared with type parameters of type CmsGalleryTabConfigurationModifier and TypeFieldDescriptionstatic final Map<String, CmsGalleryTabConfiguration> CmsGalleryTabConfiguration.DEFAULT_CONFIGURATIONSThe map containing the predefined tab configurations.Methods in org.opencms.ade.galleries.shared that return CmsGalleryTabConfigurationModifier and TypeMethodDescriptionstatic CmsGalleryTabConfigurationCmsGalleryTabConfiguration.getDefault()Gets the default tab configuration.CmsGalleryConfiguration.getTabConfiguration()CmsGalleryDataBean.getTabConfiguration()Gets the tab configuration.I_CmsGalleryConfiguration.getTabConfiguration()Gets the tab configuration.static CmsGalleryTabConfigurationCreates a gallery tab configuration from a configuration string.static CmsGalleryTabConfigurationGiven a string which is either the name of a predefined tab configuration or a configuration string, returns the corresponding tab configuration.CmsGalleryTabConfiguration.withDefault(I_CmsGalleryProviderConstants.GalleryTabId defaultTab) Creates a new tab configuration based on this one, but changes its default tab.Methods in org.opencms.ade.galleries.shared with parameters of type CmsGalleryTabConfigurationModifier and TypeMethodDescriptionvoidCmsGalleryConfiguration.setTabConfiguration(CmsGalleryTabConfiguration tabConfig) Sets the tab configuration.voidCmsGalleryDataBean.setTabConfiguration(CmsGalleryTabConfiguration tabConfiguration) Sets the tab configuration.