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

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

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

Fields in org.eclipse.birt.report.model.api declared as GridHandle
protected  GridHandle GridColumnBandAdapter.element
          The element where the copy/paste operation occurs.
protected  GridHandle GridRowBandAdapter.element
          The element where the copy/paste operation occurs.
 

Methods in org.eclipse.birt.report.model.api that return GridHandle
 GridHandle ElementFactory.newGridItem(java.lang.String name)
          Creates a new grid item.
 GridHandle ElementFactory.newGridItem(java.lang.String name, int columnNum, int rowNum)
          Creates a new grid item with pre-defined columns and rows.
 

Methods in org.eclipse.birt.report.model.api with parameters of type GridHandle
protected  void DesignVisitor.visitGrid(GridHandle obj)
          Visits the grid element.
 



Copyright © 2008 Actuate Corp. All rights reserved.