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

Packages that use DJGroup
ar.com.fdvs.dj.core.layout   
ar.com.fdvs.dj.domain   
ar.com.fdvs.dj.domain.builders   
ar.com.fdvs.dj.domain.entities   
ar.com.fdvs.dj.domain.entities.columns   
ar.com.fdvs.dj.util   
 

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

Methods in ar.com.fdvs.dj.core.layout that return DJGroup
protected  DJGroup AbstractLayoutManager.getDJGroup(AbstractColumn col)
           
 

Methods in ar.com.fdvs.dj.core.layout with parameters of type DJGroup
protected  int ClassicLayoutManager.changeHeaderBandHeightForVariables(net.sf.jasperreports.engine.design.JRDesignBand headerBand, DJGroup columnsGroup)
           
protected  net.sf.jasperreports.engine.design.JRDesignTextField ClassicLayoutManager.createColumnNameTextField(DJGroup columnsGroup, AbstractColumn col)
           
protected  net.sf.jasperreports.engine.design.JRDesignTextField AbstractLayoutManager.generateTextFieldFromColumn(AbstractColumn col, int height, DJGroup group)
          Creates a JasperReport DesignTextField from a DynamicJasper AbstractColumn.
protected  int ClassicLayoutManager.getFooterVariableHeight(DJGroup columnsGroup)
           
protected  int ClassicLayoutManager.getHeaderVariablesHeight(DJGroup columnsGroup)
           
protected  net.sf.jasperreports.engine.design.JRDesignGroup AbstractLayoutManager.getJRGroupFromDJGroup(DJGroup group)
          Finds JRDesignGroup associated to a DJGroup
protected  void ClassicLayoutManager.insertValueInHeader(net.sf.jasperreports.engine.design.JRDesignBand headerBand, DJGroup djgroup, int headerOffset)
           
protected  void ClassicLayoutManager.layoutGroupCrosstabs(DJGroup columnsGroup, net.sf.jasperreports.engine.design.JRDesignGroup jgroup)
          Looks for crosstabs in the groups, if any, it does the layout
protected  void ClassicLayoutManager.layoutGroupFooterLabels(DJGroup djgroup, net.sf.jasperreports.engine.design.JRDesignGroup jgroup, int x, int y, int width, int height)
          Creates needed textfields for general label in footer groups.
protected  void ClassicLayoutManager.layoutGroupSubreports(DJGroup columnsGroup, net.sf.jasperreports.engine.design.JRDesignGroup jgroup)
          If there is a SubReport on a Group, we do the layout here
protected  void ClassicLayoutManager.layoutGroupVariables(DJGroup group, net.sf.jasperreports.engine.design.JRDesignGroup jgroup, int labelOffset)
          If variables are present for a given group, they are placed in it's header/footer band.
protected  void ClassicLayoutManager.layOutSubReportInBand(DJGroup columnsGroup, net.sf.jasperreports.engine.design.JRDesignBand band, java.lang.String position)
           
protected  void ClassicLayoutManager.placeVariableInBand(java.util.List variables, DJGroup djGroup, net.sf.jasperreports.engine.design.JRDesignGroup jgroup, java.lang.String type, net.sf.jasperreports.engine.design.JRDesignBand band, int yOffset)
           
 

Uses of DJGroup in ar.com.fdvs.dj.domain
 

Methods in ar.com.fdvs.dj.domain that return DJGroup
 DJGroup DJChart.getColumnsGroup()
          Deprecated.  
 

Methods in ar.com.fdvs.dj.domain with parameters of type DJGroup
 void DJChart.setColumnsGroup(DJGroup columnsGroup)
          Deprecated.  
 

Constructors in ar.com.fdvs.dj.domain with parameters of type DJGroup
DJChart(byte type, DJGroup columnsGroup, AbstractColumn column, byte operation, DJChartOptions chartOptions)
          Deprecated.  
DJChart(byte type, DJGroup columnsGroup, java.util.List columns, byte operation, DJChartOptions chartOptions)
          Deprecated.  
 

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

Fields in ar.com.fdvs.dj.domain.builders declared as DJGroup
protected  DJGroup DynamicReportBuilder.globalVariablesGroup
           
 

Methods in ar.com.fdvs.dj.domain.builders that return DJGroup
 DJGroup GroupBuilder.build()
           
 DJGroup DJChartBuilder.getColumnsGroup()
           
 DJGroup DynamicReportBuilder.getGroup(int idx)
          Returns the "idx" group, idx is 0 based
 

Methods in ar.com.fdvs.dj.domain.builders with parameters of type DJGroup
 DJChartBuilder DJChartBuilder.addColumnsGroup(DJGroup columnsGroup)
          Deprecated.  
 DynamicReportBuilder DynamicReportBuilder.addGroup(DJGroup group)
           
 DJChartBuilder DJChartBuilder.addParams(byte type, DJGroup columnsGroup, AbstractColumn column, byte operation, DJChartOptions chartOptions)
           
 DJChartBuilder DJChartBuilder.setColumnsGroup(DJGroup columnsGroup)
           
 ColumnBuilder ColumnBuilder.setPercentageColumn(PropertyColumn percentageColumn, DJGroup group)
          Deprecated.  
 

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

Methods in ar.com.fdvs.dj.domain.entities that return DJGroup
 DJGroup DJGroupVariable.getGroup()
           
 DJGroup DJVariable.getIncrementGroup()
           
 DJGroup DJVariable.getResetGroup()
           
 

Methods in ar.com.fdvs.dj.domain.entities with parameters of type DJGroup
 void DJGroupVariable.setGroup(DJGroup djGroup)
           
 void DJVariable.setIncrementGroup(DJGroup incrementGroup)
           
 void DJVariable.setResetGroup(DJGroup resetGroup)
           
 

Uses of DJGroup in ar.com.fdvs.dj.domain.entities.columns
 

Methods in ar.com.fdvs.dj.domain.entities.columns with parameters of type DJGroup
 java.lang.String PercentageColumn.getGroupVariableName(DJGroup group)
          The group which the variable will be inside (mostly for reset)
 java.lang.String PercentageColumn.getTextForExpression(DJGroup group)
           
 java.lang.String PercentageColumn.getTextForExpression(DJGroup group, DJGroup childGroup, java.lang.String type)
          Returns the formula for the percentage
 

Uses of DJGroup in ar.com.fdvs.dj.util
 

Methods in ar.com.fdvs.dj.util that return DJGroup
static DJGroup LayoutUtils.findChildDJGroup(DJGroup djgroup, DynamicReport dr)
           
 

Methods in ar.com.fdvs.dj.util with parameters of type DJGroup
static DJGroup LayoutUtils.findChildDJGroup(DJGroup djgroup, DynamicReport dr)
           
static net.sf.jasperreports.engine.design.JRDesignGroup LayoutUtils.findParentJRGroup(DJGroup djgroup, DynamicReport dr, DynamicJasperDesign djd, LayoutManager layoutManager)
           
static net.sf.jasperreports.engine.design.JRDesignGroup LayoutUtils.getJRDesignGroup(DynamicJasperDesign jd, LayoutManager layoutManager, DJGroup group)
          Returns the JRDesignGroup for the DJGroup passed
 



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