Package org.opencms.gwt.shared
Class CmsDataViewConstants
java.lang.Object
org.opencms.gwt.shared.CmsDataViewConstants
Constants used by the data view widget code (client/server side).
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The accessor.static final String
JSON key for the icon option.static final String
JSON key for enabling / disabling multiselect.static final String
JSON key for the preview option.static final String
JSON key used for the view configuration.static final String
JSON Key used for the view class.static final String
JSON key for the dialog name.static final String
JSON key for a result's additional data.static final String
JSON key for a result's description.static final String
JSON key for a result's id.static final String
JSON key for a results's title.static final String
JSON key for the result.static final String
Key used for the callback.static final String
Key used for the callback argument.static final String
Name of the request parameter used to send the widget configuration from the client to the embedded Vaadin dialog.static final String
The renderer id.static final String
Data content field name.static final String
Description content field name.static final String
Id content field name.static final String
Title content field name. -
Method Summary
-
Field Details
-
PARAM_CALLBACK
Key used for the callback.- See Also:
-
PARAM_CALLBACK_ARG
Key used for the callback argument.- See Also:
-
CONFIG_VIEW_CLASS
JSON Key used for the view class.- See Also:
-
CONFIG_VIEW_ARG
JSON key used for the view configuration.- See Also:
-
CONFIG_MULTI_SELECT
JSON key for enabling / disabling multiselect.- See Also:
-
PARAM_CONFIG
Name of the request parameter used to send the widget configuration from the client to the embedded Vaadin dialog.- See Also:
-
RENDERER_ID
The renderer id.- See Also:
-
KEY_RESULT
JSON key for the result.- See Also:
-
FIELD_ID
JSON key for a result's id.- See Also:
-
FIELD_TITLE
JSON key for a results's title.- See Also:
-
FIELD_DESCRIPTION
JSON key for a result's description.- See Also:
-
FIELD_DATA
JSON key for a result's additional data.- See Also:
-
DATAVIEW_DIALOG
JSON key for the dialog name.- See Also:
-
CONFIG_PREVIEW
JSON key for the preview option.- See Also:
-
ACCESSOR
The accessor.- See Also:
-
CONFIG_ICON
JSON key for the icon option.- See Also:
-
VALUE_TITLE
Title content field name.- See Also:
-
VALUE_DESCRIPTION
Description content field name.- See Also:
-
VALUE_ID
Id content field name.- See Also:
-
VALUE_DATA
Data content field name.- See Also:
-