Package | Description |
---|---|
org.eclipse.birt.report.model.api.extension |
Defines the fundamental interfaces for those extensions from the
reportitem extension point.
|
org.eclipse.birt.report.model.api.impl | |
org.eclipse.birt.report.model.api.simpleapi |
Report element representations in the BIRT simple API environment.
|
Modifier and Type | Method and Description |
---|---|
ISortCondition[] |
MultiRowItem.getSortConditions() |
Modifier and Type | Method and Description |
---|---|
void |
MultiRowItem.addSortCondition(ISortCondition condition) |
void |
MultiRowItem.removeSortCondition(ISortCondition condition) |
Modifier and Type | Method and Description |
---|---|
ISortCondition |
SimpleElementFactory.createSortCondition()
Create
ISortCondition |
ISortCondition |
SimpleElementFactory.createSortCondition(SortKey sort) |
ISortCondition |
SimpleElementFactory.createSortCondition(SortKeyHandle sortHandle) |
Modifier and Type | Method and Description |
---|---|
ISortCondition |
ISimpleElementFactory.createSortCondition()
Creates the sort structure.
|
ISortCondition |
IReportDesign.createSortCondition()
Create ISortCondition
|
ISortCondition |
ISimpleElementFactory.createSortCondition(SortKey sort)
Creates the sort structure.
|
ISortCondition |
ISimpleElementFactory.createSortCondition(SortKeyHandle sortHandle)
Creates the sort structure.
|
ISortCondition[] |
IMultiRowItem.getSortConditions()
Returns all sort conditions.
|
Modifier and Type | Method and Description |
---|---|
void |
IMultiRowItem.addSortCondition(ISortCondition condition)
Adds sort condition.key of ISortCondition is required.
|
void |
IMultiRowItem.removeSortCondition(ISortCondition condition)
Removes sort condition.
|
Copyright © 2008 Actuate Corp. All rights reserved.