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
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 |
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)