|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LayoutCell | |
---|---|
org.eclipse.birt.report.model.api.elements.table |
Uses of LayoutCell in org.eclipse.birt.report.model.api.elements.table |
---|
Fields in org.eclipse.birt.report.model.api.elements.table declared as LayoutCell | |
---|---|
protected static LayoutCell |
LayoutCell.EMPTY_CELL
The empty cell. |
Methods in org.eclipse.birt.report.model.api.elements.table that return LayoutCell | |
---|---|
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. |
Methods in org.eclipse.birt.report.model.api.elements.table that return types with arguments of type LayoutCell | |
---|---|
protected java.util.List<LayoutCell> |
LayoutRow.checkOverlappedLayoutCells(int colId,
int colSpan)
Tests whether cells are occupied within the space colPos and
colPos + colSpan - 1 |
protected java.util.List<LayoutCell> |
LayoutSlot.checkOverlappedLayoutCells(int rowId,
int colId,
int rowSpan,
int colSpan)
Checks whether cells in the given area have been occupied. |
java.util.Iterator<LayoutCell> |
LayoutRow.layoutCellsIterator()
Returns LayoutCell s in the row. |
Methods in org.eclipse.birt.report.model.api.elements.table with parameters of type LayoutCell | |
---|---|
protected void |
LayoutRow.addCell(LayoutCell cell)
Addes a cell to the current row. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |