Uses of Class
net.sf.dynamicreports.design.base.DRDesignGroup

Packages that use DRDesignGroup
net.sf.dynamicreports.design.base   
net.sf.dynamicreports.design.base.component   
net.sf.dynamicreports.design.base.crosstab   
net.sf.dynamicreports.design.base.chart   
net.sf.dynamicreports.design.base.chart.dataset   
net.sf.dynamicreports.design.transformation   
net.sf.dynamicreports.report.component   
 

Uses of DRDesignGroup in net.sf.dynamicreports.design.base
 

Methods in net.sf.dynamicreports.design.base that return DRDesignGroup
 DRDesignGroup DRDesignVariable.getResetGroup()
           
 

Methods in net.sf.dynamicreports.design.base that return types with arguments of type DRDesignGroup
 Collection<DRDesignGroup> DRDesignReport.getGroups()
           
 

Methods in net.sf.dynamicreports.design.base with parameters of type DRDesignGroup
 void DRDesignVariable.setResetGroup(DRDesignGroup resetGroup)
           
 

Uses of DRDesignGroup in net.sf.dynamicreports.design.base.component
 

Methods in net.sf.dynamicreports.design.base.component that return DRDesignGroup
 DRDesignGroup DRDesignTextField.getEvaluationGroup()
           
 DRDesignGroup DRDesignMap.getEvaluationGroup()
           
 DRDesignGroup DRDesignGenericElement.getEvaluationGroup()
           
 

Methods in net.sf.dynamicreports.design.base.component with parameters of type DRDesignGroup
 void DRDesignTextField.setEvaluationGroup(DRDesignGroup evaluationGroup)
           
 void DRDesignMap.setEvaluationGroup(DRDesignGroup evaluationGroup)
           
 void DRDesignGenericElement.setEvaluationGroup(DRDesignGroup evaluationGroup)
           
 

Uses of DRDesignGroup in net.sf.dynamicreports.design.base.crosstab
 

Methods in net.sf.dynamicreports.design.base.crosstab that return DRDesignGroup
 DRDesignGroup DRDesignCrosstabDataset.getResetGroup()
           
 

Methods in net.sf.dynamicreports.design.base.crosstab with parameters of type DRDesignGroup
 void DRDesignCrosstabDataset.setResetGroup(DRDesignGroup resetGroup)
           
 

Uses of DRDesignGroup in net.sf.dynamicreports.design.base.chart
 

Methods in net.sf.dynamicreports.design.base.chart that return DRDesignGroup
 DRDesignGroup DRDesignChart.getEvaluationGroup()
           
 

Methods in net.sf.dynamicreports.design.base.chart with parameters of type DRDesignGroup
 void DRDesignChart.setEvaluationGroup(DRDesignGroup evaluationGroup)
           
 

Uses of DRDesignGroup in net.sf.dynamicreports.design.base.chart.dataset
 

Methods in net.sf.dynamicreports.design.base.chart.dataset that return DRDesignGroup
 DRDesignGroup DRDesignChartDataset.getResetGroup()
           
 

Methods in net.sf.dynamicreports.design.base.chart.dataset with parameters of type DRDesignGroup
 void DRDesignChartDataset.setResetGroup(DRDesignGroup resetGroup)
           
 

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

Methods in net.sf.dynamicreports.design.transformation that return DRDesignGroup
protected  DRDesignGroup GroupTransform.getGroup(DRIGroup group)
           
protected  DRDesignGroup MainDatasetExpressionTransform.getVariableResetGroup(DRIVariable<?> variable)
           
protected  DRDesignGroup AbstractExpressionTransform.getVariableResetGroup(DRIVariable<?> variable)
           
 

Methods in net.sf.dynamicreports.design.transformation that return types with arguments of type DRDesignGroup
 Collection<DRDesignGroup> GroupTransform.getGroups()
           
 

Methods in net.sf.dynamicreports.design.transformation with parameters of type DRDesignGroup
protected  DRDesignBand BandTransform.band(String bandName, DRIBand band, SplitType splitType, DRIReportStyle defaultStyle, DRIComponent defaultBackgroundComponent, ResetType resetType, DRDesignGroup resetGroup)
           
protected  DRDesignComponent ComponentTransform.booleanField(DRIBooleanField booleanField, DefaultStyleType defaultStyleType, ResetType resetType, DRDesignGroup resetGroup)
           
protected  DRDesignComponent ComponentTransform.component(DRIComponent component, DefaultStyleType defaultStyleType, ResetType resetType, DRDesignGroup resetGroup)
           
protected  DRDesignGenericElement ComponentTransform.genericElement(DRIGenericElement genericElement, ResetType resetType, DRDesignGroup resetGroup)
           
protected  DRDesignList ComponentTransform.list(DRIList list, DefaultStyleType defaultStyleType, ResetType resetType, DRDesignGroup resetGroup)
           
protected  DRDesignComponent ComponentTransform.listBackgroundComponent(DRIComponent backgroundComponent, DefaultStyleType defaultStyleType, ResetType resetType, DRDesignGroup resetGroup)
           
protected  DRDesignCrosstab CrosstabTransform.transform(DRICrosstab crosstab, ResetType resetType, DRDesignGroup resetGroup)
           
protected  DRDesignChart ChartTransform.transform(DRIChart chart, ResetType resetType, DRDesignGroup resetGroup)
           
 

Uses of DRDesignGroup in net.sf.dynamicreports.report.component
 

Methods in net.sf.dynamicreports.report.component with parameters of type DRDesignGroup
 U CustomComponentTransform.designComponent(DesignTransformAccessor accessor, T component, ResetType resetType, DRDesignGroup resetGroup)
           
 



Copyright © 2010-2014. All Rights Reserved.