Interface DRIDesignReport
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
DRDesignReport
DRIDesignReport interface.
- Author:
- Ricardo Mariaca
-
Method Summary
Modifier and TypeMethodDescriptiongetBackgroundBand.getColumnDirection.getColumnFooterBand.getColumnHeaderBand.getComplexExpressions.getDatasets.List<? extends DRIDesignBand> getDetailBands.getFields.getFilterExpression.Collection<? extends DRIDesignGroup> getGroups.getJasperExpressions.getLanguage.getLastPageFooterBand.getLocale.getNoDataBand.getPage()getPage.getPageFooterBand.getPageHeaderBand.getParameters.getParameterValues.getPrintOrder.getProperties.getQuery()getQuery.getReportName.getResourceBundle.getResourceBundleName.getScriptlets.getSimpleExpressions.getSorts()getSorts.getStyles.getSummaryBand.getSystemExpressions.getTableOfContentsCustomizer.getTableOfContentsHeadings.getTemplateDesign.getTitleBand.getVariables.getWhenNoDataType.getWhenResourceMissingType.booleanisFloatColumnFooter.booleanisIgnorePagination.booleanisSummaryOnANewPage.booleanisSummaryWithPageHeaderAndFooter.booleanisTableOfContents.booleanisTitleOnANewPage.
-
Method Details
-
getTemplateDesign
DRIDesignTemplateDesign getTemplateDesign()getTemplateDesign.
- Returns:
- a
DRIDesignTemplateDesignobject.
-
getReportName
-
getLocale
-
getResourceBundle
-
getResourceBundleName
-
isIgnorePagination
boolean isIgnorePagination()isIgnorePagination.
- Returns:
- a boolean.
-
getProperties
-
getQuery
-
getPage
-
getWhenNoDataType
-
getWhenResourceMissingType
WhenResourceMissingType getWhenResourceMissingType()getWhenResourceMissingType.
- Returns:
- a
WhenResourceMissingTypeobject.
-
isTitleOnANewPage
boolean isTitleOnANewPage()isTitleOnANewPage.
- Returns:
- a boolean.
-
isSummaryOnANewPage
boolean isSummaryOnANewPage()isSummaryOnANewPage.
- Returns:
- a boolean.
-
getPrintOrder
-
getColumnDirection
-
getLanguage
-
isTableOfContents
boolean isTableOfContents()isTableOfContents.
- Returns:
- a boolean.
-
getTableOfContentsHeadings
Map<String, JasperTocHeading> getTableOfContentsHeadings()getTableOfContentsHeadings.
- Returns:
- a
Mapobject.
-
getTableOfContentsCustomizer
DRITableOfContentsCustomizer getTableOfContentsCustomizer()getTableOfContentsCustomizer.
- Returns:
- a
DRITableOfContentsCustomizerobject.
-
getFilterExpression
DRIDesignExpression getFilterExpression()getFilterExpression.
- Returns:
- a
DRIDesignExpressionobject.
-
getParameters
-
getParameterValues
-
getScriptlets
-
getFields
-
getSystemExpressions
Collection<DRIDesignSystemExpression> getSystemExpressions()getSystemExpressions.
- Returns:
- a
Collectionobject.
-
getJasperExpressions
Collection<DRIDesignJasperExpression> getJasperExpressions()getJasperExpressions.
- Returns:
- a
Collectionobject.
-
getSimpleExpressions
Collection<DRIDesignSimpleExpression> getSimpleExpressions()getSimpleExpressions.
- Returns:
- a
Collectionobject.
-
getStyles
-
getGroups
-
getVariables
-
getComplexExpressions
Collection<DRIDesignComplexExpression> getComplexExpressions()getComplexExpressions.
- Returns:
- a
Collectionobject.
-
getSorts
-
getDatasets
-
getTitleBand
-
getPageHeaderBand
-
getColumnHeaderBand
-
getDetailBands
-
getSummaryBand
-
getNoDataBand
-
getBackgroundBand
-