|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents a the design of a DataItem in the scripting environment
Method Summary | |
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. |
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. |
Methods inherited from interface org.eclipse.birt.report.engine.api.script.element.IReportItem |
addDataBinding, addHideRule, addHighlightRule, getBookmark, getDataBinding, getDataBindings, getHeight, getHideRules, getHighlightRules, getTocExpression, getWidth, getX, getY, removeDataBinding, removeDataBindings, removeHideRule, removeHideRules, removeHighlightRule, removeHighlightRules, setBookmark, setHeight, setHeight, setTocExpression, setWidth, setWidth, setX, setX, setY, setY |
Methods inherited from interface org.eclipse.birt.report.engine.api.script.element.IReportElement |
getComments, getCustomXml, getDisplayName, getDisplayNameKey, getName, setComments, setCustomXml, setDisplayName, setDisplayNameKey, setName |
Methods inherited from interface org.eclipse.birt.report.engine.api.script.element.IDesignElement |
getNamedExpression, getParent, getQualifiedName, getStyle, getUserProperty, setNamedExpression, setUserProperty, setUserProperty |
Method Detail |
public IAction getAction()
null
if
the action has not been set on the data item.ActionHandle
public java.lang.String getHelpText()
public void setHelpText(java.lang.String value) throws ScriptException
value
- the help text
ScriptException
- if the property is locked.public java.lang.String getHelpTextKey()
public void setHelpTextKey(java.lang.String value) throws ScriptException
value
- the resource key of the help text
ScriptException
- if the property is locked.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |