|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IListing
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, setCurrentView, 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, getReport, getStyle, getUserProperty, setNamedExpression, setUserProperty, setUserProperty |
Method Detail |
---|
IFilterCondition[] getFilterConditions()
void addFilterCondition(IFilterCondition condition) throws ScriptException
condition
-
ScriptException
void removeFilterConditions() throws ScriptException
ScriptException
void removeFilterCondition(IFilterCondition condition) throws ScriptException
condition
-
ScriptException
ISortCondition[] getSortConditions()
void addSortCondition(ISortCondition condition) throws ScriptException
condition
-
ScriptException
void removeSortConditions() throws ScriptException
ScriptException
void removeSortCondition(ISortCondition condition) throws ScriptException
condition
-
ScriptException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |