Package org.opencms.gwt.shared
Enum CmsResourceStatusTabId
- All Implemented Interfaces:
Serializable
,Comparable<CmsResourceStatusTabId>
,java.lang.constant.Constable
Enum used for identifying tabs in the resource info dialog.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionTab for relations from a resource.Tab for relations to a resource.Tab for resource sibling information.Tab for resource status information. -
Method Summary
Modifier and TypeMethodDescriptionstatic CmsResourceStatusTabId
Returns the enum constant of this type with the specified name.static CmsResourceStatusTabId[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
tabRelationsFrom
Tab for relations from a resource. -
tabRelationsTo
Tab for relations to a resource. -
tabSiblings
Tab for resource sibling information. -
tabStatus
Tab for resource status information.
-
-
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
-