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 |
---|---|
IDataBinding[] |
SimpleRowItem.getDataBindings() |
IDataBinding[] |
MultiRowItem.getDataBindings() |
Modifier and Type | Method and Description |
---|---|
void |
SimpleRowItem.addDataBinding(IDataBinding binding) |
void |
MultiRowItem.addDataBinding(IDataBinding binding) |
Modifier and Type | Method and Description |
---|---|
IDataBinding |
SimpleElementFactory.createDataBinding()
Create
IDataBinding |
IDataBinding |
SimpleElementFactory.createDataBinding(ComputedColumn column) |
IDataBinding |
SimpleElementFactory.createDataBinding(ComputedColumnHandle columnHandle) |
Modifier and Type | Method and Description |
---|---|
IDataBinding |
ISimpleElementFactory.createDataBinding()
Creates the data biinding structure.
|
IDataBinding |
IReportDesign.createDataBinding()
Create
IDataBinding |
IDataBinding |
ISimpleElementFactory.createDataBinding(ComputedColumn column)
Creates the data biinding structure.
|
IDataBinding |
ISimpleElementFactory.createDataBinding(ComputedColumnHandle columnHandle)
Creates the data biinding structure.
|
IDataBinding[] |
IReportItem.getDataBindings()
Returns array of all column bindings
|
Modifier and Type | Method and Description |
---|---|
void |
IReportItem.addDataBinding(IDataBinding binding)
Add ComputedColumn.name , expression of IDataBinding are required.
|
Copyright © 2008 Actuate Corp. All rights reserved.