Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected int |
TableColumnBandAdapter.getCellPosition(CellHandle cell)
Returns the column number with the given cell.
|
protected int |
GridColumnBandAdapter.getCellPosition(CellHandle cell) |
Modifier and Type | Method and Description |
---|---|
CellHandle |
LayoutCell.getCell()
Return the corresponding handle of the cell element.
|
CellHandle |
LayoutTableModel.getCell(int rowPosn,
int colPosn)
Returns the cell at the given position.
|
CellHandle |
LayoutTable.getCell(int rowPosn,
int colPosn)
Returns the cell at the given position.
|
CellHandle |
LayoutTableModel.getCell(int slotId,
int rowId,
int colId)
Return a cell element with the given poistion.
|
CellHandle |
LayoutTable.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 |
LayoutTable.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.
|
Modifier and Type | Method and Description |
---|---|
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.