|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TableHandle | |
---|---|
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 TableHandle in org.eclipse.birt.report.model.api |
---|
Fields in org.eclipse.birt.report.model.api declared as TableHandle | |
---|---|
protected TableHandle |
TableRowBandAdapter.element
The element where the copy/paste operation occurs. |
protected TableHandle |
TableColumnBandAdapter.element
The element where the copy/paste operation occurs. |
Methods in org.eclipse.birt.report.model.api that return TableHandle | |
---|---|
TableHandle |
ElementFactory.newTableItem(java.lang.String name)
Creates a new table item. |
TableHandle |
ElementFactory.newTableItem(java.lang.String name,
int columnNum)
Creates a new table item with the given name and given column number. |
TableHandle |
ElementFactory.newTableItem(java.lang.String name,
int columnNum,
int headerRow,
int detailRow,
int footerRow)
Creates a new table item with the given name and given column number. |
Methods in org.eclipse.birt.report.model.api with parameters of type TableHandle | |
---|---|
protected void |
DesignVisitor.visitTable(TableHandle obj)
Visits the table element. |
Uses of TableHandle in org.eclipse.birt.report.model.api.elements.table |
---|
Methods in org.eclipse.birt.report.model.api.elements.table that return TableHandle | |
---|---|
TableHandle |
LayoutTable.getTable()
Returns the handle of the table that the layout belongs to. |
TableHandle |
LayoutTableModel.getTable()
Returns the table to which the layout model belongs. |
Constructors in org.eclipse.birt.report.model.api.elements.table with parameters of type TableHandle | |
---|---|
LayoutTableModel(TableHandle table)
Constructs a LayoutTableModel with the given table
element. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |