public static enum I_CmsGalleryProviderConstants.GalleryTabId extends java.lang.Enum<I_CmsGalleryProviderConstants.GalleryTabId> implements com.google.gwt.user.client.rpc.IsSerializable
枚举常量和说明 |
---|
cms_tab_categories
The id for categories tab.
|
cms_tab_containerpage
The id for containerpage tab.
|
cms_tab_galleries
The id for galleries tab.
|
cms_tab_results
The id for types tab.
|
cms_tab_search
The id for search tab.
|
cms_tab_sitemap
The id for sitemap tab.
|
cms_tab_types
The id for types tab.
|
cms_tab_vfstree
The id for vfs-tree tab.
|
限定符和类型 | 方法和说明 |
---|---|
static I_CmsGalleryProviderConstants.GalleryTabId |
valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static I_CmsGalleryProviderConstants.GalleryTabId[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final I_CmsGalleryProviderConstants.GalleryTabId cms_tab_categories
public static final I_CmsGalleryProviderConstants.GalleryTabId cms_tab_containerpage
public static final I_CmsGalleryProviderConstants.GalleryTabId cms_tab_galleries
public static final I_CmsGalleryProviderConstants.GalleryTabId cms_tab_results
public static final I_CmsGalleryProviderConstants.GalleryTabId cms_tab_search
public static final I_CmsGalleryProviderConstants.GalleryTabId cms_tab_sitemap
public static final I_CmsGalleryProviderConstants.GalleryTabId cms_tab_types
public static final I_CmsGalleryProviderConstants.GalleryTabId cms_tab_vfstree
public static I_CmsGalleryProviderConstants.GalleryTabId[] values()
for (I_CmsGalleryProviderConstants.GalleryTabId c : I_CmsGalleryProviderConstants.GalleryTabId.values()) System.out.println(c);
public static I_CmsGalleryProviderConstants.GalleryTabId valueOf(java.lang.String name)
name
- 要返回的枚举常量的名称。如果该枚举类型没有带有指定名称的常量,
- 则抛出 IllegalArgumentException如果参数为空值,
- 则抛出 NullPointerException