|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents the design of an Listing in the scripting environment
Method Summary | |
void |
addFilterCondition(IFilterCondition condition)
Adds filter condition.expr of IFilterCondition is required. |
void |
addSortCondition(ISortCondition condition)
Adds sort condition.key of ISortCondition is required. |
IFilterCondition[] |
getFilterConditions()
Returns all filter conditions |
ISortCondition[] |
getSortConditions()
Returns all sort conditions. |
void |
removeFilterCondition(IFilterCondition condition)
Removes filter condition. |
void |
removeFilterConditions()
Removes filter condition. |
void |
removeSortCondition(ISortCondition condition)
Removes sort condition. |
void |
removeSortConditions()
Removes all sort conditions |
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 IFilterCondition[] getFilterConditions()
public void addFilterCondition(IFilterCondition condition) throws ScriptException
condition
-
ScriptException
public void removeFilterConditions() throws ScriptException
ScriptException
public void removeFilterCondition(IFilterCondition condition) throws ScriptException
condition
-
ScriptException
public ISortCondition[] getSortConditions()
public void addSortCondition(ISortCondition condition) throws ScriptException
condition
-
ScriptException
public void removeSortConditions() throws ScriptException
ScriptException
public void removeSortCondition(ISortCondition condition) throws ScriptException
condition
-
ScriptException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |