org.eclipse.birt.report.engine.content
Interface IDataContent
- All Superinterfaces:
- org.eclipse.birt.report.engine.css.engine.CSSStylableElement, IContent, IElement, ITextContent
- public interface IDataContent
- extends ITextContent
Fields inherited from interface org.eclipse.birt.report.engine.content.IContent |
AUTOTEXT_CONTENT, CELL_CONTENT, CONTAINER_CONTENT, DATA_CONTENT, DOCUMENT_EXTENSION, FOREIGN_CONTENT, GROUP_CONTENT, IMAGE_CONTENT, LABEL_CONTENT, LAYOUT_EXTENSION, LIST_BAND_CONTENT, LIST_CONTENT, LIST_GROUP_CONTENT, PAGE_CONTENT, ROW_CONTENT, SERIALIZE_CONTENT, TABLE_BAND_CONTENT, TABLE_CONTENT, TABLE_GROUP_CONTENT, TEXT_CONTENT |
Methods inherited from interface org.eclipse.birt.report.engine.content.IContent |
accept, getBookmark, getContentType, getExtension, getGenerateBy, getHeight, getHyperlinkAction, getInlineStyle, getInstanceID, getName, getReportContent, getStyleClass, getTOC, getWidth, getX, getY, readContent, setBookmark, setExtension, setGenerateBy, setHeight, setHelpText, setHyperlinkAction, setInlineStyle, setInstanceID, setName, setReportContent, setStyleClass, setTOC, setWidth, setX, setY, writeContent |
Methods inherited from interface org.eclipse.birt.report.engine.css.engine.CSSStylableElement |
getComputedStyle, getCSSEngine, getStyle |
getHelpText
public java.lang.String getHelpText()
- Specified by:
getHelpText
in interface IContent
- Returns:
- Returns the helpText.
getHelpKey
public java.lang.String getHelpKey()
setValue
public void setValue(java.lang.Object value)
getValue
public java.lang.Object getValue()
getLabelText
public java.lang.String getLabelText()
getLabelKey
public java.lang.String getLabelKey()
setLabelText
public void setLabelText(java.lang.String text)
setLabelKey
public void setLabelKey(java.lang.String key)
Copyright © 2005 Actuate Corp. All rights reserved.