Class CmsDataViewConstants


  • public final class CmsDataViewConstants
    extends java.lang.Object
    Constants used by the data view widget code (client/server side).

    • Field Summary

      Fields 
      Modifier and Type Field 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.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait