public final class CmsDataViewConstants extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ACCESSOR
The accessor.
|
static java.lang.String |
CONFIG_ICON
JSON key for the icon option.
|
static java.lang.String |
CONFIG_MULTI_SELECT
JSON key for enabling / disabling multiselect.
|
static java.lang.String |
CONFIG_PREVIEW
JSON key for the preview option.
|
static java.lang.String |
CONFIG_VIEW_ARG
JSON key used for the view configuration.
|
static java.lang.String |
CONFIG_VIEW_CLASS
JSON Key used for the view class.
|
static java.lang.String |
DATAVIEW_DIALOG
JSON key for the dialog name.
|
static java.lang.String |
FIELD_DATA
JSON key for a result's additional data.
|
static java.lang.String |
FIELD_DESCRIPTION
JSON key for a result's description.
|
static java.lang.String |
FIELD_ID
JSON key for a result's id.
|
static java.lang.String |
FIELD_TITLE
JSON key for a results's title.
|
static java.lang.String |
KEY_RESULT
JSON key for the result.
|
static java.lang.String |
PARAM_CALLBACK
Key used for the callback.
|
static java.lang.String |
PARAM_CALLBACK_ARG
Key used for the callback argument.
|
static java.lang.String |
PARAM_CONFIG
Name of the request parameter used to send the widget configuration from the client to the embedded Vaadin dialog.
|
static java.lang.String |
RENDERER_ID
The renderer id.
|
static java.lang.String |
VALUE_DATA
Data content field name.
|
static java.lang.String |
VALUE_DESCRIPTION
Description content field name.
|
static java.lang.String |
VALUE_ID
Id content field name.
|
static java.lang.String |
VALUE_TITLE
Title content field name.
|
public static final java.lang.String PARAM_CALLBACK
public static final java.lang.String PARAM_CALLBACK_ARG
public static final java.lang.String CONFIG_VIEW_CLASS
public static final java.lang.String CONFIG_VIEW_ARG
public static final java.lang.String CONFIG_MULTI_SELECT
public static final java.lang.String PARAM_CONFIG
public static final java.lang.String RENDERER_ID
public static final java.lang.String KEY_RESULT
public static final java.lang.String FIELD_ID
public static final java.lang.String FIELD_TITLE
public static final java.lang.String FIELD_DESCRIPTION
public static final java.lang.String FIELD_DATA
public static final java.lang.String DATAVIEW_DIALOG
public static final java.lang.String CONFIG_PREVIEW
public static final java.lang.String ACCESSOR
public static final java.lang.String CONFIG_ICON
public static final java.lang.String VALUE_TITLE
public static final java.lang.String VALUE_DESCRIPTION
public static final java.lang.String VALUE_ID
public static final java.lang.String VALUE_DATA