net.sf.dynamicreports.design.definition
Interface DRIDesignReport
- All Known Implementing Classes:
- DRDesignReport
public interface DRIDesignReport
- Author:
- Ricardo Mariaca (r.mariaca@dynamicreports.org)
getTemplateDesign
DRIDesignTemplateDesign getTemplateDesign()
getReportName
String getReportName()
getLocale
Locale getLocale()
getResourceBundle
ResourceBundle getResourceBundle()
getResourceBundleName
String getResourceBundleName()
isIgnorePagination
boolean isIgnorePagination()
getProperties
Properties getProperties()
getQuery
DRIDesignQuery getQuery()
getPage
DRIDesignPage getPage()
getWhenNoDataType
WhenNoDataType getWhenNoDataType()
getWhenResourceMissingType
WhenResourceMissingType getWhenResourceMissingType()
isTitleOnANewPage
boolean isTitleOnANewPage()
isSummaryOnANewPage
boolean isSummaryOnANewPage()
isSummaryWithPageHeaderAndFooter
boolean isSummaryWithPageHeaderAndFooter()
isFloatColumnFooter
boolean isFloatColumnFooter()
getPrintOrder
Orientation getPrintOrder()
getColumnDirection
RunDirection getColumnDirection()
getLanguage
String getLanguage()
isTableOfContents
boolean isTableOfContents()
getTableOfContentsHeadings
Map<String,JasperTocHeading> getTableOfContentsHeadings()
getTableOfContentsCustomizer
DRITableOfContentsCustomizer getTableOfContentsCustomizer()
getFilterExpression
DRIDesignExpression getFilterExpression()
getParameters
Collection<DRIDesignParameter> getParameters()
getParameterValues
Map<String,Object> getParameterValues()
getScriptlets
Collection<DRIScriptlet> getScriptlets()
getFields
Collection<DRIDesignField> getFields()
getSystemExpressions
Collection<DRIDesignSystemExpression> getSystemExpressions()
getJasperExpressions
Collection<DRIDesignJasperExpression> getJasperExpressions()
getSimpleExpressions
Collection<DRIDesignSimpleExpression> getSimpleExpressions()
getStyles
Collection<DRIDesignStyle> getStyles()
getGroups
Collection<? extends DRIDesignGroup> getGroups()
getVariables
Collection<DRIDesignVariable> getVariables()
getComplexExpressions
Collection<DRIDesignComplexExpression> getComplexExpressions()
getSorts
Collection<DRIDesignSort> getSorts()
getDatasets
Collection<DRIDesignDataset> getDatasets()
getTitleBand
DRIDesignBand getTitleBand()
getPageHeaderBand
DRIDesignBand getPageHeaderBand()
getPageFooterBand
DRIDesignBand getPageFooterBand()
getColumnHeaderBand
DRIDesignBand getColumnHeaderBand()
getColumnFooterBand
DRIDesignBand getColumnFooterBand()
getDetailBands
List<? extends DRIDesignBand> getDetailBands()
getLastPageFooterBand
DRIDesignBand getLastPageFooterBand()
getSummaryBand
DRIDesignBand getSummaryBand()
getNoDataBand
DRIDesignBand getNoDataBand()
getBackgroundBand
DRIDesignBand getBackgroundBand()
Copyright © 2010-2014. All Rights Reserved.