Uses of Interface
net.sf.dynamicreports.report.definition.component.DRIComponent

Packages that use DRIComponent
net.sf.dynamicreports.design.transformation   
net.sf.dynamicreports.report.base.barcode   
net.sf.dynamicreports.report.base.column   
net.sf.dynamicreports.report.base.component   
net.sf.dynamicreports.report.base.crosstab   
net.sf.dynamicreports.report.base.chart   
net.sf.dynamicreports.report.component   
net.sf.dynamicreports.report.defaults   
net.sf.dynamicreports.report.definition   
net.sf.dynamicreports.report.definition.barcode   
net.sf.dynamicreports.report.definition.column   
net.sf.dynamicreports.report.definition.component   
net.sf.dynamicreports.report.definition.crosstab   
net.sf.dynamicreports.report.definition.chart   
 

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

Methods in net.sf.dynamicreports.design.transformation that return DRIComponent
protected  DRIComponent TemplateTransform.getBackgroundBackgroundComponent(DRIBand band)
           
 DRIComponent ColumnTransform.getColumnComponent(DRIColumn<?> column)
           
protected  DRIComponent TemplateTransform.getColumnFooterBackgroundComponent(DRIBand band)
           
protected  DRIComponent TemplateTransform.getColumnHeaderBackgroundComponent(DRIBand band)
           
protected  DRIComponent TemplateTransform.getDetailBackgroundComponent(DRIBand band)
           
protected  DRIComponent TemplateTransform.getDetailFooterBackgroundComponent(DRIBand band)
           
protected  DRIComponent TemplateTransform.getDetailHeaderBackgroundComponent(DRIBand band)
           
protected  DRIComponent TemplateTransform.getGroupFooterBackgroundComponent(DRIBand band)
           
protected  DRIComponent TemplateTransform.getGroupHeaderBackgroundComponent(DRIBand band)
           
protected  DRIComponent TemplateTransform.getLastPageFooterBackgroundComponent(DRIBand band)
           
protected  DRIComponent TemplateTransform.getNoDataBackgroundComponent(DRIBand band)
           
protected  DRIComponent TemplateTransform.getPageFooterBackgroundComponent(DRIBand band)
           
protected  DRIComponent TemplateTransform.getPageHeaderBackgroundComponent(DRIBand band)
           
protected  DRIComponent TemplateTransform.getSummaryBackgroundComponent(DRIBand band)
           
protected  DRIComponent TemplateTransform.getTitleBackgroundComponent(DRIBand band)
           
 

Methods in net.sf.dynamicreports.design.transformation with parameters of type DRIComponent
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  DRDesignComponent ComponentTransform.component(DRIComponent component, DefaultStyleType defaultStyleType, ResetType resetType, DRDesignGroup resetGroup)
           
protected  DRDesignTableOfContentsHeading TableOfContentsTransform.componentHeading(DRIComponent component)
           
protected  ComponentPositionType TemplateTransform.getPositionType(DRIComponent component)
           
protected  boolean TemplateTransform.getPrintInFirstWholeBand(DRIComponent component)
           
protected  boolean TemplateTransform.getPrintWhenDetailOverflows(DRIComponent component)
           
protected  DRIDesignGroup TemplateTransform.getPrintWhenGroupChanges(DRIComponent component)
           
protected  boolean TemplateTransform.getRemoveLineWhenBlank(DRIComponent component)
           
protected  StretchType TemplateTransform.getStretchType(DRIComponent component)
           
protected  DRDesignComponent ComponentTransform.listBackgroundComponent(DRIComponent backgroundComponent, DefaultStyleType defaultStyleType, ResetType resetType, DRDesignGroup resetGroup)
           
 

Uses of DRIComponent in net.sf.dynamicreports.report.base.barcode
 

Classes in net.sf.dynamicreports.report.base.barcode that implement DRIComponent
 class DRBarbecue
           
 class DRBarcode
           
 class DRCodabarBarcode
           
 class DRCode128Barcode
           
 class DRCode39Barcode
           
 class DRDataMatrixBarcode
           
 class DREan128Barcode
           
 class DREan13Barcode
           
 class DREan8Barcode
           
 class DRChecksumBarcode
           
 class DRInterleaved2Of5Barcode
           
 class DRPdf417Barcode
           
 class DRPostnetBarcode
           
 class DRRoyalMailCustomerBarcode
           
 class DRUpcaBarcode
           
 class DRUpceBarcode
           
 class DRUspsIntelligentMailBarcode
           
 

Uses of DRIComponent in net.sf.dynamicreports.report.base.column
 

Classes in net.sf.dynamicreports.report.base.column with type parameters of type DRIComponent
 class DRColumn<T extends DRIComponent>
           
 

Uses of DRIComponent in net.sf.dynamicreports.report.base.component
 

Classes in net.sf.dynamicreports.report.base.component that implement DRIComponent
 class DRBooleanField
           
 class DRBreak
           
 class DRComponent
           
 class DRCurrentDate
           
 class DRDimensionComponent
           
 class DREllipse
           
 class DRFiller
           
 class DRFormatField
           
 class DRGenericElement
           
 class DRHyperLinkComponent
           
 class DRImage
           
 class DRLine
           
 class DRList
           
 class DRMap
           
 class DRMultiPageList
           
 class DRPageNumber
           
 class DRPageXofY
           
 class DRRectangle
           
 class DRSubreport
           
 class DRTextField<T>
           
 class DRTotalPages
           
 

Methods in net.sf.dynamicreports.report.base.component that return types with arguments of type DRIComponent
 List<DRIComponent> DRMultiPageList.getComponents()
           
 

Methods in net.sf.dynamicreports.report.base.component with parameters of type DRIComponent
 void DRMultiPageList.addComponent(DRIComponent component)
           
 

Method parameters in net.sf.dynamicreports.report.base.component with type arguments of type DRIComponent
 void DRMultiPageList.setComponents(List<DRIComponent> components)
           
 

Uses of DRIComponent in net.sf.dynamicreports.report.base.crosstab
 

Classes in net.sf.dynamicreports.report.base.crosstab that implement DRIComponent
 class DRCrosstab
           
 

Uses of DRIComponent in net.sf.dynamicreports.report.base.chart
 

Classes in net.sf.dynamicreports.report.base.chart that implement DRIComponent
 class DRChart
           
 

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

Classes in net.sf.dynamicreports.report.component with type parameters of type DRIComponent
 interface CustomComponentTransform<T extends DRIComponent,U extends DRIDesignComponent>
           
 

Subinterfaces of DRIComponent in net.sf.dynamicreports.report.component
 interface DRICustomComponent
           
 

Uses of DRIComponent in net.sf.dynamicreports.report.defaults
 

Methods in net.sf.dynamicreports.report.defaults that return DRIComponent
 DRIComponent Default.getBandBackgroundComponent()
           
 

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

Methods in net.sf.dynamicreports.report.definition that return DRIComponent
 DRIComponent DRIReportTemplate.getBackgroundBackgroundComponent()
           
 DRIComponent DRIReportTemplate.getColumnFooterBackgroundComponent()
           
 DRIComponent DRIReportTemplate.getColumnHeaderBackgroundComponent()
           
 DRIComponent DRIReportTemplate.getDetailBackgroundComponent()
           
 DRIComponent DRIReportTemplate.getDetailFooterBackgroundComponent()
           
 DRIComponent DRIReportTemplate.getDetailHeaderBackgroundComponent()
           
 DRIComponent DRIReportTemplate.getGroupFooterBackgroundComponent()
           
 DRIComponent DRIReportTemplate.getGroupHeaderBackgroundComponent()
           
 DRIComponent DRIReportTemplate.getLastPageFooterBackgroundComponent()
           
 DRIComponent DRIReportTemplate.getNoDataBackgroundComponent()
           
 DRIComponent DRIReportTemplate.getPageFooterBackgroundComponent()
           
 DRIComponent DRIReportTemplate.getPageHeaderBackgroundComponent()
           
 DRIComponent DRIReportTemplate.getSummaryBackgroundComponent()
           
 DRIComponent DRIReportTemplate.getTitleBackgroundComponent()
           
 

Uses of DRIComponent in net.sf.dynamicreports.report.definition.barcode
 

Subinterfaces of DRIComponent in net.sf.dynamicreports.report.definition.barcode
 interface DRIBarbecue
           
 interface DRIBarcode
           
 interface DRICodabarBarcode
           
 interface DRICode128Barcode
           
 interface DRICode39Barcode
           
 interface DRIDataMatrixBarcode
           
 interface DRIEan128Barcode
           
 interface DRIEan13Barcode
           
 interface DRIEan8Barcode
           
 interface DRIChecksumBarcode
           
 interface DRIInterleaved2Of5Barcode
           
 interface DRIPdf417Barcode
           
 interface DRIPostnetBarcode
           
 interface DRIRoyalMailCustomerBarcode
           
 interface DRIUpcaBarcode
           
 interface DRIUpceBarcode
           
 interface DRIUspsIntelligentMailBarcode
           
 

Uses of DRIComponent in net.sf.dynamicreports.report.definition.column
 

Classes in net.sf.dynamicreports.report.definition.column with type parameters of type DRIComponent
 interface DRIColumn<T extends DRIComponent>
           
 

Uses of DRIComponent in net.sf.dynamicreports.report.definition.component
 

Subinterfaces of DRIComponent in net.sf.dynamicreports.report.definition.component
 interface DRIBooleanField
           
 interface DRIBreak
           
 interface DRICurrentDate
           
 interface DRIDimensionComponent
           
 interface DRIEllipse
           
 interface DRIFiller
           
 interface DRIFormatField
           
 interface DRIGenericElement
           
 interface DRIHyperLinkComponent
           
 interface DRIImage
           
 interface DRILine
           
 interface DRIList
           
 interface DRIMap
           
 interface DRIMultiPageList
           
 interface DRIPageNumber
           
 interface DRIPageXofY
           
 interface DRIRectangle
           
 interface DRISubreport
           
 interface DRITextField<T>
           
 interface DRITotalPages
           
 

Methods in net.sf.dynamicreports.report.definition.component that return DRIComponent
 DRIComponent DRIList.getBackgroundComponent()
           
 DRIComponent DRIListCell.getComponent()
           
 

Methods in net.sf.dynamicreports.report.definition.component that return types with arguments of type DRIComponent
 List<DRIComponent> DRIMultiPageList.getComponents()
           
 

Uses of DRIComponent in net.sf.dynamicreports.report.definition.crosstab
 

Subinterfaces of DRIComponent in net.sf.dynamicreports.report.definition.crosstab
 interface DRICrosstab
           
 

Uses of DRIComponent in net.sf.dynamicreports.report.definition.chart
 

Subinterfaces of DRIComponent in net.sf.dynamicreports.report.definition.chart
 interface DRIChart
           
 



Copyright © 2010-2014. All Rights Reserved.