程序包 | 说明 |
---|---|
org.opencms.ade.galleries.client | |
org.opencms.ade.galleries.shared |
限定符和类型 | 方法和说明 |
---|---|
CmsGalleryTabConfiguration |
CmsGalleryConfigurationJSO.getTabConfiguration() |
限定符和类型 | 字段和说明 |
---|---|
static java.util.Map<java.lang.String,CmsGalleryTabConfiguration> |
CmsGalleryTabConfiguration.DEFAULT_CONFIGURATIONS
The map containing the predefined tab configurations.
|
限定符和类型 | 方法和说明 |
---|---|
static CmsGalleryTabConfiguration |
CmsGalleryTabConfiguration.getDefault()
Gets the default tab configuration.
|
CmsGalleryTabConfiguration |
I_CmsGalleryConfiguration.getTabConfiguration()
Gets the tab configuration.
|
CmsGalleryTabConfiguration |
CmsGalleryConfiguration.getTabConfiguration() |
CmsGalleryTabConfiguration |
CmsGalleryDataBean.getTabConfiguration()
Gets the tab configuration.
|
static CmsGalleryTabConfiguration |
CmsGalleryTabConfiguration.parse(java.lang.String configStr)
Creates a gallery tab configuration from a configuration string.
|
static CmsGalleryTabConfiguration |
CmsGalleryTabConfiguration.resolve(java.lang.String configStr)
Given a string which is either the name of a predefined tab configuration or a configuration string, returns
the corresponding tab configuration.
|
CmsGalleryTabConfiguration |
CmsGalleryTabConfiguration.withDefault(I_CmsGalleryProviderConstants.GalleryTabId defaultTab)
Creates a new tab configuration based on this one, but changes its default tab.
|
限定符和类型 | 方法和说明 |
---|---|
void |
CmsGalleryConfiguration.setTabConfiguration(CmsGalleryTabConfiguration tabConfig)
Sets the tab configuration.
|
void |
CmsGalleryDataBean.setTabConfiguration(CmsGalleryTabConfiguration tabConfiguration)
Sets the tab configuration.
|