Package org.opencms.ade.galleries.shared
Enum I_CmsGalleryProviderConstants.GalleryTabId
java.lang.Object
java.lang.Enum<I_CmsGalleryProviderConstants.GalleryTabId>
org.opencms.ade.galleries.shared.I_CmsGalleryProviderConstants.GalleryTabId
- All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable
,Serializable
,Comparable<I_CmsGalleryProviderConstants.GalleryTabId>
,java.lang.constant.Constable
- Enclosing interface:
- I_CmsGalleryProviderConstants
public static enum I_CmsGalleryProviderConstants.GalleryTabId
extends Enum<I_CmsGalleryProviderConstants.GalleryTabId>
implements com.google.gwt.user.client.rpc.IsSerializable
Tab ids used for tab configuration.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionThe id for categories tab.The id for containerpage tab.The id for galleries tab.The id for types tab.The id for search tab.The id for sitemap tab.The id for types tab.The id for vfs-tree tab. -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
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 Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
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:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-