Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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)
Deprecated.
since BIRT 2.1 RC2
|
ComputedColumnHandle |
ReportItemHandleImpl.findColumnBinding(java.lang.String name)
Finds a column binding with the given name.
|
Modifier and Type | Method and Description |
---|---|
IDataBinding |
SimpleElementFactory.createDataBinding(ComputedColumnHandle columnHandle) |
Modifier and Type | Method and Description |
---|---|
IDataBinding |
ISimpleElementFactory.createDataBinding(ComputedColumnHandle columnHandle)
Creates the data biinding structure.
|
Modifier and Type | Method and Description |
---|---|
static ComputedColumnHandle |
ColumnBindingUtil.addColumnBinding(ReportItemHandle handle,
ComputedColumn column)
Binds a column to the given element.
|
Copyright © 2008 Actuate Corp. All rights reserved.