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

Packages that use CellHandle
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 CellHandle in org.eclipse.birt.report.model.api
 

Methods in org.eclipse.birt.report.model.api that return CellHandle
protected  CellHandle TableHandle.getCell(int row, int column)
          Gets the cell at the position where the given row and column intersect regardless of slot information.
 CellHandle TableHandle.getCell(int slotId, int groupLevel, int row, int column)
          Gets the cell at the position where the given row and column intersect within the given slot.
 CellHandle ElementFactory.newCell()
          Creates a new cell element.
 CellHandle GridHandle.getCell(int row, int column)
          Gets the cell at the position where the given row and column intersect.
 

Methods in org.eclipse.birt.report.model.api with parameters of type CellHandle
protected  void DesignVisitor.visitCell(CellHandle obj)
          Visits the cell element.
protected  int TableColumnBandAdapter.getCellPosition(CellHandle cell)
          Returns the column number with the given cell.
protected  int GridColumnBandAdapter.getCellPosition(CellHandle cell)
           
 

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

Methods in org.eclipse.birt.report.model.api.elements.table that return CellHandle
 CellHandle LayoutTableModel.getCell(int slotId, int rowId, int colId)
          Return a cell element with the given poistion.
 CellHandle LayoutTableModel.getCell(int groupLevel, int slotId, int rowId, int colId)
          Return a cell element with the given poistion.
 CellHandle LayoutTableModel.getCell(int rowPosn, int colPosn)
          Returns the cell at the given position.
 CellHandle LayoutCell.getCell()
          Return the corresponding handle of the cell element.
protected  CellHandle LayoutCell.getCellRegardlessStartPosition()
          Return the corresponding handle of the cell element regardless of the position where the cell starts.
 CellHandle LayoutTable.getCell(int slotId, int rowId, int colId)
          Return a cell element with the given poistion.
 CellHandle LayoutTable.getCell(int groupLevel, int slotId, int rowId, int colId)
          Return a cell element with the given poistion.
 CellHandle LayoutTable.getCell(int rowPosn, int colPosn)
          Returns the cell at the given position.
 

Methods in org.eclipse.birt.report.model.api.elements.table with parameters of type CellHandle
static int LayoutUtil.getEffectiveColumnSpan(CellHandle cell)
          Returns the effective column span of the given cell.
static int LayoutUtil.getEffectiveRowSpan(CellHandle cell)
          Returns the effective row span of the given cell.
protected  LayoutCell LayoutRow.getLayoutCell(CellHandle cell)
          Returns the layout cell with the given cell element.
protected  LayoutCell LayoutSlot.getLayoutCell(int rowId, CellHandle cell)
          Return the layout cell with the given row and column index.
 



Copyright © 2005 Actuate Corp. All rights reserved.