Uses of Class
ar.com.fdvs.dj.domain.entities.DJGroupVariable

Packages that use DJGroupVariable
ar.com.fdvs.dj.core.layout   
ar.com.fdvs.dj.core.registration   
ar.com.fdvs.dj.domain.builders   
ar.com.fdvs.dj.domain.entities   
 

Uses of DJGroupVariable in ar.com.fdvs.dj.core.layout
 

Methods in ar.com.fdvs.dj.core.layout that return DJGroupVariable
protected  DJGroupVariable ClassicLayoutManager.findLeftMostColumn(java.util.List variables)
           
protected  DJGroupVariable ClassicLayoutManager.findRightMostColumn(java.util.List variables)
           
 

Methods in ar.com.fdvs.dj.core.layout with parameters of type DJGroupVariable
protected  void ClassicLayoutManager.setTextAndClassToExpression(net.sf.jasperreports.engine.design.JRDesignExpression expression, DJGroupVariable var, AbstractColumn col, java.lang.String variableName)
          If a variable has a DJValueFormatter, we must use it in the expression, otherwise, use plain $V{...}
 

Uses of DJGroupVariable in ar.com.fdvs.dj.core.registration
 

Methods in ar.com.fdvs.dj.core.registration with parameters of type DJGroupVariable
protected  void ColumnsGroupVariablesRegistrationManager.registerValueFormatter(DJGroupVariable djVariable, java.lang.String variableName)
          Registers the parameter for the value formatter for the given variable and puts it's implementation in the parameters map.
 

Uses of DJGroupVariable in ar.com.fdvs.dj.domain.builders
 

Methods in ar.com.fdvs.dj.domain.builders with parameters of type DJGroupVariable
 GroupBuilder GroupBuilder.addFooterVariable(DJGroupVariable variable)
           
 DynamicReportBuilder DynamicReportBuilder.addGlobalColumnVariable(java.lang.String position, DJGroupVariable variable)
           
 DynamicReportBuilder DynamicReportBuilder.addGlobalFooterVariable(DJGroupVariable variable)
           
 DynamicReportBuilder DynamicReportBuilder.addGlobalHeaderVariable(DJGroupVariable variable)
           
 GroupBuilder GroupBuilder.addHeaderVariable(DJGroupVariable variable)
           
 

Uses of DJGroupVariable in ar.com.fdvs.dj.domain.entities
 

Methods in ar.com.fdvs.dj.domain.entities with parameters of type DJGroupVariable
 void DJGroup.addFooterVariable(DJGroupVariable var)
           
 void DJGroup.addHeaderVariable(DJGroupVariable var)
           
 



Copyright © 2006-2011 FDV Solutions. All Rights Reserved.