Class CmsDataViewValue
java.lang.Object
org.opencms.acacia.client.widgets.complex.CmsDataViewValue
Represents a data view value to be read from or written to the editor by the data view widget.
-
Constructor Summary
ConstructorDescriptionCmsDataViewValue
(String id, String title, String description, String data) Creates a new instance. -
Method Summary
-
Constructor Details
-
CmsDataViewValue
Creates a new instance.- Parameters:
id
- the idtitle
- the titledescription
- the descriptiondata
- the additional data
-
-
Method Details
-
getData
Returns the data.- Returns:
- the data
-
getDescription
Returns the description.- Returns:
- the description
-
getId
Returns the id.- Returns:
- the id
-
getTitle
Returns the title.- Returns:
- the title
-