Uses of Interface
net.sf.dynamicreports.report.definition.DRIBand

Packages that use DRIBand
net.sf.dynamicreports.design.transformation   
net.sf.dynamicreports.report.base   
net.sf.dynamicreports.report.definition   
 

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

Methods in net.sf.dynamicreports.design.transformation with parameters of type DRIBand
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)
           
protected  DRIComponent TemplateTransform.getBackgroundBackgroundComponent(DRIBand band)
           
protected  SplitType TemplateTransform.getBackgroundSplitType(DRIBand band)
           
protected  DRIReportStyle TemplateTransform.getBackgroundStyle(DRIBand band)
           
protected  DRIComponent TemplateTransform.getColumnFooterBackgroundComponent(DRIBand band)
           
protected  SplitType TemplateTransform.getColumnFooterSplitType(DRIBand band)
           
protected  DRIReportStyle TemplateTransform.getColumnFooterStyle(DRIBand band)
           
protected  DRIComponent TemplateTransform.getColumnHeaderBackgroundComponent(DRIBand band)
           
protected  SplitType TemplateTransform.getColumnHeaderSplitType(DRIBand band)
           
protected  DRIReportStyle TemplateTransform.getColumnHeaderStyle(DRIBand band)
           
protected  DRIComponent TemplateTransform.getDetailBackgroundComponent(DRIBand band)
           
protected  DRIComponent TemplateTransform.getDetailFooterBackgroundComponent(DRIBand band)
           
protected  SplitType TemplateTransform.getDetailFooterSplitType(DRIBand band)
           
protected  DRIReportStyle TemplateTransform.getDetailFooterStyle(DRIBand band)
           
protected  DRIComponent TemplateTransform.getDetailHeaderBackgroundComponent(DRIBand band)
           
protected  SplitType TemplateTransform.getDetailHeaderSplitType(DRIBand band)
           
protected  DRIReportStyle TemplateTransform.getDetailHeaderStyle(DRIBand band)
           
protected  SplitType TemplateTransform.getDetailSplitType(DRIBand band)
           
protected  DRIReportStyle TemplateTransform.getDetailStyle(DRIBand band)
           
protected  DRIComponent TemplateTransform.getGroupFooterBackgroundComponent(DRIBand band)
           
protected  SplitType TemplateTransform.getGroupFooterSplitType(DRIBand band)
           
protected  DRIReportStyle TemplateTransform.getGroupFooterStyle(DRIBand band)
           
protected  DRIComponent TemplateTransform.getGroupHeaderBackgroundComponent(DRIBand band)
           
protected  SplitType TemplateTransform.getGroupHeaderSplitType(DRIBand band)
           
protected  DRIReportStyle TemplateTransform.getGroupHeaderStyle(DRIBand band)
           
protected  DRIComponent TemplateTransform.getLastPageFooterBackgroundComponent(DRIBand band)
           
protected  SplitType TemplateTransform.getLastPageFooterSplitType(DRIBand band)
           
protected  DRIReportStyle TemplateTransform.getLastPageFooterStyle(DRIBand band)
           
protected  DRIComponent TemplateTransform.getNoDataBackgroundComponent(DRIBand band)
           
protected  SplitType TemplateTransform.getNoDataSplitType(DRIBand band)
           
protected  DRIReportStyle TemplateTransform.getNoDataStyle(DRIBand band)
           
protected  DRIComponent TemplateTransform.getPageFooterBackgroundComponent(DRIBand band)
           
protected  SplitType TemplateTransform.getPageFooterSplitType(DRIBand band)
           
protected  DRIReportStyle TemplateTransform.getPageFooterStyle(DRIBand band)
           
protected  DRIComponent TemplateTransform.getPageHeaderBackgroundComponent(DRIBand band)
           
protected  SplitType TemplateTransform.getPageHeaderSplitType(DRIBand band)
           
protected  DRIReportStyle TemplateTransform.getPageHeaderStyle(DRIBand band)
           
protected  DRIComponent TemplateTransform.getSummaryBackgroundComponent(DRIBand band)
           
protected  SplitType TemplateTransform.getSummarySplitType(DRIBand band)
           
protected  DRIReportStyle TemplateTransform.getSummaryStyle(DRIBand band)
           
protected  DRIComponent TemplateTransform.getTitleBackgroundComponent(DRIBand band)
           
protected  SplitType TemplateTransform.getTitleSplitType(DRIBand band)
           
protected  DRIReportStyle TemplateTransform.getTitleStyle(DRIBand band)
           
 

Uses of DRIBand in net.sf.dynamicreports.report.base
 

Classes in net.sf.dynamicreports.report.base that implement DRIBand
 class DRBand
           
 

Uses of DRIBand in net.sf.dynamicreports.report.definition
 

Methods in net.sf.dynamicreports.report.definition that return DRIBand
 DRIBand DRIReport.getBackgroundBand()
           
 DRIBand DRIReport.getColumnFooterBand()
           
 DRIBand DRIReport.getColumnHeaderBand()
           
 DRIBand DRIReport.getDetailBand()
           
 DRIBand DRIReport.getDetailFooterBand()
           
 DRIBand DRIReport.getDetailHeaderBand()
           
 DRIBand DRIGroup.getFooterBand()
           
 DRIBand DRIGroup.getHeaderBand()
           
 DRIBand DRIReport.getLastPageFooterBand()
           
 DRIBand DRIReport.getNoDataBand()
           
 DRIBand DRIReport.getPageFooterBand()
           
 DRIBand DRIReport.getPageHeaderBand()
           
 DRIBand DRIReport.getSummaryBand()
           
 DRIBand DRIReport.getTitleBand()
           
 



Copyright © 2010-2014. All Rights Reserved.