- All Implemented Interfaces:
Serializable
,Comparable<View.Group>
- Enclosing class:
View
View groupings, in order.
-
Enum Constant Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic View.Group
Returns the enum constant of this type with the specified name.static View.Group[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
FIRST
Things that should be placed absolutely first. -
FIXED
The first set of views are those that are more fixed - typically displayed on every page. -
VARIABLE
The second set of views are those that are hidden when not relevant to the current page or any of its children. This often includes the per-element-type views.
-
-
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
-