public interface IDataItem extends IReportItem
constants| 限定符和类型 | 方法和说明 |
|---|---|
void |
addAction(IAction action)
Add the action structure to this Data item.
|
IAction |
getAction()
Returns a handle to work with the action property, action is a structure
that defines a hyperlink.
|
java.lang.String |
getHelpText()
Returns the help text of this data item.
|
java.lang.String |
getHelpTextKey()
Returns the help text resource key of this data item.
|
java.lang.String |
getResultSetColumn()
Gets the value of the result set column name property on this data item.
|
void |
setHelpText(java.lang.String value)
Sets the help text of this data item.
|
void |
setHelpTextKey(java.lang.String value)
Sets the resource key of the help text of this data item.
|
void |
setResultSetColumn(java.lang.String columnName)
Sets the value of the column name property.
|
addDataBinding, addHideRule, addHighlightRule, getBookmark, getDataBinding, getDataBindings, getHeight, getHideRules, getHighlightRules, getTocExpression, getWidth, getX, getY, removeDataBinding, removeDataBindings, removeHideRule, removeHideRules, removeHighlightRule, removeHighlightRules, setBookmark, setCurrentView, setHeight, setHeight, setTocExpression, setWidth, setWidth, setX, setX, setY, setYgetComments, getCustomXml, getDisplayName, getDisplayNameKey, getName, setComments, setCustomXml, setDisplayName, setDisplayNameKey, setNamegetNamedExpression, getParent, getQualifiedName, getReport, getStyle, getUserProperty, getUserPropertyExpression, setNamedExpression, setUserProperty, setUserPropertyIAction getAction()
null if
the action has not been set on the data item.ActionHandlevoid addAction(IAction action) throws SemanticException
action - SemanticExceptionjava.lang.String getHelpText()
void setHelpText(java.lang.String value)
throws SemanticException
value - the help textSemanticException - if the property is locked.java.lang.String getHelpTextKey()
void setHelpTextKey(java.lang.String value)
throws SemanticException
value - the resource key of the help textSemanticException - if the property is locked.java.lang.String getResultSetColumn()
void setResultSetColumn(java.lang.String columnName)
throws SemanticException
columnName - the value to set.SemanticExceptionCopyright © 2008 Actuate Corp. All rights reserved.