net.sf.dynamicreports.report.definition
Interface DRIReport

All Superinterfaces:
Serializable
All Known Implementing Classes:
DRReport

public interface DRIReport
extends Serializable

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

Method Summary
 DRIBand getBackgroundBand()
           
 DRIReportStyle getBarcodeStyle()
           
 RunDirection getColumnDirection()
           
 DRIBand getColumnFooterBand()
           
 DRIColumnGrid getColumnGrid()
           
 DRIBand getColumnHeaderBand()
           
 List<? extends DRIColumn<?>> getColumns()
           
 DRIReportStyle getColumnStyle()
           
 DRIReportStyle getColumnTitleStyle()
           
 DRIFont getDefaultFont()
           
 DRIBand getDetailBand()
           
 DRISimpleStyle getDetailEvenRowStyle()
           
 DRIBand getDetailFooterBand()
           
 DRIBand getDetailHeaderBand()
           
 DRISimpleStyle getDetailOddRowStyle()
           
 List<? extends DRIConditionalStyle> getDetailRowHighlighters()
           
 List<? extends DRIField<?>> getFields()
           
 DRIExpression<Boolean> getFilterExpression()
           
 Boolean getFloatColumnFooter()
           
 List<? extends DRIGroup> getGroups()
           
 DRIReportStyle getGroupStyle()
           
 DRIReportStyle getGroupTitleStyle()
           
 Boolean getHighlightDetailEvenRows()
           
 Boolean getHighlightDetailOddRows()
           
 DRIReportStyle getChartStyle()
           
 Boolean getIgnorePagination()
           
 DRIReportStyle getImageStyle()
           
 String getLanguage()
           
 DRIBand getLastPageFooterBand()
           
 Locale getLocale()
           
 DRIBand getNoDataBand()
           
 DRIPage getPage()
           
 DRIBand getPageFooterBand()
           
 DRIBand getPageHeaderBand()
           
 List<? extends DRIParameter<?>> getParameters()
           
 Map<String,Object> getParameterValues()
           
 Orientation getPrintOrder()
           
 Properties getProperties()
           
 DRIQuery getQuery()
           
 String getReportName()
           
 ResourceBundle getResourceBundle()
           
 String getResourceBundleName()
           
 List<DRIScriptlet> getScriptlets()
           
 Boolean getShowColumnTitle()
           
 Boolean getShowColumnValues()
           
 List<? extends DRISort> getSorts()
           
 List<? extends DRISubtotal<?>> getSubtotals()
           
 DRIReportStyle getSubtotalStyle()
           
 DRIBand getSummaryBand()
           
 Boolean getSummaryOnANewPage()
           
 Boolean getSummaryWithPageHeaderAndFooter()
           
 Boolean getTableOfContents()
           
 DRITableOfContentsCustomizer getTableOfContentsCustomizer()
           
 DRIReportTemplate getTemplate()
           
 DRITemplateDesign<?> getTemplateDesign()
           
 List<DRIStyle> getTemplateStyles()
           
 DRIReportStyle getTextStyle()
           
 DRIBand getTitleBand()
           
 Boolean getTitleOnANewPage()
           
 Boolean getUseFieldNameAsDescription()
           
 List<? extends DRIVariable<?>> getVariables()
           
 WhenNoDataType getWhenNoDataType()
           
 WhenResourceMissingType getWhenResourceMissingType()
           
 

Method Detail

getTemplate

DRIReportTemplate getTemplate()

getTemplateStyles

List<DRIStyle> getTemplateStyles()

getTemplateDesign

DRITemplateDesign<?> getTemplateDesign()

getReportName

String getReportName()

getLocale

Locale getLocale()

getResourceBundle

ResourceBundle getResourceBundle()

getResourceBundleName

String getResourceBundleName()

getShowColumnTitle

Boolean getShowColumnTitle()

getShowColumnValues

Boolean getShowColumnValues()

getColumns

List<? extends DRIColumn<?>> getColumns()

getGroups

List<? extends DRIGroup> getGroups()

getFields

List<? extends DRIField<?>> getFields()

getVariables

List<? extends DRIVariable<?>> getVariables()

getSorts

List<? extends DRISort> getSorts()

getSubtotals

List<? extends DRISubtotal<?>> getSubtotals()

getParameters

List<? extends DRIParameter<?>> getParameters()

getParameterValues

Map<String,Object> getParameterValues()

getScriptlets

List<DRIScriptlet> getScriptlets()

getProperties

Properties getProperties()

getQuery

DRIQuery getQuery()

getPage

DRIPage getPage()

getIgnorePagination

Boolean getIgnorePagination()

getWhenNoDataType

WhenNoDataType getWhenNoDataType()

getWhenResourceMissingType

WhenResourceMissingType getWhenResourceMissingType()

getTitleOnANewPage

Boolean getTitleOnANewPage()

getSummaryOnANewPage

Boolean getSummaryOnANewPage()

getSummaryWithPageHeaderAndFooter

Boolean getSummaryWithPageHeaderAndFooter()

getFloatColumnFooter

Boolean getFloatColumnFooter()

getPrintOrder

Orientation getPrintOrder()

getColumnDirection

RunDirection getColumnDirection()

getLanguage

String getLanguage()

getUseFieldNameAsDescription

Boolean getUseFieldNameAsDescription()

getDefaultFont

DRIFont getDefaultFont()

getTextStyle

DRIReportStyle getTextStyle()

getColumnTitleStyle

DRIReportStyle getColumnTitleStyle()

getColumnStyle

DRIReportStyle getColumnStyle()

getGroupTitleStyle

DRIReportStyle getGroupTitleStyle()

getGroupStyle

DRIReportStyle getGroupStyle()

getSubtotalStyle

DRIReportStyle getSubtotalStyle()

getImageStyle

DRIReportStyle getImageStyle()

getChartStyle

DRIReportStyle getChartStyle()

getBarcodeStyle

DRIReportStyle getBarcodeStyle()

getHighlightDetailOddRows

Boolean getHighlightDetailOddRows()

getDetailOddRowStyle

DRISimpleStyle getDetailOddRowStyle()

getHighlightDetailEvenRows

Boolean getHighlightDetailEvenRows()

getDetailEvenRowStyle

DRISimpleStyle getDetailEvenRowStyle()

getDetailRowHighlighters

List<? extends DRIConditionalStyle> getDetailRowHighlighters()

getColumnGrid

DRIColumnGrid getColumnGrid()

getTableOfContents

Boolean getTableOfContents()

getTableOfContentsCustomizer

DRITableOfContentsCustomizer getTableOfContentsCustomizer()

getFilterExpression

DRIExpression<Boolean> getFilterExpression()

getTitleBand

DRIBand getTitleBand()

getPageHeaderBand

DRIBand getPageHeaderBand()

getPageFooterBand

DRIBand getPageFooterBand()

getColumnHeaderBand

DRIBand getColumnHeaderBand()

getColumnFooterBand

DRIBand getColumnFooterBand()

getDetailBand

DRIBand getDetailBand()

getDetailHeaderBand

DRIBand getDetailHeaderBand()

getDetailFooterBand

DRIBand getDetailFooterBand()

getLastPageFooterBand

DRIBand getLastPageFooterBand()

getSummaryBand

DRIBand getSummaryBand()

getNoDataBand

DRIBand getNoDataBand()

getBackgroundBand

DRIBand getBackgroundBand()


Copyright © 2010-2014. All Rights Reserved.