java.lang.Object
java.lang.Enum<PageMode>
com.hack23.cia.web.impl.ui.application.views.common.viewnames.PageMode
All Implemented Interfaces:
Serializable, Comparable<PageMode>, Constable

public enum PageMode extends Enum<PageMode>
The Enum PageMode.
  • Enum Constant Details

    • CHARTS

      public static final PageMode CHARTS
      The charts.
    • DATAGRID

      public static final PageMode DATAGRID
      The datagrid.
    • INDICATORS

      public static final PageMode INDICATORS
      The indicators.
    • OVERVIEW

      public static final PageMode OVERVIEW
      The overview.
    • PAGEVISITHISTORY

      public static final PageMode PAGEVISITHISTORY
      The pagevisithistory.
    • RULES

      public static final PageMode RULES
      The rules.
  • Method Details

    • values

      public static PageMode[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static PageMode valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null