public static enum I_CmsGalleryProviderConstants.GalleryTabId extends java.lang.Enum<I_CmsGalleryProviderConstants.GalleryTabId> implements com.google.gwt.user.client.rpc.IsSerializable
| Enum Constant and Description |
|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static I_CmsGalleryProviderConstants.GalleryTabId |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static I_CmsGalleryProviderConstants.GalleryTabId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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 - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null