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

Packages that use DRSubtotal
net.sf.dynamicreports.report.base   
net.sf.dynamicreports.report.builder.subtotal   
 

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

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

Methods in net.sf.dynamicreports.report.base with parameters of type DRSubtotal
 void DRReport.addSubtotal(DRSubtotal<?> subtotal)
           
 

Method parameters in net.sf.dynamicreports.report.base with type arguments of type DRSubtotal
 void DRReport.setSubtotals(List<DRSubtotal<?>> subtotals)
           
 

Uses of DRSubtotal in net.sf.dynamicreports.report.builder.subtotal
 

Methods in net.sf.dynamicreports.report.builder.subtotal that return DRSubtotal
 DRSubtotal<U> BaseSubtotalBuilder.getSubtotal()
           
 



Copyright © 2010-2014. All Rights Reserved.