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

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

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

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

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

Methods in net.sf.dynamicreports.adhoc.configuration with parameters of type AdhocSort
 void AdhocReport.addSort(AdhocSort sort)
           
 

Method parameters in net.sf.dynamicreports.adhoc.configuration with type arguments of type AdhocSort
 void AdhocReport.setSorts(List<AdhocSort> sorts)
           
 

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

Methods in net.sf.dynamicreports.adhoc.report with parameters of type AdhocSort
protected  SortBuilder DefaultAdhocReportCustomizer.sort(AdhocSort adhocSort)
           
 

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

Methods in net.sf.dynamicreports.adhoc.transformation that return AdhocSort
protected  AdhocSort XmlToAdhocTransform.sort(XmlAdhocSort xmlAdhocSort)
           
 

Methods in net.sf.dynamicreports.adhoc.transformation with parameters of type AdhocSort
protected  XmlAdhocSort AdhocToXmlTransform.sort(AdhocSort adhocSort)
           
 



Copyright © 2010-2013. All Rights Reserved.