Uses of Class
org.eclipse.birt.report.model.api.TableHandle
Packages that use TableHandle
Package
Description
Tool-writer's interface for the BIRT design model
(also known as the "Design Engine.")
-
Uses of TableHandle in org.eclipse.birt.report.model.api
Fields in org.eclipse.birt.report.model.api declared as TableHandleModifier and TypeFieldDescriptionprotected TableHandle
TableColumnBandAdapter.element
The element where the copy/paste operation occurs.protected TableHandle
TableRowBandAdapter.element
The element where the copy/paste operation occurs. -
Uses of TableHandle in org.eclipse.birt.report.model.api.elements.table
Methods in org.eclipse.birt.report.model.api.elements.table that return TableHandleModifier and TypeMethodDescriptionLayoutTable.getTable()
Returns the handle of the table that the layout belongs to.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 TableHandleModifierConstructorDescriptionLayoutTableModel
(TableHandle table) Constructs aLayoutTableModel
with the given table element.