public abstract class RowBandAdapter
extends java.lang.Object
Constructor and Description |
---|
RowBandAdapter() |
Modifier and Type | Method and Description |
---|---|
protected int |
computeRowCount(RowHandle rowHandle)
Computes column count in one row.
|
protected int |
computeRowCount(org.eclipse.birt.report.model.elements.TableRow row)
Computes column count in one row.
|
protected abstract int |
getColumnCount()
Returns the number of columns in the element.
|
protected abstract ReportItemHandle |
getElementHandle()
Returns the element where the copy/paste operation occurs.
|
protected org.eclipse.birt.report.model.core.Module |
getModule()
Returns the module where the element belongs to.
|
protected abstract int |
getRowCount()
Returns count of rows.
|
protected boolean |
hasParent()
Checks element has parent or not.
|
protected abstract ReportItemHandle getElementHandle()
protected org.eclipse.birt.report.model.core.Module getModule()
protected abstract int getColumnCount()
protected abstract int getRowCount()
protected int computeRowCount(org.eclipse.birt.report.model.elements.TableRow row)
row
- protected int computeRowCount(RowHandle rowHandle)
rowHandle
- protected boolean hasParent()
true
if has parent, else return false
Copyright © 2008 Actuate Corp. All rights reserved.