Class CmsDataViewValue

java.lang.Object
org.opencms.acacia.client.widgets.complex.CmsDataViewValue

public class CmsDataViewValue extends Object
Represents a data view value to be read from or written to the editor by the data view widget.

  • Constructor Details

    • CmsDataViewValue

      public CmsDataViewValue(String id, String title, String description, String data)
      Creates a new instance.

      Parameters:
      id - the id
      title - the title
      description - the description
      data - the additional data
  • Method Details

    • getData

      public String getData()
      Returns the data.

      Returns:
      the data
    • getDescription

      Returns the description.

      Returns:
      the description
    • getId

      public String getId()
      Returns the id.

      Returns:
      the id
    • getTitle

      public String getTitle()
      Returns the title.

      Returns:
      the title