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

All Superinterfaces:
Serializable
All Known Subinterfaces:
DRIBarbecue, DRIBarcode, DRIBooleanField, DRIBreak, DRICodabarBarcode, DRICode128Barcode, DRICode39Barcode, DRICrosstab, DRICurrentDate, DRICustomComponent, DRIDataMatrixBarcode, DRIDimensionComponent, DRIEan128Barcode, DRIEan13Barcode, DRIEan8Barcode, DRIEllipse, DRIFiller, DRIFormatField, DRIGenericElement, DRIHyperLinkComponent, DRIChart, DRIChecksumBarcode, DRIImage, DRIInterleaved2Of5Barcode, DRILine, DRIList, DRIMap, DRIMultiPageList, DRIPageNumber, DRIPageXofY, DRIPdf417Barcode, DRIPostnetBarcode, DRIRectangle, DRIRoyalMailCustomerBarcode, DRISubreport, DRITextField<T>, DRITotalPages, DRIUpcaBarcode, DRIUpceBarcode, DRIUspsIntelligentMailBarcode
All Known Implementing Classes:
DRBarbecue, DRBarcode, DRBooleanField, DRBreak, DRCodabarBarcode, DRCode128Barcode, DRCode39Barcode, DRComponent, DRCrosstab, DRCurrentDate, DRDataMatrixBarcode, DRDimensionComponent, DREan128Barcode, DREan13Barcode, DREan8Barcode, DREllipse, DRFiller, DRFormatField, DRGenericElement, DRHyperLinkComponent, DRChart, DRChecksumBarcode, DRImage, DRInterleaved2Of5Barcode, DRLine, DRList, DRMap, DRMultiPageList, DRPageNumber, DRPageXofY, DRPdf417Barcode, DRPostnetBarcode, DRRectangle, DRRoyalMailCustomerBarcode, DRSubreport, DRTextField, DRTotalPages, DRUpcaBarcode, DRUpceBarcode, DRUspsIntelligentMailBarcode

public interface DRIComponent
extends Serializable

Author:
Ricardo Mariaca (r.mariaca@dynamicreports.org)

Method Summary
 DRIExpression<Boolean> getPrintWhenExpression()
           
 List<DRIPropertyExpression> getPropertyExpressions()
           
 Boolean getRemoveLineWhenBlank()
           
 DRIReportStyle getStyle()
           
 DRITableOfContentsHeading getTableOfContentsHeading()
           
 

Method Detail

getStyle

DRIReportStyle getStyle()

getPrintWhenExpression

DRIExpression<Boolean> getPrintWhenExpression()

getRemoveLineWhenBlank

Boolean getRemoveLineWhenBlank()

getPropertyExpressions

List<DRIPropertyExpression> getPropertyExpressions()

getTableOfContentsHeading

DRITableOfContentsHeading getTableOfContentsHeading()


Copyright © 2010-2014. All Rights Reserved.