|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Represents a row in the scripting environment
| Method Summary | |
void |
addHideRule(IHideRule rule)
Add HideRule |
void |
addHighlightRule(IHighlightRule rule)
Adds high light rule. |
java.lang.String |
getBookmark()
Returns the bookmark of the row. |
java.lang.String |
getHeight()
Gets a handle to deal with the row's height. |
IHideRule[] |
getHideRules()
Returns array of hide rule expression |
IHighlightRule[] |
getHighlightRules()
Gets all high light rules. |
void |
removeHideRule(IHideRule rule)
Removes all hide rules that matches formatType. |
void |
removeHideRules()
Removes all hide rules |
void |
removeHighlightRule(IHighlightRule rule)
Removes high light rule. |
void |
removeHighlightRules()
Removes all high light rules. |
void |
setBookmark(java.lang.String value)
Sets the bookmark of the row. |
| Methods inherited from interface org.eclipse.birt.report.engine.api.script.element.IDesignElement |
getNamedExpression, getParent, getQualifiedName, getStyle, getUserProperty, setNamedExpression, setUserProperty, setUserProperty |
| Method Detail |
public java.lang.String getHeight()
public java.lang.String getBookmark()
public void setBookmark(java.lang.String value)
throws ScriptException
value - the bookmark expression
ScriptException - if the property is locked.
public void removeHideRule(IHideRule rule)
throws ScriptException
rule -
ScriptException
public void removeHideRules()
throws ScriptException
ScriptExceptionpublic IHideRule[] getHideRules()
public void addHideRule(IHideRule rule)
throws ScriptException
rule -
ScriptExceptionpublic IHighlightRule[] getHighlightRules()
public void addHighlightRule(IHighlightRule rule)
throws ScriptException
rule -
ScriptException
public void removeHighlightRules()
throws ScriptException
ScriptException
public void removeHighlightRule(IHighlightRule rule)
throws ScriptException
rule -
ScriptException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||