| 程序包 | 说明 |
|---|---|
| org.eclipse.birt.report.model.api |
Tool-writer's interface for the BIRT design model
(also known as the "Design Engine.")
|
| org.eclipse.birt.report.model.api.impl | |
| org.eclipse.birt.report.model.api.simpleapi |
Report element representations in the BIRT simple API environment.
|
| org.eclipse.birt.report.model.api.util |
Utility classes.
|
| org.eclipse.birt.report.model.api.validators |
Provides the validation classes for semantic check on multiple properties.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static ComputedColumn |
StructureFactory.createComputedColumn()
Creates an empty computed column structure.
|
static ComputedColumn |
StructureFactory.newComputedColumn(DesignElementHandle element,
java.lang.String newName)
Creates a bound data column name with the unique column name.
|
| 限定符和类型 | 方法和说明 |
|---|---|
ComputedColumnHandle |
ScalarParameterHandle.addColumnBinding(ComputedColumn addColumn,
boolean inForce)
Adds a bound column to the list.
|
ComputedColumnHandle |
ReportItemHandleImpl.addColumnBinding(ComputedColumn addColumn,
boolean inForce)
Adds a bound column to the list.
|
ComputedColumnHandle |
GroupHandle.addColumnBinding(ComputedColumn addColumn,
boolean inForce)
已过时。
since BIRT 2.1 RC2
|
static void |
StructureFactory.makeUniqueNameComputedColumn(DesignElementHandle element,
ComputedColumn newColumn)
Makes a unique name for computed column.
|
| 限定符和类型 | 方法和说明 |
|---|---|
IDataBinding |
SimpleElementFactory.createDataBinding(ComputedColumn column) |
| 限定符和类型 | 方法和说明 |
|---|---|
IDataBinding |
ISimpleElementFactory.createDataBinding(ComputedColumn column)
Creates the data biinding structure.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static ComputedColumnHandle |
ColumnBindingUtil.addColumnBinding(ReportItemHandle handle,
ComputedColumn column)
Binds a column to the given element.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static ComputedColumn |
DataColumnNameValidator.getColumn(java.util.List columns,
java.lang.String name)
Gets the column with the given expression bound the given list.
|
Copyright © 2008 Actuate Corp. All rights reserved.