Uses of Interface
org.eclipse.birt.report.model.api.simpleapi.ISortCondition
Packages that use ISortCondition
Package
Description
Defines the fundamental interfaces for those extensions from the
reportitem extension point.
Report element representations in the BIRT simple API environment.
-
Uses of ISortCondition in org.eclipse.birt.report.model.api.extension
Methods in org.eclipse.birt.report.model.api.extension that return ISortConditionMethods in org.eclipse.birt.report.model.api.extension with parameters of type ISortConditionModifier and TypeMethodDescriptionvoid
MultiRowItem.addSortCondition
(ISortCondition condition) void
MultiRowItem.removeSortCondition
(ISortCondition condition) -
Uses of ISortCondition in org.eclipse.birt.report.model.api.impl
Methods in org.eclipse.birt.report.model.api.impl that return ISortConditionModifier and TypeMethodDescriptionSimpleElementFactory.createSortCondition()
CreateISortCondition
SimpleElementFactory.createSortCondition
(SortKey sort) SimpleElementFactory.createSortCondition
(SortKeyHandle sortHandle) -
Uses of ISortCondition in org.eclipse.birt.report.model.api.simpleapi
Methods in org.eclipse.birt.report.model.api.simpleapi that return ISortConditionModifier and TypeMethodDescriptionIReportDesign.createSortCondition()
Create ISortConditionISimpleElementFactory.createSortCondition()
Creates the sort structure.ISimpleElementFactory.createSortCondition
(SortKey sort) Creates the sort structure.ISimpleElementFactory.createSortCondition
(SortKeyHandle sortHandle) Creates the sort structure.IMultiRowItem.getSortConditions()
Returns all sort conditions.Methods in org.eclipse.birt.report.model.api.simpleapi with parameters of type ISortConditionModifier and TypeMethodDescriptionvoid
IMultiRowItem.addSortCondition
(ISortCondition condition) Adds sort condition.key of ISortCondition is required.void
IMultiRowItem.removeSortCondition
(ISortCondition condition) Removes sort condition.