| Package | Description |
|---|---|
| org.opencms.ade.galleries.shared |
Contains the shared client/server side gallery dialog classes.
|
| Modifier and Type | Field and Description |
|---|---|
protected I_CmsGalleryProviderConstants.GalleryTabId |
CmsGalleryTabConfiguration.m_defaultTab
The id of the default tab.
|
| Modifier and Type | Method and Description |
|---|---|
I_CmsGalleryProviderConstants.GalleryTabId |
CmsGalleryTabConfiguration.getDefaultTab()
Gets the default tab.
|
I_CmsGalleryProviderConstants.GalleryTabId |
CmsGallerySearchBean.getInitialTabId()
Gets the initial tab id.
|
I_CmsGalleryProviderConstants.GalleryTabId |
CmsGalleryDataBean.getStartTab()
Returns the start tab.
|
I_CmsGalleryProviderConstants.GalleryTabId[] |
CmsGalleryDataBean.getTabIds()
Returns the configured tabs.
|
I_CmsGalleryProviderConstants.GalleryTabId[] |
CmsGalleryConfiguration.getTabIds()
Gets the array of tab ids.
|
I_CmsGalleryProviderConstants.GalleryTabId[] |
I_CmsGalleryProviderConstants.GalleryMode.getTabs()
Returns the configured tabs.
|
static I_CmsGalleryProviderConstants.GalleryTabId |
CmsGalleryTabConfiguration.parseTabId(java.lang.String tabId)
Parses a tab id from a gallery configuration string.
|
static I_CmsGalleryProviderConstants.GalleryTabId |
I_CmsGalleryProviderConstants.GalleryTabId.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static I_CmsGalleryProviderConstants.GalleryTabId[] |
I_CmsGalleryProviderConstants.GalleryTabId.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<I_CmsGalleryProviderConstants.GalleryTabId> |
CmsGalleryTabConfiguration.getTabs()
Gets the list of tabs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
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 |
CmsGalleryTabConfiguration.withDefault(I_CmsGalleryProviderConstants.GalleryTabId defaultTab)
Creates a new tab configuration based on this one, but changes its default tab.
|
| Constructor and Description |
|---|
CmsGalleryTabConfiguration(java.util.List<I_CmsGalleryProviderConstants.GalleryTabId> tabsList)
Creates a new gallery tab configuration based on a list of tabs.
|