| 程序包 | 说明 |
|---|---|
| org.eclipse.birt.report.model.api.elements.table |
| 限定符和类型 | 字段和说明 |
|---|---|
protected static LayoutCell |
LayoutCell.EMPTY_CELL
The empty cell.
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected LayoutCell |
LayoutRow.getLayoutCell(CellHandle cell)
Returns the layout cell with the given cell element.
|
LayoutCell |
LayoutRow.getLayoutCell(int colId)
Returns the cell with the given index.
|
protected LayoutCell |
LayoutSlot.getLayoutCell(int rowId,
CellHandle cell)
Return the layout cell with the given row and column index.
|
LayoutCell |
LayoutSlot.getLayoutCell(int rowId,
int colId)
Return the layout cell with the given row and column index.
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
LayoutRow.addCell(LayoutCell cell)
Addes a cell to the current row.
|
Copyright © 2008 Actuate Corp. All rights reserved.