Interface ILabelContent
- All Superinterfaces:
org.eclipse.birt.report.engine.css.engine.CSSStylableElement
,IContent
,IElement
,IStyledElement
,ITextContent
Provides the interface for the Label 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 string of the label content.Get the help text string of the label content.Get the label key string of the label content.Get the text string of the label content.void
setHelpText
(String helpText) Set the help text string of the label content.void
setLabelKey
(String labelKey) Set the label key string of the label content.void
setLabelText
(String labelText) Set the text string of label 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, getTagType, getTOC, getUserProperties, getWidth, getX, getY, hasChildren, isDirectionRTL, isLastChild, isRTL, readContent, setACL, setAltText, setAltTextKey, setBookmark, setExtension, setExtensions, setGenerateBy, setHasChildren, setHeight, setHyperlinkAction, setInlineStyle, setInstanceID, setLastChild, setName, setReportContent, setTagType, 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
-
setLabelText
Set the text string of label content.- Parameters:
labelText
- the text string of the label content.
-
getLabelText
String getLabelText()Get the text string of the label content.- Returns:
- the text string of the label content.
-
setLabelKey
Set the label key string of the label content.- Parameters:
labelKey
- the label key string of the label content.
-
getLabelKey
String getLabelKey()Get the label key string of the label content.- Returns:
- the label key string of the label content.
-
setHelpText
Set the help text string of the label content.- Specified by:
setHelpText
in interfaceIContent
- Parameters:
helpText
- help text
-
getHelpText
String getHelpText()Get the help text string of the label content.- Specified by:
getHelpText
in interfaceIContent
- Returns:
- the help text string of the label content.
-
getHelpKey
String getHelpKey()Get the help key string of the label content.- Returns:
- the help key string of the label content.
-