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

Packages that use RowHandle
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.elements.table   
 

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

Methods in org.eclipse.birt.report.model.api that return RowHandle
 RowHandle ElementFactory.newTableRow()
          Creates a new row element.
 RowHandle ElementFactory.newTableRow(int cellNum)
          Creates a new table row, filled the row with the given number of cells.
protected  RowHandle GridColumnBandAdapter.getRow(int slotId, int groupId, int rowNumber)
           
protected  RowHandle TableColumnBandAdapter.getRow(int slotId, int groupId, int rowNumber)
           
 

Methods in org.eclipse.birt.report.model.api with parameters of type RowHandle
protected  void DesignVisitor.visitRow(RowHandle obj)
          Visits the row element.
protected  int RowBandAdapter.computeRowCount(RowHandle rowHandle)
          Computes column count in one row.
 

Uses of RowHandle in org.eclipse.birt.report.model.api.elements.table
 

Methods in org.eclipse.birt.report.model.api.elements.table that return RowHandle
 RowHandle LayoutTable.getRow(int rowPosn)
          Return the row handle with the given row position.
 RowHandle LayoutRow.getRow()
          Returns the corresponding handle of the row element.
 



Copyright © 2005 Actuate Corp. All rights reserved.