java.lang.Object
java.lang.Enum<View.Group>
com.semanticcms.core.servlet.View.Group
All Implemented Interfaces:
Serializable, Comparable<View.Group>
Enclosing class:
View

public static enum View.Group extends Enum<View.Group>
View groupings, in order.
  • Enum Constant Details

    • FIRST

      public static final View.Group FIRST
      Things that should be placed absolutely first.
    • FIXED

      public static final View.Group FIXED
      The first set of views are those that are more fixed - typically displayed on every page.
    • VARIABLE

      public static final View.Group 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

      public static View.Group[] 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

      public static View.Group valueOf(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:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null