|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILabelContent
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, ROW_CONTENT, SERIALIZE_CONTENT, TABLE_BAND_CONTENT, TABLE_CONTENT, TABLE_GROUP_CONTENT, TEXT_CONTENT |
Method Summary | |
---|---|
java.lang.String |
getHelpKey()
Get the help key string of the label content. |
java.lang.String |
getHelpText()
Get the help text string of the label content. |
java.lang.String |
getLabelKey()
Get the label key string of the label content. |
java.lang.String |
getLabelText()
Get the text string of the label content. |
void |
setHelpText(java.lang.String helpText)
Set the help text string of the label content. |
void |
setLabelKey(java.lang.String labelKey)
Set the label key string of the label content. |
void |
setLabelText(java.lang.String labelText)
Set the text string of label content. |
Methods inherited from interface org.eclipse.birt.report.engine.content.ITextContent |
---|
getText, setText |
Methods inherited from interface org.eclipse.birt.report.engine.content.IContent |
---|
accept, cloneContent, getACL, getBookmark, getContentType, getExtension, getGenerateBy, getHeight, getHyperlinkAction, getInlineStyle, getInstanceID, getName, getReportContent, getStyleClass, getTOC, getWidth, getX, getY, isDirectionRTL, isRTL, readContent, setACL, setBookmark, setExtension, setGenerateBy, setHeight, 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 |
Method Detail |
---|
void setLabelText(java.lang.String labelText)
labelText
- the text string of the label content.java.lang.String getLabelText()
void setLabelKey(java.lang.String labelKey)
labelKey
- the label key string of the label content.java.lang.String getLabelKey()
void setHelpText(java.lang.String helpText)
setHelpText
in interface IContent
java.lang.String getHelpText()
getHelpText
in interface IContent
java.lang.String getHelpKey()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |