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_CONFIGURATIONS
The map containing the predefined tab configurations.Methods in org.opencms.ade.galleries.shared that return CmsGalleryTabConfigurationModifier and TypeMethodDescriptionstatic CmsGalleryTabConfiguration
CmsGalleryTabConfiguration.getDefault()
Gets the default tab configuration.CmsGalleryConfiguration.getTabConfiguration()
CmsGalleryDataBean.getTabConfiguration()
Gets the tab configuration.I_CmsGalleryConfiguration.getTabConfiguration()
Gets the tab configuration.static CmsGalleryTabConfiguration
Creates a gallery tab configuration from a configuration string.static CmsGalleryTabConfiguration
Given 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 TypeMethodDescriptionvoid
CmsGalleryConfiguration.setTabConfiguration
(CmsGalleryTabConfiguration tabConfig) Sets the tab configuration.void
CmsGalleryDataBean.setTabConfiguration
(CmsGalleryTabConfiguration tabConfiguration) Sets the tab configuration.