|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents a the design of a report element in the scripting environment
Method Summary | |
java.lang.String |
getComments()
Gets the comments of the report element. |
java.lang.String |
getCustomXml()
Gets the custom XML. |
java.lang.String |
getDisplayName()
Gets the display name. |
java.lang.String |
getDisplayNameKey()
Gets the resource key of the display name. |
void |
setComments(java.lang.String theComments)
Sets the comments of the report element. |
void |
setCustomXml(java.lang.String customXml)
Sets the custom XML. |
void |
setDisplayName(java.lang.String displayName)
Sets the display name. |
void |
setDisplayNameKey(java.lang.String displayNameKey)
Sets the resource key of the display name. |
Methods inherited from interface org.eclipse.birt.report.engine.api.script.element.IDesignElement |
getName, getNamedExpression, getParent, getQualifiedName, getStyle, getUserProperty, setName, setNamedExpression, setUserProperty, setUserProperty |
Method Detail |
public void setCustomXml(java.lang.String customXml) throws ScriptException
customXml
- the custom XML to set
ScriptException
- if the custom XML is locked or not defined on this element.public java.lang.String getCustomXml()
public void setComments(java.lang.String theComments) throws ScriptException
theComments
- the comments to set
ScriptException
- if the comments property is locked or not defined on this
element.public java.lang.String getComments()
public void setDisplayNameKey(java.lang.String displayNameKey) throws ScriptException
displayNameKey
- the resource key of the display name
ScriptException
- if the display name resource-key property is locked or not
defined on this element.public java.lang.String getDisplayNameKey()
public void setDisplayName(java.lang.String displayName) throws ScriptException
displayName
- the display name
ScriptException
- if the display name property is locked or not defined on this
element.public java.lang.String getDisplayName()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |