public abstract class RowBandAdapter
extends java.lang.Object
| 构造器和说明 |
|---|
RowBandAdapter() |
| 限定符和类型 | 方法和说明 |
|---|---|
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()
trueif has parent, else return falseCopyright © 2008 Actuate Corp. All rights reserved.