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 GridHandle.getCell(int row, int column)
          Gets the cell at the position where the given row and column intersect.
 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.
 

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

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 LayoutCell.getCell()
          Return the corresponding handle of the cell element.
 CellHandle LayoutTable.getCell(int rowPosn, int colPosn)
          Returns the cell at the given position.
 CellHandle LayoutTableModel.getCell(int rowPosn, int colPosn)
          Returns the cell at the given position.
 CellHandle LayoutTable.getCell(int slotId, int rowId, int colId)
          Return a cell element with the given poistion.
 CellHandle LayoutTableModel.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 LayoutTableModel.getCell(int groupLevel, int slotId, int rowId, int colId)
          Return a cell element with the given poistion.
protected  CellHandle LayoutCell.getCellRegardlessStartPosition()
          Return the corresponding handle of the cell element regardless of the position where the cell starts.
 

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 © 2008 Actuate Corp. All rights reserved.