Interface IDataContent
- All Superinterfaces:
org.eclipse.birt.report.engine.css.engine.CSSStylableElement
,IContent
,IElement
,IStyledElement
,ITextContent
Provides the interface for the Data Content.
-
Field Summary
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, REPORT_CONTENT, ROW_CONTENT, SERIALIZE_CONTENT, TABLE_BAND_CONTENT, TABLE_CONTENT, TABLE_GROUP_CONTENT, TEXT_CONTENT
-
Method Summary
Modifier and TypeMethodDescriptionGet the help key of the data content.Get the help text of the data content.Get the label key of the data content.Get the label text of the data content.getValue()
Get the value of the data content.void
setLabelKey
(String key) Set the label key of the data content.void
setLabelText
(String text) Set the label text of the data content.void
Set the value of the data content.Methods inherited from interface org.eclipse.birt.report.engine.css.engine.CSSStylableElement
getComputedStyle, getCSSEngine, getStyle
Methods inherited from interface org.eclipse.birt.report.engine.content.IContent
accept, cloneContent, getACL, getAltText, getAltTextKey, getBookmark, getContentType, getExtension, getExtensions, getGenerateBy, getHeight, getHyperlinkAction, getInlineStyle, getInstanceID, getName, getReportContent, getResultSet, getTOC, getUserProperties, getWidth, getX, getY, hasChildren, isDirectionRTL, isLastChild, isRTL, readContent, setACL, setAltText, setAltTextKey, setBookmark, setExtension, setExtensions, setGenerateBy, setHasChildren, setHeight, setHelpText, setHyperlinkAction, setInlineStyle, setInstanceID, setLastChild, setName, setReportContent, setTOC, setUserProperties, setWidth, setX, setY, writeContent
Methods inherited from interface org.eclipse.birt.report.engine.content.IElement
getChildren, getParent, setParent
Methods inherited from interface org.eclipse.birt.report.engine.content.IStyledElement
getComputedStyle, getStyle, getStyleClass, setStyleClass
Methods inherited from interface org.eclipse.birt.report.engine.content.ITextContent
getText, setText
-
Method Details
-
getHelpText
String getHelpText()Get the help text of the data content.- Specified by:
getHelpText
in interfaceIContent
- Returns:
- the help text.
-
getHelpKey
String getHelpKey()Get the help key of the data content.- Returns:
- the help key.
-
setValue
Set the value of the data content.- Parameters:
value
- the value of the data content.
-
getValue
Object getValue()Get the value of the data content.- Returns:
- the value of the data content.
-
getLabelText
String getLabelText()Get the label text of the data content.- Returns:
- the label text of the data content.
-
getLabelKey
String getLabelKey()Get the label key of the data content.- Returns:
- the label key of the data content.
-
setLabelText
Set the label text of the data content.- Parameters:
text
- the label text of the data content.
-
setLabelKey
Set the label key of the data content.- Parameters:
key
- the label key of the data content.
-