jdbreport.model
Class RootRowGroup
java.lang.Object
jdbreport.model.AbstractGroup
jdbreport.model.TreeRowGroup
jdbreport.model.RootGroup
jdbreport.model.RootRowGroup
- All Implemented Interfaces:
- Iterable<TableRow>, Group, GroupsGroup
public class RootRowGroup
- extends RootGroup
- Version:
- 1.4 17.04.2010
- Author:
- Andrey Kholmanskih
Methods inherited from class jdbreport.model.RootGroup |
addGroup, clear, createBaseGroup, getBodyGroups, getDetailGroups, getFooterGroup, getGroup, getPageFooterGroup, getPageHeaderGroup, getTitleGroup, getType, getTypeName |
Methods inherited from class jdbreport.model.TreeRowGroup |
findGroup, getAllGroupIterator, getChild, getChildCount, getChildIndex, getChildList, getFirstGroupRow, getGroup, getGroupIterator, getHeight, getRowCount, getTotalResult, getVisibleRowIterator, iterator |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RootRowGroup
public RootRowGroup()
createDetailGroup
public DetailGroup createDetailGroup()
- Specified by:
createDetailGroup
in class RootGroup
addGroup
public Group addGroup(int type)
remove
public boolean remove(Object child)
- Specified by:
remove
in interface Group
- Overrides:
remove
in class TreeRowGroup
getDetailGroup
public DetailGroup getDetailGroup()
createRowGroup
protected RootRowGroup.RowsGroup createRowGroup(int type)
- Overrides:
createRowGroup
in class TreeRowGroup