|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ISortCondition | |
org.eclipse.birt.report.engine.api.script.element | Report element representations in the BIRT scripting environment. |
Uses of ISortCondition in org.eclipse.birt.report.engine.api.script.element |
Methods in org.eclipse.birt.report.engine.api.script.element that return ISortCondition | |
ISortCondition[] |
IListing.getSortConditions()
Returns all sort conditions. |
static ISortCondition |
StructureScriptAPIFactory.createSortCondition()
Create ISortCondition |
Methods in org.eclipse.birt.report.engine.api.script.element with parameters of type ISortCondition | |
void |
IListing.addSortCondition(ISortCondition condition)
Adds sort condition.key of ISortCondition is required. |
void |
IListing.removeSortCondition(ISortCondition condition)
Removes sort condition. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |