Enum Class FormMode

java.lang.Object
java.lang.Enum<FormMode>
com.saperion.ngc.iform.FormMode
All Implemented Interfaces:
Serializable, Comparable<FormMode>, Constable

public enum FormMode extends Enum<FormMode>
Modes for IntelligentFormView.
  • Enum Constant Details

    • QUERY

      public static final FormMode QUERY
      Query mode.
    • INDEX

      public static final FormMode INDEX
      Index mode. Adds new items.
    • EMBEDDED_INDEX

      public static final FormMode EMBEDDED_INDEX
      Embedded index mode. Edits an item.
    • FOLDER_QUERY

      public static final FormMode FOLDER_QUERY
      Folder query mode.
    • FOLDER_INDEX

      public static final FormMode FOLDER_INDEX
      Folder index mode.
    • LOOKUP_INDEX

      public static final FormMode LOOKUP_INDEX
      Lookup index mode.
    • FILE_PREVIEW

      public static final FormMode FILE_PREVIEW
      Preview mode for files.
    • INDEX_POPUP

      public static final FormMode INDEX_POPUP
      Index mode without upload area.
    • INDEX_POPUP_READONLY

      public static final FormMode INDEX_POPUP_READONLY
      Readonly index popup.
    • OUTLINER_APP_QUERY

      public static final FormMode OUTLINER_APP_QUERY
      Query for an outliner-application node.
    • LOOKUP_POPUP_QUERY

      public static final FormMode LOOKUP_POPUP_QUERY
      Mode for the query form of an AdvancedLookupField.
  • Method Details

    • values

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