Uses of Interface
jdbreport.model.RowsGroup

Packages that use RowsGroup
jdbreport.model   
jdbreport.model.io.xml   
 

Uses of RowsGroup in jdbreport.model
 

Classes in jdbreport.model that implement RowsGroup
 class BaseRowGroup
           
static class RootRowGroup.RowsGroup
           
 

Methods in jdbreport.model that return RowsGroup
protected  RowsGroup TreeRowGroup.createRowGroup(int type)
           
 RowsGroup RootGroup.getFooterGroup()
           
 RowsGroup DetailGroup.getFooterGroup()
           
 RowsGroup ReportRow.getGroup()
           
 RowsGroup TableRow.getGroup()
          Returns parental group
 RowsGroup NullReportRow.getGroup()
           
 RowsGroup ReportRowModel.getGroup(int row)
           
 RowsGroup TableRowModel.getGroup(int row)
          Returns the group which contains the TableRow by specified row index
 RowsGroup ReportRowModel.getGroup(TableRow row)
           
 RowsGroup Group.getGroup(TableRow row)
           
 RowsGroup BaseRowGroup.getGroup(TableRow row)
           
 RowsGroup TreeRowGroup.getGroup(TableRow row)
           
 RowsGroup RootGroup.getGroup(TableRow row)
           
 RowsGroup TableRowModel.getGroup(TableRow tableRow)
          Returns the group which contains the tableRow
 RowsGroup DetailGroup.getHeaderGroup()
           
 RowsGroup RootGroup.getPageFooterGroup()
           
 RowsGroup RootGroup.getPageHeaderGroup()
           
 RowsGroup RootGroup.getTitleGroup()
           
 

Methods in jdbreport.model that return types with arguments of type RowsGroup
 Iterator<RowsGroup> TreeRowGroup.getAllGroupIterator()
           
 Iterator<RowsGroup> GroupsGroup.getAllGroupIterator()
          Returns all RowsGroup
 

Methods in jdbreport.model with parameters of type RowsGroup
 int ReportRowModel.addRow(RowsGroup group, int indexInGroup)
           
 int TableRowModel.addRow(RowsGroup group, int indexInGroup)
          Adds the row to the group
 int ReportRowModel.addRow(RowsGroup group, int indexInGroup, TableRow tableRow)
           
 int TableRowModel.addRow(RowsGroup group, int indexInGroup, TableRow tableRow)
          Adds the row to the group
 

Uses of RowsGroup in jdbreport.model.io.xml
 

Fields in jdbreport.model.io.xml declared as RowsGroup
protected  RowsGroup DBReportParser6.currentGroup