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

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

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

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

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

Methods in net.sf.dynamicreports.adhoc.configuration with parameters of type AdhocGroup
 void AdhocReport.addGroup(AdhocGroup group)
           
 

Method parameters in net.sf.dynamicreports.adhoc.configuration with type arguments of type AdhocGroup
 void AdhocReport.setGroups(List<AdhocGroup> groups)
           
 

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

Methods in net.sf.dynamicreports.adhoc.report with parameters of type AdhocGroup
protected  GroupBuilder<?> DefaultAdhocReportCustomizer.group(AdhocGroup adhocGroup)
           
 

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

Methods in net.sf.dynamicreports.adhoc.transformation that return AdhocGroup
protected  AdhocGroup XmlToAdhocTransform.group(XmlAdhocGroup xmlAdhocGroup)
           
 

Methods in net.sf.dynamicreports.adhoc.transformation with parameters of type AdhocGroup
protected  XmlAdhocGroup AdhocToXmlTransform.group(AdhocGroup adhocGroup)
           
 



Copyright © 2010-2012. All Rights Reserved.