|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RowHandle | |
---|---|
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 RowHandle in org.eclipse.birt.report.model.api |
---|
Methods in org.eclipse.birt.report.model.api that return RowHandle | |
---|---|
protected RowHandle |
GridColumnBandAdapter.getRow(int slotId,
int groupId,
int rowNumber)
|
protected RowHandle |
TableColumnBandAdapter.getRow(int slotId,
int groupId,
int rowNumber)
|
RowHandle |
ElementFactory.newTableRow()
Creates a new row element. |
RowHandle |
ElementFactory.newTableRow(int cellNum)
Creates a new table row, filled the row with the given number of cells. |
Methods in org.eclipse.birt.report.model.api with parameters of type RowHandle | |
---|---|
protected int |
RowBandAdapter.computeRowCount(RowHandle rowHandle)
Computes column count in one row. |
protected void |
DesignVisitor.visitRow(RowHandle obj)
Visits the row element. |
Uses of RowHandle in org.eclipse.birt.report.model.api.elements.table |
---|
Methods in org.eclipse.birt.report.model.api.elements.table that return RowHandle | |
---|---|
RowHandle |
LayoutRow.getRow()
Returns the corresponding handle of the row element. |
RowHandle |
LayoutTable.getRow(int rowPosn)
Return the row handle with the given row position. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |