Class CmsDataViewValue


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

    • Constructor Summary

      Constructors 
      Constructor Description
      CmsDataViewValue​(java.lang.String id, java.lang.String title, java.lang.String description, java.lang.String data)
      Creates a new instance.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getData()
      Returns the data.
      java.lang.String getDescription()
      Returns the description.
      java.lang.String getId()
      Returns the id.
      java.lang.String getTitle()
      Returns the title.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CmsDataViewValue

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

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

      • getData

        public java.lang.String getData()
        Returns the data.

        Returns:
        the data
      • getDescription

        public java.lang.String getDescription()
        Returns the description.

        Returns:
        the description
      • getId

        public java.lang.String getId()
        Returns the id.

        Returns:
        the id
      • getTitle

        public java.lang.String getTitle()
        Returns the title.

        Returns:
        the title