Uses of Class
ar.com.fdvs.dj.domain.DJGroupLabel

Packages that use DJGroupLabel
ar.com.fdvs.dj.domain.builders   
ar.com.fdvs.dj.domain.entities   
 

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

Methods in ar.com.fdvs.dj.domain.builders with parameters of type DJGroupLabel
 GroupBuilder GroupBuilder.addFooterVariable(AbstractColumn column3, DJCalculation operation, Style style, DJValueFormatter valueFormatter, DJGroupLabel label)
           
 GroupBuilder GroupBuilder.addHeaderVariable(AbstractColumn column, DJCalculation operation, Style style, DJValueFormatter formatter, DJGroupLabel glabel1)
           
 GroupBuilder GroupBuilder.setFooterLabel(DJGroupLabel label)
          Footer labels are placed at the right of of the footer variables.
 

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

Methods in ar.com.fdvs.dj.domain.entities that return DJGroupLabel
 DJGroupLabel DJGroup.getFooterLabel()
           
 DJGroupLabel DJGroupVariable.getLabel()
           
 

Methods in ar.com.fdvs.dj.domain.entities with parameters of type DJGroupLabel
 void DJGroup.setFooterLabel(DJGroupLabel footerLabel)
           
 void DJGroupVariable.setLabel(DJGroupLabel label)
           
 

Constructors in ar.com.fdvs.dj.domain.entities with parameters of type DJGroupLabel
DJGroupVariable(AbstractColumn columnToApplyOperation, DJCalculation operation, Style style, DJValueFormatter valueFormatter, DJGroupLabel label)
           
 



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