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

Packages that use DRField
net.sf.dynamicreports.report.base   
net.sf.dynamicreports.report.builder   
 

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

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

Methods in net.sf.dynamicreports.report.base with parameters of type DRField
 void DRReport.addField(DRField<?> field)
           
 void DRDataset.addField(DRField<?> field)
           
 

Method parameters in net.sf.dynamicreports.report.base with type arguments of type DRField
 void DRReport.setFields(List<DRField<?>> fields)
           
 void DRDataset.setFields(List<DRField<?>> fields)
           
 

Uses of DRField in net.sf.dynamicreports.report.builder
 

Methods in net.sf.dynamicreports.report.builder that return DRField
 DRField<T> FieldBuilder.getField()
           
 



Copyright © 2010-2014. All Rights Reserved.