Uses of Class
org.opencms.ade.galleries.shared.CmsGalleryTabConfiguration
Package
Description
Contains the shared client/server side gallery dialog classes.
-
Uses of CmsGalleryTabConfiguration in org.opencms.ade.galleries.shared
Modifier and TypeFieldDescriptionstatic final Map<String,
CmsGalleryTabConfiguration> CmsGalleryTabConfiguration.DEFAULT_CONFIGURATIONS
The map containing the predefined tab configurations.Modifier 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.Modifier and TypeMethodDescriptionvoid
CmsGalleryConfiguration.setTabConfiguration
(CmsGalleryTabConfiguration tabConfig) Sets the tab configuration.void
CmsGalleryDataBean.setTabConfiguration
(CmsGalleryTabConfiguration tabConfiguration) Sets the tab configuration.