org.opencms.ade.galleries.shared
Enum I_CmsGalleryProviderConstants.GalleryTabId

java.lang.Object
  extended by java.lang.Enum<I_CmsGalleryProviderConstants.GalleryTabId>
      extended by org.opencms.ade.galleries.shared.I_CmsGalleryProviderConstants.GalleryTabId
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable, java.io.Serializable, java.lang.Comparable<I_CmsGalleryProviderConstants.GalleryTabId>
Enclosing interface:
I_CmsGalleryProviderConstants

public static enum I_CmsGalleryProviderConstants.GalleryTabId
extends java.lang.Enum<I_CmsGalleryProviderConstants.GalleryTabId>
implements com.google.gwt.user.client.rpc.IsSerializable

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

cms_tab_categories

public static final I_CmsGalleryProviderConstants.GalleryTabId cms_tab_categories
The id for categories tab.


cms_tab_containerpage

public static final I_CmsGalleryProviderConstants.GalleryTabId cms_tab_containerpage
The id for containerpage tab.


cms_tab_galleries

public static final I_CmsGalleryProviderConstants.GalleryTabId cms_tab_galleries
The id for galleries tab.


cms_tab_results

public static final I_CmsGalleryProviderConstants.GalleryTabId cms_tab_results
The id for types tab.


cms_tab_search

public static final I_CmsGalleryProviderConstants.GalleryTabId cms_tab_search
The id for search tab.


cms_tab_sitemap

public static final I_CmsGalleryProviderConstants.GalleryTabId cms_tab_sitemap
The id for sitemap tab.


cms_tab_types

public static final I_CmsGalleryProviderConstants.GalleryTabId cms_tab_types
The id for types tab.


cms_tab_vfstree

public static final I_CmsGalleryProviderConstants.GalleryTabId cms_tab_vfstree
The id for vfs-tree tab.

Method Detail

values

public static I_CmsGalleryProviderConstants.GalleryTabId[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (I_CmsGalleryProviderConstants.GalleryTabId c : I_CmsGalleryProviderConstants.GalleryTabId.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static I_CmsGalleryProviderConstants.GalleryTabId valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null