org.nuxeo.opensocial.container.shared.webcontent
Class HTMLData
java.lang.Object
org.nuxeo.opensocial.container.shared.webcontent.abs.AbstractWebContentData
org.nuxeo.opensocial.container.shared.webcontent.HTMLData
- All Implemented Interfaces:
- Serializable, Comparable<AbstractWebContentData>, WebContentData
public class HTMLData
- extends AbstractWebContentData
- Author:
- Stéphane Fourrier
- See Also:
- Serialized Form
Methods inherited from class org.nuxeo.opensocial.container.shared.webcontent.abs.AbstractWebContentData |
addFile, addPreference, clearFiles, compareTo, getAdditionalPreferences, getFiles, getId, getName, getOwner, getPosition, getPreferences, getTitle, getUnitId, getViewer, isCollapsed, isInAPorlet, setId, setIsCollapsed, setIsInAPortlet, setName, setOwner, setPosition, setPreferences, setTitle, setUnitId, setViewer |
HTML_PREFERENCE
public static final String HTML_PREFERENCE
- See Also:
- Constant Field Values
TITLE_PREFERENCE
public static final String TITLE_PREFERENCE
- See Also:
- Constant Field Values
ICONE_NAME
public static final String ICONE_NAME
- See Also:
- Constant Field Values
CENTER_TEMPLATE
public static final String CENTER_TEMPLATE
- See Also:
- Constant Field Values
RIGHT_TEMPLATE
public static final String RIGHT_TEMPLATE
- See Also:
- Constant Field Values
LEFT_TEMPLATE
public static final String LEFT_TEMPLATE
- See Also:
- Constant Field Values
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
HTMLData
public HTMLData()
getHtml
public String getHtml()
setHtml
public void setHtml(String html)
getHtmlTitle
public String getHtmlTitle()
setHtmlTitle
public void setHtmlTitle(String htmlTitle)
setHtmlPictureLink
public void setHtmlPictureLink(String htmlPictureLink)
getHtmlPictureLink
public String getHtmlPictureLink()
setHtmlPictureLegend
public void setHtmlPictureLegend(String htmlPictureLegend)
getHtmlPictureLegend
public String getHtmlPictureLegend()
setHasPicture
public void setHasPicture(boolean hasPicture)
hasPicture
public boolean hasPicture()
setTemplate
public void setTemplate(String template)
getTemplate
public String getTemplate()
initPrefs
public boolean initPrefs(Map<String,String> params)
- Specified by:
initPrefs
in interface WebContentData
- Overrides:
initPrefs
in class AbstractWebContentData
updateFrom
public void updateFrom(WebContentData data)
getAssociatedType
public String getAssociatedType()
- Specified by:
getAssociatedType
in interface WebContentData
- Specified by:
getAssociatedType
in class AbstractWebContentData
getIcon
public String getIcon()
- Specified by:
getIcon
in interface WebContentData
- Specified by:
getIcon
in class AbstractWebContentData
hasFiles
public boolean hasFiles()
Copyright © 2011 Nuxeo SAS. All Rights Reserved.