Uses of Class
org.eclipse.birt.report.model.api.ComputedColumnHandle

Packages that use ComputedColumnHandle
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. 
 

Uses of ComputedColumnHandle in org.eclipse.birt.report.model.api
 

Methods in org.eclipse.birt.report.model.api that return ComputedColumnHandle
 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
 ComputedColumnHandle ReportItemHandle.findColumnBinding(java.lang.String name)
          Finds a column binding with the given name.
 

Uses of ComputedColumnHandle in org.eclipse.birt.report.model.api.impl
 

Methods in org.eclipse.birt.report.model.api.impl with parameters of type ComputedColumnHandle
 IDataBinding SimpleElementFactory.createDataBinding(ComputedColumnHandle columnHandle)
           
 

Uses of ComputedColumnHandle in org.eclipse.birt.report.model.api.simpleapi
 

Methods in org.eclipse.birt.report.model.api.simpleapi with parameters of type ComputedColumnHandle
 IDataBinding ISimpleElementFactory.createDataBinding(ComputedColumnHandle columnHandle)
          Creates the data biinding structure.
 



Copyright © 2008 Actuate Corp. All rights reserved.