Uses of Enum
org.opencms.ade.galleries.shared.I_CmsGalleryProviderConstants.GalleryTabId
Packages that use 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
Fields in org.opencms.ade.galleries.shared declared as I_CmsGalleryProviderConstants.GalleryTabIdModifier and TypeFieldDescriptionCmsGalleryTabConfiguration.m_defaultTabThe id of the default tab.Methods in org.opencms.ade.galleries.shared that return I_CmsGalleryProviderConstants.GalleryTabIdModifier 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.Methods in org.opencms.ade.galleries.shared that return types with arguments of type I_CmsGalleryProviderConstants.GalleryTabIdMethods in org.opencms.ade.galleries.shared with parameters of type I_CmsGalleryProviderConstants.GalleryTabIdModifier and TypeMethodDescriptionvoidCmsGallerySearchBean.setInitialTabId(I_CmsGalleryProviderConstants.GalleryTabId initialTabId) Sets the initial tab id.voidCmsGalleryDataBean.setStartTab(I_CmsGalleryProviderConstants.GalleryTabId startTab) Sets the start tab.voidCmsGalleryDataBean.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.Constructor parameters in org.opencms.ade.galleries.shared with type arguments of type I_CmsGalleryProviderConstants.GalleryTabIdModifierConstructorDescriptionCreates a new gallery tab configuration based on a list of tabs.