| 程序包 | 说明 |
|---|---|
| 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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
ISortCondition[] |
MultiRowItem.getSortConditions() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
MultiRowItem.addSortCondition(ISortCondition condition) |
void |
MultiRowItem.removeSortCondition(ISortCondition condition) |
| 限定符和类型 | 方法和说明 |
|---|---|
ISortCondition |
SimpleElementFactory.createSortCondition()
Create
ISortCondition |
ISortCondition |
SimpleElementFactory.createSortCondition(SortKey sort) |
ISortCondition |
SimpleElementFactory.createSortCondition(SortKeyHandle sortHandle) |
| 限定符和类型 | 方法和说明 |
|---|---|
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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
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.