public interface IDataContent extends ITextContent
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| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String |
getHelpKey()
Get the help key of the data content.
|
java.lang.String |
getHelpText()
Get the help text of the data content.
|
java.lang.String |
getLabelKey()
Get the label key of the data content.
|
java.lang.String |
getLabelText()
Get the label text of the data content.
|
java.lang.Object |
getValue()
Get the value of the data content.
|
void |
setLabelKey(java.lang.String key)
Set the label key of the data content.
|
void |
setLabelText(java.lang.String text)
Set the label text of the data content.
|
void |
setValue(java.lang.Object value)
Set the value of the data content.
|
getText, setTextaccept, 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, writeContentgetComputedStyle, getCSSEngine, getStylegetChildren, getParent, setParentgetComputedStyle, getStyle, getStyleClass, setStyleClassjava.lang.String getHelpText()
getHelpText 在接口中 IContentjava.lang.String getHelpKey()
void setValue(java.lang.Object value)
value - the value of the data content.java.lang.Object getValue()
java.lang.String getLabelText()
java.lang.String getLabelKey()
void setLabelText(java.lang.String text)
text - the label text of the data content.void setLabelKey(java.lang.String key)
key - the label key of the data content.Copyright © 2008 Actuate Corp. All rights reserved.