Package org.opencms.gwt.client.util
Enum CmsPositionBean.Area
- All Implemented Interfaces:
Serializable
,Comparable<CmsPositionBean.Area>
,java.lang.constant.Constable
- Enclosing class:
- CmsPositionBean
Position area.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionBottom border.Left border.Right border.Top border.The center.Bottom left corner.Bottom right corner.Top left corner.Top right corner. -
Method Summary
Modifier and TypeMethodDescriptionstatic CmsPositionBean.Area
Returns the enum constant of this type with the specified name.static CmsPositionBean.Area[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
BORDER_BOTTOM
Bottom border. -
BORDER_LEFT
Left border. -
BORDER_RIGHT
Right border. -
BORDER_TOP
Top border. -
CENTER
The center. -
CORNER_BOTTOM_LEFT
Bottom left corner. -
CORNER_BOTTOM_RIGHT
Bottom right corner. -
CORNER_TOP_LEFT
Top left corner. -
CORNER_TOP_RIGHT
Top right corner.
-
-
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
-