Uses of Interface
org.eclipse.birt.report.engine.api.script.element.ISortCondition
Packages that use ISortCondition
Package
Description
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 ISortConditionModifier and TypeMethodDescriptionIReportDesign.createSortCondition()
CreateISortCondition
IScriptAPIFactory.createSortCondition()
Deprecated.CreateISortCondition
ScriptAPIFactory.createSortCondition()
Deprecated.static ISortCondition
StructureScriptAPIFactory.createSortCondition()
Deprecated.CreateISortCondition
IListing.getSortConditions()
Returns all sort conditions.Methods in org.eclipse.birt.report.engine.api.script.element with parameters of type ISortConditionModifier and TypeMethodDescriptionvoid
IListing.addSortCondition
(ISortCondition condition) Adds sort condition.key of ISortCondition is required.void
IListing.removeSortCondition
(ISortCondition condition) Removes sort condition.