Package com.saperion.ngc.iform
Enum Class FormMode
- All Implemented Interfaces:
Serializable
,Comparable<FormMode>
,Constable
Modes for IntelligentFormView.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionEmbedded index mode.Preview mode for files.Folder index mode.Folder query mode.Index mode.Index mode without upload area.Readonly index popup.Lookup index mode.Mode for the query form of an AdvancedLookupField.Query for an outliner-application node.Query mode. -
Method Summary
-
Enum Constant Details
-
QUERY
Query mode. -
INDEX
Index mode. Adds new items. -
EMBEDDED_INDEX
Embedded index mode. Edits an item. -
FOLDER_QUERY
Folder query mode. -
FOLDER_INDEX
Folder index mode. -
LOOKUP_INDEX
Lookup index mode. -
FILE_PREVIEW
Preview mode for files. -
INDEX_POPUP
Index mode without upload area. -
INDEX_POPUP_READONLY
Readonly index popup. -
OUTLINER_APP_QUERY
Query for an outliner-application node. -
LOOKUP_POPUP_QUERY
Mode for the query form of an AdvancedLookupField.
-
-
Method Details
-
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
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 nameNullPointerException
- if the argument is null
-