jdbreport.design.model
Class TemplateRootGroup
java.lang.Object
jdbreport.model.AbstractGroup
jdbreport.model.TreeRowGroup
jdbreport.model.RootGroup
jdbreport.design.model.TemplateRootGroup
- All Implemented Interfaces:
- Iterable<TableRow>, Group, GroupsGroup
public class TemplateRootGroup
- extends RootGroup
- Version:
- 1.1 03/09/08
- 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 |
createRowGroup, 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 |
TemplateRootGroup
public TemplateRootGroup()
addGroup
public Group addGroup(int type)
createDetailGroup
public DetailGroup createDetailGroup()
- Specified by:
createDetailGroup
in class RootGroup
remove
public boolean remove(Object child)
- Specified by:
remove
in interface Group
- Overrides:
remove
in class TreeRowGroup