Uses of Interface
jdbreport.model.Group

Packages that use Group
jdbreport.design.model   
jdbreport.design.model.xml   
jdbreport.model   
jdbreport.model.io.xml   
 

Uses of Group in jdbreport.design.model
 

Classes in jdbreport.design.model that implement Group
 class TemplateRootGroup
           
 

Methods in jdbreport.design.model that return Group
 Group TemplateRootGroup.addGroup(int type)
           
 

Uses of Group in jdbreport.design.model.xml
 

Methods in jdbreport.design.model.xml with parameters of type Group
protected  void TemplateBookParser.writeGroupChild(PrintWriter writer, Group group, ReportModel model)
           
 

Uses of Group in jdbreport.model
 

Subinterfaces of Group in jdbreport.model
 interface GroupsGroup
           
 interface RowsGroup
           
 

Classes in jdbreport.model that implement Group
 class AbstractGroup
           
 class BaseRowGroup
           
 class DetailGroup
           
 class RootGroup
           
 class RootRowGroup
           
static class RootRowGroup.RowsGroup
           
 class TreeRowGroup
           
 

Methods in jdbreport.model that return Group
 Group RootRowGroup.addGroup(int type)
           
 Group GroupsGroup.addGroup(int type)
           
 Group DetailGroup.addGroup(int type)
           
protected  Group RootGroup.createBaseGroup()
           
protected  Group TreeRowGroup.findGroup(int type)
           
 Group TreeRowGroup.getChild(int index)
           
 Group GroupsGroup.getChild(int index)
           
 Group TreeRowGroup.getGroup(int type)
           
 Group GroupsGroup.getGroup(int type)
           
 Group ReportRowModel.getGroup(int[] path)
           
 Group TableRowModel.getGroup(int[] path)
           
 Group[] AbstractGroup.getPath()
           
 Group[] Group.getPath()
           
 

Methods in jdbreport.model that return types with arguments of type Group
 List<Group> RootGroup.getBodyGroups()
           
protected  List<Group> TreeRowGroup.getChildList()
           
 Iterator<Group> TreeRowGroup.getGroupIterator()
           
 Iterator<Group> GroupsGroup.getGroupIterator()
           
 

Methods in jdbreport.model with parameters of type Group
abstract  int TreeRowGroup.addGroup(int index, Group group)
           
 int RootGroup.addGroup(int index, Group group)
           
 int DetailGroup.addGroup(int index, Group group)
           
 int ReportRowModel.getGroupRowIndex(Group group)
           
 int TableRowModel.getGroupRowIndex(Group group)
          Returns the index of the first group's row in rowList
protected  void ReportRowModel.hideGroup(Group group)
           
 boolean ReportRowModel.isCollapse(Group group)
           
protected  void ReportRowModel.removeGroup(Group group)
           
 void ReportRowModel.setVisibleGroup(Group group, boolean b)
           
 void TableRowModel.setVisibleGroup(Group group, boolean b)
          If parameter b is true, sets the group that is visible in report, otherwise removes rows containing in the group from report
protected  void ReportRowModel.showGroup(Group group)
           
 

Uses of Group in jdbreport.model.io.xml
 

Fields in jdbreport.model.io.xml declared as Group
protected  Group DBReportParser.currentGroup
           
 

Methods in jdbreport.model.io.xml that return Group
protected  Group DBReportParser6.getGroup(int index)
           
 

Methods in jdbreport.model.io.xml with parameters of type Group
protected  void ReportBookWriterParser.writeGroup(PrintWriter writer, Group group, ReportModel model)
           
protected  void ReportBookWriterParser.writeGroupChild(PrintWriter writer, Group group, ReportModel model)