Uses of Interface
net.sf.dynamicreports.report.definition.DRIVariable

Packages that use DRIVariable
net.sf.dynamicreports.design.transformation   
net.sf.dynamicreports.report.base   
net.sf.dynamicreports.report.definition   
 

Uses of DRIVariable in net.sf.dynamicreports.design.transformation
 

Methods in net.sf.dynamicreports.design.transformation that return types with arguments of type DRIVariable
protected  List<? extends DRIVariable<?>> MainDatasetExpressionTransform.transformVariables()
           
protected  List<? extends DRIVariable<?>> DatasetExpressionTransform.transformVariables()
           
protected abstract  List<? extends DRIVariable<?>> AbstractExpressionTransform.transformVariables()
           
 

Methods in net.sf.dynamicreports.design.transformation with parameters of type DRIVariable
protected  DRDesignGroup MainDatasetExpressionTransform.getVariableResetGroup(DRIVariable<?> variable)
           
protected  DRDesignGroup AbstractExpressionTransform.getVariableResetGroup(DRIVariable<?> variable)
           
protected  ResetType MainDatasetExpressionTransform.getVariableResetType(DRIVariable<?> variable)
           
protected  ResetType DatasetExpressionTransform.getVariableResetType(DRIVariable<?> variable)
           
protected  ResetType AbstractExpressionTransform.getVariableResetType(DRIVariable<?> variable)
           
 

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

Classes in net.sf.dynamicreports.report.base that implement DRIVariable
 class DRVariable<T>
           
 

Uses of DRIVariable in net.sf.dynamicreports.report.definition
 

Methods in net.sf.dynamicreports.report.definition that return types with arguments of type DRIVariable
 List<? extends DRIVariable<?>> DRIReport.getVariables()
           
 List<? extends DRIVariable<?>> DRIDataset.getVariables()
           
 



Copyright © 2010-2014. All Rights Reserved.