jdbreport.model
Class RootRowGroup.RowsGroup

java.lang.Object
  extended by jdbreport.model.AbstractGroup
      extended by jdbreport.model.BaseRowGroup
          extended by jdbreport.model.RootRowGroup.RowsGroup
All Implemented Interfaces:
Iterable<TableRow>, Group, RowsGroup
Enclosing class:
RootRowGroup

public static class RootRowGroup.RowsGroup
extends BaseRowGroup


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
 
Constructor Summary
RootRowGroup.RowsGroup(GroupsGroup parent, int type)
           
 
Method Summary
 int getLevel()
           
 
Methods inherited from class jdbreport.model.BaseRowGroup
addRow, addRow, clear, getChild, getChildCount, getChildIndex, getChildList, getFirstGroupRow, getGroup, getHeaderValue, getHeight, getLastGroupRow, getRow, getRowCount, getTotalResult, getTotalResult, getType, getTypeName, getVisibleRowIterator, iterator, remove, remove, updateCellChild
 
Methods inherited from class jdbreport.model.AbstractGroup
getIndexPath, getParent, getPath, isVisible, rowTypeToString, setParent, setVisible, stringToRowType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface jdbreport.model.Group
getIndexPath, getParent, getPath, isVisible, setVisible
 

Constructor Detail

RootRowGroup.RowsGroup

public RootRowGroup.RowsGroup(GroupsGroup parent,
                              int type)
Method Detail

getLevel

public int getLevel()
Specified by:
getLevel in interface Group
Overrides:
getLevel in class AbstractGroup