Class TableRowBandAdapter
java.lang.Object
org.eclipse.birt.report.model.api.RowBandAdapter
org.eclipse.birt.report.model.api.TableRowBandAdapter
Represents an object of copied objects when do copy/paste operations between
tables.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected TableHandle
The element where the copy/paste operation occurs. -
Method Summary
Modifier and TypeMethodDescriptionprotected int
Returns the number of columns in the element.protected ReportItemHandle
Returns the element where the copy/paste operation occurs.protected int
Returns count of rows.Methods inherited from class org.eclipse.birt.report.model.api.RowBandAdapter
computeRowCount, computeRowCount, getModule, hasParent
-
Field Details
-
element
The element where the copy/paste operation occurs.
-
-
Method Details
-
getElementHandle
Description copied from class:RowBandAdapter
Returns the element where the copy/paste operation occurs.- Specified by:
getElementHandle
in classRowBandAdapter
- Returns:
- the element
-
getColumnCount
protected int getColumnCount()Description copied from class:RowBandAdapter
Returns the number of columns in the element.- Specified by:
getColumnCount
in classRowBandAdapter
- Returns:
- the number of columns in the element
-
getRowCount
protected int getRowCount()Description copied from class:RowBandAdapter
Returns count of rows.- Specified by:
getRowCount
in classRowBandAdapter
- Returns:
- count of rows.
-