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

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

Uses of ExtendedItemHandle in org.eclipse.birt.report.model.api.extension
 

Methods in org.eclipse.birt.report.model.api.extension with parameters of type ExtendedItemHandle
 void IReportItem.setHandle(ExtendedItemHandle handle)
          Sets the handle of this report item.
 void ReportItem.setHandle(ExtendedItemHandle handle)
           
 

Constructors in org.eclipse.birt.report.model.api.extension with parameters of type ExtendedItemHandle
MultiRowItem(ExtendedItemHandle item)
          Constructors.
SimpleRowItem(ExtendedItemHandle item)
          Constructors.
 

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

Methods in org.eclipse.birt.report.model.api.impl with parameters of type ExtendedItemHandle
 IReportItem SimpleElementFactory.wrapExtensionElement(ExtendedItemHandle handle, int type)
           
 

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

Methods in org.eclipse.birt.report.model.api.simpleapi with parameters of type ExtendedItemHandle
 IReportItem ISimpleElementFactory.wrapExtensionElement(ExtendedItemHandle handle, int type)
          Creates the scriptable object for the corresponding element handles.
 



Copyright © 2008 Actuate Corp. All rights reserved.