|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Objectjava.lang.Enum<I_CmsGalleryProviderConstants.GalleryTabId>
org.opencms.ade.galleries.shared.I_CmsGalleryProviderConstants.GalleryTabId
public static enum I_CmsGalleryProviderConstants.GalleryTabId
Tab ids used for tab configuration.
| Enum Constant Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
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
| Method Detail |
|---|
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 name
java.lang.NullPointerException - if the argument is null
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||