Enum Class ViewAction

java.lang.Object
java.lang.Enum<ViewAction>
com.hack23.cia.web.impl.ui.application.action.ViewAction
All Implemented Interfaces:
Serializable, Comparable<ViewAction>, Constable

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

    • START_AGENT_BUTTON

      public static final ViewAction START_AGENT_BUTTON
      The start agent button.
    • VISIT_ADMIN_AGENCY_VIEW

      public static final ViewAction VISIT_ADMIN_AGENCY_VIEW
      The visit admin agency view.
    • VISIT_ADMIN_AGENT_OPERATION_VIEW

      public static final ViewAction VISIT_ADMIN_AGENT_OPERATION_VIEW
      The visit admin agent operation view.
    • VISIT_ADMIN_APPLICATION_CONFIGURATION_VIEW

      public static final ViewAction VISIT_ADMIN_APPLICATION_CONFIGURATION_VIEW
      The visit admin application configuration view.
    • VISIT_ADMIN_APPLICATION_EVENTS_VIEW

      public static final ViewAction VISIT_ADMIN_APPLICATION_EVENTS_VIEW
      The visit admin application events view.
    • VISIT_ADMIN_APPLICATION_SESSION_VIEW

      public static final ViewAction VISIT_ADMIN_APPLICATION_SESSION_VIEW
      The visit admin application session view.
    • VISIT_ADMIN_COUNTRY_VIEW

      public static final ViewAction VISIT_ADMIN_COUNTRY_VIEW
      The visit admin country view.
    • VISIT_ADMIN_DATA_SUMMARY_VIEW

      public static final ViewAction VISIT_ADMIN_DATA_SUMMARY_VIEW
      The visit admin data summary view.
    • VISIT_ADMIN_EMAIL_VIEW

      public static final ViewAction VISIT_ADMIN_EMAIL_VIEW
      The visit admin email view.
    • VISIT_ADMIN_LANGUAGE_CONTENT_VIEW

      public static final ViewAction VISIT_ADMIN_LANGUAGE_CONTENT_VIEW
      The visit admin language content view.
    • VISIT_ADMIN_LANGUAGE_VIEW

      public static final ViewAction VISIT_ADMIN_LANGUAGE_VIEW
      The visit admin language view.
    • VISIT_ADMIN_MONITORING_VIEW

      public static final ViewAction VISIT_ADMIN_MONITORING_VIEW
      The visit admin monitoring view.
    • VISIT_ADMIN_PORTAL_VIEW

      public static final ViewAction VISIT_ADMIN_PORTAL_VIEW
      The visit admin portal view.
    • VISIT_ADMIN_USERACCOUNT_VIEW

      public static final ViewAction VISIT_ADMIN_USERACCOUNT_VIEW
      The visit admin useraccount view.
    • VISIT_BALLOT_VIEW

      public static final ViewAction VISIT_BALLOT_VIEW
      The visit ballot view.
    • VISIT_COMMITTEE_RANKING_VIEW

      public static final ViewAction VISIT_COMMITTEE_RANKING_VIEW
      The visit committee ranking view.
    • VISIT_COMMITTEE_VIEW

      public static final ViewAction VISIT_COMMITTEE_VIEW
      The visit committee view.
    • VISIT_COUNTRY_VIEW

      public static final ViewAction VISIT_COUNTRY_VIEW
      The visit country view.
    • VISIT_DOCUMENT_VIEW

      public static final ViewAction VISIT_DOCUMENT_VIEW
      The visit document view.
    • VISIT_DOCUMENTS_VIEW

      public static final ViewAction VISIT_DOCUMENTS_VIEW
      The visit documents view.
    • VISIT_GOVERNMENT_BODY_RANKING_VIEW

      public static final ViewAction VISIT_GOVERNMENT_BODY_RANKING_VIEW
      The visit government body ranking view.
    • VISIT_GOVERNMENT_BODY_VIEW

      public static final ViewAction VISIT_GOVERNMENT_BODY_VIEW
      The visit government body view.
    • VISIT_LOGIN

      public static final ViewAction VISIT_LOGIN
      The visit login.
    • VISIT_MAIN_VIEW

      public static final ViewAction VISIT_MAIN_VIEW
      The visit main view.
    • VISIT_MINISTRY_RANKING_VIEW

      public static final ViewAction VISIT_MINISTRY_RANKING_VIEW
      The visit ministry ranking view.
    • VISIT_MINISTRY_VIEW

      public static final ViewAction VISIT_MINISTRY_VIEW
      The visit ministry view.
    • VISIT_PARLIAMENT_RANKING_VIEW

      public static final ViewAction VISIT_PARLIAMENT_RANKING_VIEW
    • VISIT_PARTY_RANKING_VIEW

      public static final ViewAction VISIT_PARTY_RANKING_VIEW
      The visit party ranking view.
    • VISIT_PARTY_VIEW

      public static final ViewAction VISIT_PARTY_VIEW
      The visit party view.
    • VISIT_POLITICIAN_RANKING_VIEW

      public static final ViewAction VISIT_POLITICIAN_RANKING_VIEW
      The visit politician ranking view.
    • VISIT_POLITICIAN_VIEW

      public static final ViewAction VISIT_POLITICIAN_VIEW
      The visit politician view.
    • VISIT_REGISTER

      public static final ViewAction VISIT_REGISTER
    • VISIT_SEARCH_VIEW

      public static final ViewAction VISIT_SEARCH_VIEW
      The visit search view.
    • VISIT_USER_HOME_VIEW

      public static final ViewAction VISIT_USER_HOME_VIEW
      The visit user home view.
    • VISIT_DASHBOARD_VIEW

      public static final ViewAction VISIT_DASHBOARD_VIEW
      The visit dashboard view.
  • Method Details

    • values

      public static ViewAction[] 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 ViewAction 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