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

Packages that use DRSort
net.sf.dynamicreports.report.base   
 

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

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

Methods in net.sf.dynamicreports.report.base with parameters of type DRSort
 void DRReport.addSort(DRSort sort)
           
 void DRDataset.addSort(DRSort sort)
           
 

Method parameters in net.sf.dynamicreports.report.base with type arguments of type DRSort
 void DRReport.setSorts(List<DRSort> sorts)
           
 void DRDataset.setSorts(List<DRSort> sorts)
           
 



Copyright © 2010-2014. All Rights Reserved.