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

Packages that use DRDesignBand
net.sf.dynamicreports.design.base   
net.sf.dynamicreports.design.transformation   
 

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

Methods in net.sf.dynamicreports.design.base that return DRDesignBand
 DRDesignBand DRDesignReport.getBackgroundBand()
           
 DRDesignBand DRDesignReport.getColumnFooterBand()
           
 DRDesignBand DRDesignReport.getColumnHeaderBand()
           
 DRDesignBand DRDesignReport.getLastPageFooterBand()
           
 DRDesignBand DRDesignReport.getNoDataBand()
           
 DRDesignBand DRDesignReport.getPageFooterBand()
           
 DRDesignBand DRDesignReport.getPageHeaderBand()
           
 DRDesignBand DRDesignReport.getSummaryBand()
           
 DRDesignBand DRDesignReport.getTitleBand()
           
 

Methods in net.sf.dynamicreports.design.base that return types with arguments of type DRDesignBand
 List<DRDesignBand> DRDesignReport.getDetailBands()
           
 List<DRDesignBand> DRDesignGroup.getFooterBands()
           
 List<DRDesignBand> DRDesignGroup.getHeaderBands()
           
 

Methods in net.sf.dynamicreports.design.base with parameters of type DRDesignBand
 void DRDesignGroup.addFooterBand(DRDesignBand footerBand)
           
 void DRDesignGroup.addFooterBand(int index, DRDesignBand footerBand)
           
 void DRDesignGroup.addHeaderBand(DRDesignBand headerBand)
           
 

Method parameters in net.sf.dynamicreports.design.base with type arguments of type DRDesignBand
 void DRDesignGroup.setFooterBands(List<DRDesignBand> footerBands)
           
 void DRDesignGroup.setHeaderBands(List<DRDesignBand> headerBands)
           
 

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

Methods in net.sf.dynamicreports.design.transformation that return DRDesignBand
protected  DRDesignBand BandTransform.band(String bandName, DRIBand band, SplitType splitType, DRIReportStyle defaultStyle, DRIComponent defaultBackgroundComponent)
           
protected  DRDesignBand BandTransform.band(String bandName, DRIBand band, SplitType splitType, DRIReportStyle defaultStyle, DRIComponent defaultBackgroundComponent, ResetType resetType, DRDesignGroup resetGroup)
           
 DRDesignBand BandTransform.getBackgroundBand()
           
 DRDesignBand BandTransform.getColumnFooterBand()
           
 DRDesignBand BandTransform.getColumnHeaderBand()
           
 DRDesignBand BandTransform.getColumnHeaderForGroupBand()
           
 DRDesignBand BandTransform.getDetailBand()
           
 DRDesignBand BandTransform.getLastPageFooterBand()
           
 DRDesignBand BandTransform.getNoDataBand()
           
 DRDesignBand BandTransform.getPageFooterBand()
           
 DRDesignBand BandTransform.getPageHeaderBand()
           
 DRDesignBand BandTransform.getSummaryBand()
           
 DRDesignBand BandTransform.getTitleBand()
           
 

Methods in net.sf.dynamicreports.design.transformation that return types with arguments of type DRDesignBand
 List<DRDesignBand> BandTransform.getDetailBands()
           
 



Copyright © 2010-2014. All Rights Reserved.