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

Packages that use ReportItemHandle
org.eclipse.birt.report.model.api Tool-writer's interface for the BIRT design model (also known as the "Design Engine.")  
 

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

Subclasses of ReportItemHandle in org.eclipse.birt.report.model.api
 class AutoTextHandle
          Represents a autotext report item.
 class DataItemHandle
          Represents a data item element.
 class ExtendedItemHandle
          Represents an extended element.
 class FreeFormHandle
          Represents a free-form element.
 class GridHandle
          Represents a grid item in the design.
 class ImageHandle
          Represents an image report item.
 class LabelHandle
          Represents a label report item.
 class LineHandle
          Represents the line item.
 class ListHandle
          Represents a list report item.
 class ListingHandle
          Represents slots and common properties in the two list-oriented elements: table and list.
 class MultiLineDataHandle
          Deprecated. by TextDataHandle
 class RectangleHandle
          Represents a rectangle element.
 class TableHandle
          Represents a table element.
 class TextDataHandle
          Represents a multi-line data item element.
 class TextItemHandle
          Represents a text data item.
 

Methods in org.eclipse.birt.report.model.api that return ReportItemHandle
protected  ReportItemHandle TableRowBandAdapter.getElementHandle()
           
protected  ReportItemHandle TableColumnBandAdapter.getElementHandle()
           
protected abstract  ReportItemHandle RowBandAdapter.getElementHandle()
          Returns the element where the copy/paste operation occurs.
protected  ReportItemHandle GridRowBandAdapter.getElementHandle()
           
protected  ReportItemHandle GridColumnBandAdapter.getElementHandle()
           
 

Methods in org.eclipse.birt.report.model.api with parameters of type ReportItemHandle
 void TemplateReportItemHandle.transformToReportItem(ReportItemHandle reportItemHandle)
          Transforms the current template report item to the given real report item.
protected  void DesignVisitor.visitReportItem(ReportItemHandle obj)
          Visits the report item.
protected  void DesignVisitor.visitStyledElement(ReportItemHandle obj)
          Visits the styled element.
 



Copyright © 2005 Actuate Corp. All rights reserved.