Enum EContentView

java.lang.Object
java.lang.Enum<EContentView>
de.xima.fc.gui.common.statics.EContentView
All Implemented Interfaces:
IViewModel, INamedUiElement, Serializable, Comparable<EContentView>

public enum EContentView extends Enum<EContentView> implements IViewModel, INamedUiElement
Enumeration describing views to formcycle content pages. Mainly for use inside IFrames.
Since:
7.0.0
Author:
XIMA MEDIA GmbH
  • Enum Constant Details

    • FORM

      public static final EContentView FORM
      The form designer that lets the user edit the current form fields and styling of the web form.
    • FORM_PDF_IMPORT

      public static final EContentView FORM_PDF_IMPORT
      Separate popup page with the PDF importer.
    • WORKFLOW

      public static final EContentView WORKFLOW
      The workflow designer that lets the user edit the workflow configuration that determines what happens when the form is submitted.
    • FORM_PREVIEW

      public static final EContentView FORM_PREVIEW
    • PROJECT_RESOURCES

      public static final EContentView PROJECT_RESOURCES
      Lets the user edit the files belonging to the current project.
    • PROJECT_INBOX

      public static final EContentView PROJECT_INBOX
    • PROJECT_DATATABLE

      public static final EContentView PROJECT_DATATABLE
    • APPOINTMENTS

      public static final EContentView APPOINTMENTS
    • TEMPLATES_CSS

      public static final EContentView TEMPLATES_CSS
    • TEMPLATES_HTML

      public static final EContentView TEMPLATES_HTML
    • DATA_QUERIES_DB

      public static final EContentView DATA_QUERIES_DB
    • DATA_QUERIES_LDAP

      public static final EContentView DATA_QUERIES_LDAP
    • DATA_SOURCES

      public static final EContentView DATA_SOURCES
    • DATA_CONNECTION_DB

      public static final EContentView DATA_CONNECTION_DB
    • DATA_CONNECTION_LDAP

      public static final EContentView DATA_CONNECTION_LDAP
    • DATA_COUNTER

      public static final EContentView DATA_COUNTER
    • WEBDAV_CONNECTION_DB

      public static final EContentView WEBDAV_CONNECTION_DB
  • Field Details

    • PARENT

      public static EContentView PARENT
      The content view that represents the parent designer page, i.e. null
  • Method Details