public enum FormMode extends Enum<FormMode>
Enum Constant and Description |
---|
EMBEDDED_INDEX
Embedded index mode.
|
FILE_PREVIEW
Preview mode for files.
|
FOLDER_INDEX
Folder index mode.
|
FOLDER_QUERY
Folder query mode.
|
INDEX
Index mode.
|
INDEX_POPUP
Index mode without upload area.
|
INDEX_POPUP_READONLY
Readonly index popup.
|
LOOKUP_INDEX
Lookup index mode.
|
LOOKUP_POPUP_QUERY
Mode for the query form of an AdvancedLookupField.
|
OUTLINER_APP_QUERY
Query for an outliner-application node.
|
QUERY
Query mode.
|
Modifier and Type | Method and Description |
---|---|
static FormMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FormMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FormMode QUERY
public static final FormMode INDEX
public static final FormMode EMBEDDED_INDEX
public static final FormMode FOLDER_QUERY
public static final FormMode FOLDER_INDEX
public static final FormMode LOOKUP_INDEX
public static final FormMode FILE_PREVIEW
public static final FormMode INDEX_POPUP
public static final FormMode INDEX_POPUP_READONLY
public static final FormMode OUTLINER_APP_QUERY
public static final FormMode LOOKUP_POPUP_QUERY
public static FormMode[] values()
for (FormMode c : FormMode.values()) System.out.println(c);
public static FormMode valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2021 Hyland Software Germany GmbH. All rights reserved.