org.eclipse.birt.report.model.api
Class TableRowBandAdapter

java.lang.Object
  extended by org.eclipse.birt.report.model.api.RowBandAdapter
      extended by org.eclipse.birt.report.model.api.TableRowBandAdapter

public class TableRowBandAdapter
extends RowBandAdapter

Represents an object of copied objects when do copy/paste operations between tables.


Field Summary
protected  TableHandle element
          The element where the copy/paste operation occurs.
 
Method Summary
protected  int getColumnCount()
          Returns the number of columns in the element.
protected  ReportItemHandle getElementHandle()
          Returns the element where the copy/paste operation occurs.
protected  int getRowCount()
          Returns count of rows.
 
Methods inherited from class org.eclipse.birt.report.model.api.RowBandAdapter
computeRowCount, computeRowCount, getModule, hasParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

element

protected TableHandle element
The element where the copy/paste operation occurs.

Method Detail

getElementHandle

protected ReportItemHandle getElementHandle()
Description copied from class: RowBandAdapter
Returns the element where the copy/paste operation occurs.

Specified by:
getElementHandle in class RowBandAdapter
Returns:
the element

getColumnCount

protected int getColumnCount()
Description copied from class: RowBandAdapter
Returns the number of columns in the element.

Specified by:
getColumnCount in class RowBandAdapter
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 class RowBandAdapter
Returns:
count of rows.


Copyright © 2008 Actuate Corp. All rights reserved.