Uses of Class
net.sf.dynamicreports.adhoc.configuration.AdhocSubtotal

Packages that use AdhocSubtotal
net.sf.dynamicreports.adhoc.configuration   
net.sf.dynamicreports.adhoc.report   
net.sf.dynamicreports.adhoc.transformation   
 

Uses of AdhocSubtotal in net.sf.dynamicreports.adhoc.configuration
 

Methods in net.sf.dynamicreports.adhoc.configuration that return AdhocSubtotal
 AdhocSubtotal AdhocSubtotal.clone()
           
 

Methods in net.sf.dynamicreports.adhoc.configuration that return types with arguments of type AdhocSubtotal
 List<AdhocSubtotal> AdhocReport.getSubtotals()
           
 

Methods in net.sf.dynamicreports.adhoc.configuration with parameters of type AdhocSubtotal
 void AdhocReport.addSubtotal(AdhocSubtotal subtotal)
           
 

Method parameters in net.sf.dynamicreports.adhoc.configuration with type arguments of type AdhocSubtotal
 void AdhocReport.setSubtotals(List<AdhocSubtotal> subtotals)
           
 

Uses of AdhocSubtotal in net.sf.dynamicreports.adhoc.report
 

Methods in net.sf.dynamicreports.adhoc.report with parameters of type AdhocSubtotal
protected  SubtotalBuilder<?,?> DefaultAdhocReportCustomizer.subtotal(AdhocSubtotal adhocSubtotal)
           
 

Uses of AdhocSubtotal in net.sf.dynamicreports.adhoc.transformation
 

Methods in net.sf.dynamicreports.adhoc.transformation that return AdhocSubtotal
protected  AdhocSubtotal XmlToAdhocTransform.subtotal(XmlAdhocSubtotal xmlAdhocSubtotal)
           
 

Methods in net.sf.dynamicreports.adhoc.transformation with parameters of type AdhocSubtotal
protected  XmlAdhocSubtotal AdhocToXmlTransform.subtotal(AdhocSubtotal adhocSubtotal)
           
 



Copyright © 2010-2013. All Rights Reserved.