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

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

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

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

Methods in net.sf.dynamicreports.report.base with parameters of type DRVariable
 void DRReport.addVariable(DRVariable<?> variable)
           
 void DRDataset.addVariable(DRVariable<?> variable)
           
 

Method parameters in net.sf.dynamicreports.report.base with type arguments of type DRVariable
 void DRReport.setVariables(List<DRVariable<?>> variables)
           
 void DRDataset.setVariables(List<DRVariable<?>> variables)
           
 

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

Methods in net.sf.dynamicreports.report.builder that return DRVariable
 DRVariable<T> VariableBuilder.getVariable()
           
 



Copyright © 2010-2014. All Rights Reserved.