Uses of Enum
org.opencms.ade.galleries.shared.I_CmsGalleryProviderConstants.GalleryTabId
Package
Description
Contains the shared client/server side gallery dialog classes.
-
Uses of I_CmsGalleryProviderConstants.GalleryTabId in org.opencms.ade.galleries.shared
Modifier and TypeFieldDescriptionCmsGalleryTabConfiguration.m_defaultTab
The id of the default tab.Modifier and TypeMethodDescriptionCmsGalleryTabConfiguration.getDefaultTab()
Gets the default tab.CmsGallerySearchBean.getInitialTabId()
Gets the initial tab id.CmsGalleryDataBean.getStartTab()
Returns the start tab.CmsGalleryConfiguration.getTabIds()
Gets the array of tab ids.CmsGalleryDataBean.getTabIds()
Returns the configured tabs.I_CmsGalleryProviderConstants.GalleryMode.getTabs()
Returns the configured tabs.CmsGalleryTabConfiguration.parseTabId
(String tabId) Parses a tab id from a gallery configuration string.Returns the enum constant of this type with the specified name.I_CmsGalleryProviderConstants.GalleryTabId.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionvoid
CmsGallerySearchBean.setInitialTabId
(I_CmsGalleryProviderConstants.GalleryTabId initialTabId) Sets the initial tab id.void
CmsGalleryDataBean.setStartTab
(I_CmsGalleryProviderConstants.GalleryTabId startTab) Sets the start tab.void
CmsGalleryDataBean.setTabIds
(I_CmsGalleryProviderConstants.GalleryTabId[] tabIds) Sets the tab id's.CmsGalleryTabConfiguration.withDefault
(I_CmsGalleryProviderConstants.GalleryTabId defaultTab) Creates a new tab configuration based on this one, but changes its default tab.ModifierConstructorDescriptionCreates a new gallery tab configuration based on a list of tabs.