public enum FieldDisplayType extends Enum<FieldDisplayType>
Enum Constant and Description |
---|
BINARY
Binary: Display Binary attribute as embedded content.
|
BINARY_POPUP
Binary Popup: Display Binary attribute as embedded content in a popup.
|
CHECKBOX
Checkbox: Display attribute value as a checkbox.
|
COMPLEX
Complex: Display complex attribute.
|
DATE
Date: Display attribute value as a date picker.
|
DOWNLOAD_LINK
Download Link: Display a clickable link allowing to download attribute content
|
EMBEDDED_TEXT
Embedded Text: Display attribute as embedded text.
|
EMBEDDED_TEXT_POPUP
Embedded Text Popup: Display attribute as embedded text in a popup.
|
EMBEDDED_URL
Embedded URL: Display the ressource referred to by the attribute value as embedded content.
|
HYPERLINK
Hyperlink: Display attribute value as a clickable hyperlink.
|
ID
ID: Display all types of IDs attributes (AUTO, GENERATED, MANUAL)
|
IMAGE
Image: Display attribute value as an image.
|
IMAGE_POPUP
Image Popup: Display attribute value as an image in a popup.
|
IMAGE_URL
Image URL: Display attribute value as an image.
|
IMAGE_URL_POPUP
Image URL Popup: Display attribute value as an image in a popup.
|
LONG_TEXT
Long Text: Display attribute value as a long text.
|
LOV_COMBO
List of Values in Combo box: Display a LOV attribute as a list of values in a Combo box.
|
LOV_LIST
List of Values: Display a LOV attribute as a list of values.
|
LOV_MULTI
Multi Valued LOV: Display a MultiLOV attribute.
|
LOV_MULTI_LIST
List of Multi Valued LOV: Display a MultiLOV attribute as a list of values.
|
REF_PICKER
Reference Picker: Display attribute value as a reference picker.
|
TEXT
Text: Display attribute value as a text.
|
Modifier and Type | Method and Description |
---|---|
static FieldDisplayType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldDisplayType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FieldDisplayType BINARY
public static final FieldDisplayType BINARY_POPUP
public static final FieldDisplayType CHECKBOX
public static final FieldDisplayType COMPLEX
public static final FieldDisplayType DATE
public static final FieldDisplayType EMBEDDED_TEXT
public static final FieldDisplayType EMBEDDED_TEXT_POPUP
public static final FieldDisplayType EMBEDDED_URL
public static final FieldDisplayType HYPERLINK
public static final FieldDisplayType DOWNLOAD_LINK
public static final FieldDisplayType ID
public static final FieldDisplayType IMAGE
public static final FieldDisplayType IMAGE_POPUP
public static final FieldDisplayType IMAGE_URL
public static final FieldDisplayType IMAGE_URL_POPUP
public static final FieldDisplayType LONG_TEXT
public static final FieldDisplayType LOV_COMBO
public static final FieldDisplayType LOV_LIST
public static final FieldDisplayType LOV_MULTI
public static final FieldDisplayType LOV_MULTI_LIST
public static final FieldDisplayType REF_PICKER
public static final FieldDisplayType TEXT
public static FieldDisplayType[] values()
for (FieldDisplayType c : FieldDisplayType.values()) System.out.println(c);
public static FieldDisplayType 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 © 2016. All Rights Reserved.