Uses of Class
net.sf.dynamicreports.report.base.DRGroup

Packages that use DRGroup
net.sf.dynamicreports.report.base   
net.sf.dynamicreports.report.base.component   
net.sf.dynamicreports.report.builder.group   
 

Uses of DRGroup in net.sf.dynamicreports.report.base
 

Methods in net.sf.dynamicreports.report.base that return DRGroup
 DRGroup DRSubtotal.getGroup()
           
 DRGroup DRVariable.getResetGroup()
           
 

Methods in net.sf.dynamicreports.report.base that return types with arguments of type DRGroup
 List<DRGroup> DRReport.getGroups()
           
 

Methods in net.sf.dynamicreports.report.base with parameters of type DRGroup
 void DRReport.addGroup(DRGroup group)
           
 void DRSubtotal.setGroup(DRGroup group)
           
 void DRVariable.setResetGroup(DRGroup resetGroup)
           
 

Method parameters in net.sf.dynamicreports.report.base with type arguments of type DRGroup
 void DRReport.setGroups(List<DRGroup> groups)
           
 

Uses of DRGroup in net.sf.dynamicreports.report.base.component
 

Methods in net.sf.dynamicreports.report.base.component that return DRGroup
 DRGroup DRTextField.getEvaluationGroup()
           
 

Methods in net.sf.dynamicreports.report.base.component with parameters of type DRGroup
 void DRTextField.setEvaluationGroup(DRGroup evaluationGroup)
           
 

Uses of DRGroup in net.sf.dynamicreports.report.builder.group
 

Methods in net.sf.dynamicreports.report.builder.group that return DRGroup
 DRGroup GroupBuilder.getGroup()
           
 



Copyright © 2010-2014. All Rights Reserved.