jdbreport.model
Interface RowsGroup

All Superinterfaces:
Group, Iterable<TableRow>
All Known Implementing Classes:
BaseRowGroup, RootRowGroup.RowsGroup

public interface RowsGroup
extends Group

Version:
1.1 03/09/08
Author:
Andrey Kholmanskih

Field Summary
 
Fields inherited from interface jdbreport.model.Group
GROUP_DETAIL, ROW_DETAIL, ROW_FOOTER, ROW_GROUP_FOOTER, ROW_GROUP_HEADER, ROW_NONE, ROW_PAGE_FOOTER, ROW_PAGE_HEADER, ROW_TITLE, typeNames
 
Method Summary
 void addRow(int index, TableRow row)
           
 boolean addRow(TableRow row)
           
 TableRow getChild(int index)
           
 Object getHeaderValue()
           
 TableRow remove(int index)
           
 
Methods inherited from interface jdbreport.model.Group
clear, getChildCount, getChildIndex, getFirstGroupRow, getGroup, getHeight, getIndexPath, getLevel, getParent, getPath, getRowCount, getTotalResult, getType, getTypeName, getVisibleRowIterator, isVisible, iterator, remove, setVisible
 

Method Detail

getChild

TableRow getChild(int index)
Specified by:
getChild in interface Group

addRow

void addRow(int index,
            TableRow row)

addRow

boolean addRow(TableRow row)

getHeaderValue

Object getHeaderValue()

remove

TableRow remove(int index)