|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ComputedColumn | |
---|---|
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.validators | Provides the validation classes for semantic check on multiple properties. |
Uses of ComputedColumn in org.eclipse.birt.report.model.api |
---|
Methods in org.eclipse.birt.report.model.api that return ComputedColumn | |
---|---|
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. |
Methods in org.eclipse.birt.report.model.api with parameters of type ComputedColumn | |
---|---|
ComputedColumnHandle |
ScalarParameterHandle.addColumnBinding(ComputedColumn addColumn,
boolean inForce)
Adds a bound column to the list. |
ComputedColumnHandle |
ReportItemHandle.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 |
Uses of ComputedColumn in org.eclipse.birt.report.model.api.impl |
---|
Methods in org.eclipse.birt.report.model.api.impl with parameters of type ComputedColumn | |
---|---|
IDataBinding |
SimpleElementFactory.createDataBinding(ComputedColumn column)
|
Uses of ComputedColumn in org.eclipse.birt.report.model.api.simpleapi |
---|
Methods in org.eclipse.birt.report.model.api.simpleapi with parameters of type ComputedColumn | |
---|---|
IDataBinding |
ISimpleElementFactory.createDataBinding(ComputedColumn column)
Creates the data biinding structure. |
Uses of ComputedColumn in org.eclipse.birt.report.model.api.validators |
---|
Methods in org.eclipse.birt.report.model.api.validators that return ComputedColumn | |
---|---|
static ComputedColumn |
DataColumnNameValidator.getColumn(java.util.List columns,
java.lang.String name)
Gets the column with the given expression bound the given list. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |