Package | Description |
---|---|
org.eclipse.birt.report.engine.api.script.element |
Report element representations in the BIRT scripting environment.
|
Modifier and Type | Method and Description |
---|---|
ISortCondition |
IReportDesign.createSortCondition()
Create
ISortCondition |
ISortCondition |
IScriptAPIFactory.createSortCondition()
Deprecated.
Create
ISortCondition |
ISortCondition |
ScriptAPIFactory.createSortCondition()
Deprecated.
|
static ISortCondition |
StructureScriptAPIFactory.createSortCondition()
Deprecated.
Create
ISortCondition |
ISortCondition[] |
IListing.getSortConditions()
Returns all sort conditions.
|
Modifier and Type | Method and Description |
---|---|
void |
IListing.addSortCondition(ISortCondition condition)
Adds sort condition.key of ISortCondition is required.
|
void |
IListing.removeSortCondition(ISortCondition condition)
Removes sort condition.
|
Copyright © 2008 Actuate Corp. All rights reserved.