Interface DRIReportTemplate

All Superinterfaces:
Serializable
All Known Implementing Classes:
DRReportTemplate

public interface DRIReportTemplate extends Serializable

DRIReportTemplate interface.

Author:
Ricardo Mariaca
  • Method Details

    • getTemplateStyles

      List<DRIStyle> getTemplateStyles()

      getTemplateStyles.

      Returns:
      a List object.
    • getLocale

      Locale getLocale()

      getLocale.

      Returns:
      a Locale object.
    • getShowColumnTitle

      Boolean getShowColumnTitle()

      getShowColumnTitle.

      Returns:
      a Boolean object.
    • getShowColumnValues

      Boolean getShowColumnValues()

      getShowColumnValues.

      Returns:
      a Boolean object.
    • getIgnorePagination

      Boolean getIgnorePagination()

      getIgnorePagination.

      Returns:
      a Boolean object.
    • getWhenNoDataType

      WhenNoDataType getWhenNoDataType()

      getWhenNoDataType.

      Returns:
      a WhenNoDataType object.
    • getWhenResourceMissingType

      WhenResourceMissingType getWhenResourceMissingType()

      getWhenResourceMissingType.

      Returns:
      a WhenResourceMissingType object.
    • getTitleOnANewPage

      Boolean getTitleOnANewPage()

      getTitleOnANewPage.

      Returns:
      a Boolean object.
    • getSummaryOnANewPage

      Boolean getSummaryOnANewPage()

      getSummaryOnANewPage.

      Returns:
      a Boolean object.
    • getSummaryWithPageHeaderAndFooter

      Boolean getSummaryWithPageHeaderAndFooter()

      getSummaryWithPageHeaderAndFooter.

      Returns:
      a Boolean object.
    • getFloatColumnFooter

      Boolean getFloatColumnFooter()

      getFloatColumnFooter.

      Returns:
      a Boolean object.
    • getPrintOrder

      Orientation getPrintOrder()

      getPrintOrder.

      Returns:
      a Orientation object.
    • getColumnDirection

      RunDirection getColumnDirection()

      getColumnDirection.

      Returns:
      a RunDirection object.
    • getLanguage

      String getLanguage()

      getLanguage.

      Returns:
      a String object.
    • getUseFieldNameAsDescription

      Boolean getUseFieldNameAsDescription()

      getUseFieldNameAsDescription.

      Returns:
      a Boolean object.
    • getHighlightDetailOddRows

      Boolean getHighlightDetailOddRows()

      getHighlightDetailOddRows.

      Returns:
      a Boolean object.
    • getDetailOddRowStyle

      DRISimpleStyle getDetailOddRowStyle()

      getDetailOddRowStyle.

      Returns:
      a DRISimpleStyle object.
    • getHighlightDetailEvenRows

      Boolean getHighlightDetailEvenRows()

      getHighlightDetailEvenRows.

      Returns:
      a Boolean object.
    • getDetailEvenRowStyle

      DRISimpleStyle getDetailEvenRowStyle()

      getDetailEvenRowStyle.

      Returns:
      a DRISimpleStyle object.
    • getDefaultFont

      DRIFont getDefaultFont()

      getDefaultFont.

      Returns:
      a DRIFont object.
    • getTextStyle

      DRIReportStyle getTextStyle()

      getTextStyle.

      Returns:
      a DRIReportStyle object.
    • getColumnTitleStyle

      DRIReportStyle getColumnTitleStyle()

      getColumnTitleStyle.

      Returns:
      a DRIReportStyle object.
    • getColumnStyle

      DRIReportStyle getColumnStyle()

      getColumnStyle.

      Returns:
      a DRIReportStyle object.
    • getGroupTitleStyle

      DRIReportStyle getGroupTitleStyle()

      getGroupTitleStyle.

      Returns:
      a DRIReportStyle object.
    • getGroupStyle

      DRIReportStyle getGroupStyle()

      getGroupStyle.

      Returns:
      a DRIReportStyle object.
    • getSubtotalStyle

      DRIReportStyle getSubtotalStyle()

      getSubtotalStyle.

      Returns:
      a DRIReportStyle object.
    • getImageStyle

      DRIReportStyle getImageStyle()

      getImageStyle.

      Returns:
      a DRIReportStyle object.
    • getChartStyle

      DRIReportStyle getChartStyle()

      getChartStyle.

      Returns:
      a DRIReportStyle object.
    • getBarcodeStyle

      DRIReportStyle getBarcodeStyle()

      getBarcodeStyle.

      Returns:
      a DRIReportStyle object.
    • getPageWidth

      Integer getPageWidth()

      getPageWidth.

      Returns:
      a Integer object.
    • getPageHeight

      Integer getPageHeight()

      getPageHeight.

      Returns:
      a Integer object.
    • getPageOrientation

      PageOrientation getPageOrientation()

      getPageOrientation.

      Returns:
      a PageOrientation object.
    • getPageMargin

      DRIMargin getPageMargin()

      getPageMargin.

      Returns:
      a DRIMargin object.
    • getPageColumnsPerPage

      Integer getPageColumnsPerPage()

      getPageColumnsPerPage.

      Returns:
      a Integer object.
    • getPageColumnSpace

      Integer getPageColumnSpace()

      getPageColumnSpace.

      Returns:
      a Integer object.
    • getIgnorePageWidth

      Boolean getIgnorePageWidth()

      getIgnorePageWidth.

      Returns:
      a Boolean object.
    • getColumnPrintRepeatedDetailValues

      Boolean getColumnPrintRepeatedDetailValues()

      getColumnPrintRepeatedDetailValues.

      Returns:
      a Boolean object.
    • getColumnWidth

      Integer getColumnWidth()

      getColumnWidth.

      Returns:
      a Integer object.
    • getGroupHeaderLayout

      GroupHeaderLayout getGroupHeaderLayout()

      getGroupHeaderLayout.

      Returns:
      a GroupHeaderLayout object.
    • getGroupHideColumn

      Boolean getGroupHideColumn()

      getGroupHideColumn.

      Returns:
      a Boolean object.
    • getGroupShowColumnHeaderAndFooter

      Boolean getGroupShowColumnHeaderAndFooter()

      getGroupShowColumnHeaderAndFooter.

      Returns:
      a Boolean object.
    • getGroupPadding

      Integer getGroupPadding()

      getGroupPadding.

      Returns:
      a Integer object.
    • getGroupStartInNewPage

      Boolean getGroupStartInNewPage()

      getGroupStartInNewPage.

      Returns:
      a Boolean object.
    • getGroupStartInNewColumn

      Boolean getGroupStartInNewColumn()

      getGroupStartInNewColumn.

      Returns:
      a Boolean object.
    • getGroupReprintHeaderOnEachPage

      Boolean getGroupReprintHeaderOnEachPage()

      getGroupReprintHeaderOnEachPage.

      Returns:
      a Boolean object.
    • getGroupResetPageNumber

      Boolean getGroupResetPageNumber()

      getGroupResetPageNumber.

      Returns:
      a Boolean object.
    • getGroupFooterPosition

      GroupFooterPosition getGroupFooterPosition()

      getGroupFooterPosition.

      Returns:
      a GroupFooterPosition object.
    • getGroupKeepTogether

      Boolean getGroupKeepTogether()

      getGroupKeepTogether.

      Returns:
      a Boolean object.
    • getGroupHeaderWithSubtotal

      Boolean getGroupHeaderWithSubtotal()

      getGroupHeaderWithSubtotal.

      Returns:
      a Boolean object.
    • getSubtotalLabelPosition

      Position getSubtotalLabelPosition()

      getSubtotalLabelPosition.

      Returns:
      a Position object.
    • getTableOfContents

      Boolean getTableOfContents()

      getTableOfContents.

      Returns:
      a Boolean object.
    • getTableOfContentsCustomizer

      DRITableOfContentsCustomizer getTableOfContentsCustomizer()

      getTableOfContentsCustomizer.

      Returns:
      a DRITableOfContentsCustomizer object.
    • getTextFieldWidth

      Integer getTextFieldWidth()

      getTextFieldWidth.

      Returns:
      a Integer object.
    • getImageHeight

      Integer getImageHeight()

      getImageHeight.

      Returns:
      a Integer object.
    • getImageWidth

      Integer getImageWidth()

      getImageWidth.

      Returns:
      a Integer object.
    • getListgap

      Integer getListgap()

      getListgap.

      Returns:
      a Integer object.
    • getMultiPageListHeight

      Integer getMultiPageListHeight()

      getMultiPageListHeight.

      Returns:
      a Integer object.
    • getMultiPageListWidth

      Integer getMultiPageListWidth()

      getMultiPageListWidth.

      Returns:
      a Integer object.
    • getChartHeight

      Integer getChartHeight()

      getChartHeight.

      Returns:
      a Integer object.
    • getChartWidth

      Integer getChartWidth()

      getChartWidth.

      Returns:
      a Integer object.
    • getBarcodeHeight

      Integer getBarcodeHeight()

      getBarcodeHeight.

      Returns:
      a Integer object.
    • getBarcodeWidth

      Integer getBarcodeWidth()

      getBarcodeWidth.

      Returns:
      a Integer object.
    • getSubreportHeight

      Integer getSubreportHeight()

      getSubreportHeight.

      Returns:
      a Integer object.
    • getSubreportWidth

      Integer getSubreportWidth()

      getSubreportWidth.

      Returns:
      a Integer object.
    • getCrosstabHeight

      Integer getCrosstabHeight()

      getCrosstabHeight.

      Returns:
      a Integer object.
    • getCrosstabWidth

      Integer getCrosstabWidth()

      getCrosstabWidth.

      Returns:
      a Integer object.
    • getCrosstabHighlightOddRows

      Boolean getCrosstabHighlightOddRows()

      getCrosstabHighlightOddRows.

      Returns:
      a Boolean object.
    • getCrosstabOddRowStyle

      DRISimpleStyle getCrosstabOddRowStyle()

      getCrosstabOddRowStyle.

      Returns:
      a DRISimpleStyle object.
    • getCrosstabHighlightEvenRows

      Boolean getCrosstabHighlightEvenRows()

      getCrosstabHighlightEvenRows.

      Returns:
      a Boolean object.
    • getCrosstabEvenRowStyle

      DRISimpleStyle getCrosstabEvenRowStyle()

      getCrosstabEvenRowStyle.

      Returns:
      a DRISimpleStyle object.
    • getCrosstabGroupStyle

      DRIReportStyle getCrosstabGroupStyle()

      getCrosstabGroupStyle.

      Returns:
      a DRIReportStyle object.
    • getCrosstabGroupTotalStyle

      DRIReportStyle getCrosstabGroupTotalStyle()

      getCrosstabGroupTotalStyle.

      Returns:
      a DRIReportStyle object.
    • getCrosstabGrandTotalStyle

      DRIReportStyle getCrosstabGrandTotalStyle()

      getCrosstabGrandTotalStyle.

      Returns:
      a DRIReportStyle object.
    • getCrosstabCellStyle

      DRIReportStyle getCrosstabCellStyle()

      getCrosstabCellStyle.

      Returns:
      a DRIReportStyle object.
    • getCrosstabMeasureTitleStyle

      DRIReportStyle getCrosstabMeasureTitleStyle()

      getCrosstabMeasureTitleStyle.

      Returns:
      a DRIReportStyle object.
    • getChartSeriesColors

      List<Color> getChartSeriesColors()

      getChartSeriesColors.

      Returns:
      a List object.
    • getChartValuePattern

      String getChartValuePattern()

      getChartValuePattern.

      Returns:
      a String object.
    • getChartPercentValuePattern

      String getChartPercentValuePattern()

      getChartPercentValuePattern.

      Returns:
      a String object.
    • getChartTheme

      String getChartTheme()

      getChartTheme.

      Returns:
      a String object.
    • getBooleanComponentType

      BooleanComponentType getBooleanComponentType()

      getBooleanComponentType.

      Returns:
      a BooleanComponentType object.
    • getBooleanEmptyWhenNullValue

      Boolean getBooleanEmptyWhenNullValue()

      getBooleanEmptyWhenNullValue.

      Returns:
      a Boolean object.
    • getBooleanImageWidth

      Integer getBooleanImageWidth()

      getBooleanImageWidth.

      Returns:
      a Integer object.
    • getBooleanImageHeight

      Integer getBooleanImageHeight()

      getBooleanImageHeight.

      Returns:
      a Integer object.
    • getBooleanColumnStyle

      DRIReportStyle getBooleanColumnStyle()

      getBooleanColumnStyle.

      Returns:
      a DRIReportStyle object.
    • getDefaultSplitType

      SplitType getDefaultSplitType()

      getDefaultSplitType.

      Returns:
      a SplitType object.
    • getTitleSplitType

      SplitType getTitleSplitType()

      getTitleSplitType.

      Returns:
      a SplitType object.
    • getPageHeaderSplitType

      SplitType getPageHeaderSplitType()

      getPageHeaderSplitType.

      Returns:
      a SplitType object.
    • getPageFooterSplitType

      SplitType getPageFooterSplitType()

      getPageFooterSplitType.

      Returns:
      a SplitType object.
    • getColumnHeaderSplitType

      SplitType getColumnHeaderSplitType()

      getColumnHeaderSplitType.

      Returns:
      a SplitType object.
    • getColumnFooterSplitType

      SplitType getColumnFooterSplitType()

      getColumnFooterSplitType.

      Returns:
      a SplitType object.
    • getGroupHeaderSplitType

      SplitType getGroupHeaderSplitType()

      getGroupHeaderSplitType.

      Returns:
      a SplitType object.
    • getGroupFooterSplitType

      SplitType getGroupFooterSplitType()

      getGroupFooterSplitType.

      Returns:
      a SplitType object.
    • getDetailHeaderSplitType

      SplitType getDetailHeaderSplitType()

      getDetailHeaderSplitType.

      Returns:
      a SplitType object.
    • getDetailSplitType

      SplitType getDetailSplitType()

      getDetailSplitType.

      Returns:
      a SplitType object.
    • getDetailFooterSplitType

      SplitType getDetailFooterSplitType()

      getDetailFooterSplitType.

      Returns:
      a SplitType object.
    • getLastPageFooterSplitType

      SplitType getLastPageFooterSplitType()

      getLastPageFooterSplitType.

      Returns:
      a SplitType object.
    • getSummarySplitType

      SplitType getSummarySplitType()

      getSummarySplitType.

      Returns:
      a SplitType object.
    • getNoDataSplitType

      SplitType getNoDataSplitType()

      getNoDataSplitType.

      Returns:
      a SplitType object.
    • getBackgroundSplitType

      SplitType getBackgroundSplitType()

      getBackgroundSplitType.

      Returns:
      a SplitType object.
    • getTitleStyle

      DRIReportStyle getTitleStyle()

      getTitleStyle.

      Returns:
      a DRIReportStyle object.
    • getPageHeaderStyle

      DRIReportStyle getPageHeaderStyle()

      getPageHeaderStyle.

      Returns:
      a DRIReportStyle object.
    • getPageFooterStyle

      DRIReportStyle getPageFooterStyle()

      getPageFooterStyle.

      Returns:
      a DRIReportStyle object.
    • getColumnHeaderStyle

      DRIReportStyle getColumnHeaderStyle()

      getColumnHeaderStyle.

      Returns:
      a DRIReportStyle object.
    • getColumnFooterStyle

      DRIReportStyle getColumnFooterStyle()

      getColumnFooterStyle.

      Returns:
      a DRIReportStyle object.
    • getGroupHeaderStyle

      DRIReportStyle getGroupHeaderStyle()

      getGroupHeaderStyle.

      Returns:
      a DRIReportStyle object.
    • getGroupFooterStyle

      DRIReportStyle getGroupFooterStyle()

      getGroupFooterStyle.

      Returns:
      a DRIReportStyle object.
    • getDetailHeaderStyle

      DRIReportStyle getDetailHeaderStyle()

      getDetailHeaderStyle.

      Returns:
      a DRIReportStyle object.
    • getDetailStyle

      DRIReportStyle getDetailStyle()

      getDetailStyle.

      Returns:
      a DRIReportStyle object.
    • getDetailFooterStyle

      DRIReportStyle getDetailFooterStyle()

      getDetailFooterStyle.

      Returns:
      a DRIReportStyle object.
    • getLastPageFooterStyle

      DRIReportStyle getLastPageFooterStyle()

      getLastPageFooterStyle.

      Returns:
      a DRIReportStyle object.
    • getSummaryStyle

      DRIReportStyle getSummaryStyle()

      getSummaryStyle.

      Returns:
      a DRIReportStyle object.
    • getNoDataStyle

      DRIReportStyle getNoDataStyle()

      getNoDataStyle.

      Returns:
      a DRIReportStyle object.
    • getBackgroundStyle

      DRIReportStyle getBackgroundStyle()

      getBackgroundStyle.

      Returns:
      a DRIReportStyle object.
    • getTitleBackgroundComponent

      DRIComponent getTitleBackgroundComponent()

      getTitleBackgroundComponent.

      Returns:
      a DRIComponent object.
    • getPageHeaderBackgroundComponent

      DRIComponent getPageHeaderBackgroundComponent()

      getPageHeaderBackgroundComponent.

      Returns:
      a DRIComponent object.
    • getPageFooterBackgroundComponent

      DRIComponent getPageFooterBackgroundComponent()

      getPageFooterBackgroundComponent.

      Returns:
      a DRIComponent object.
    • getColumnHeaderBackgroundComponent

      DRIComponent getColumnHeaderBackgroundComponent()

      getColumnHeaderBackgroundComponent.

      Returns:
      a DRIComponent object.
    • getColumnFooterBackgroundComponent

      DRIComponent getColumnFooterBackgroundComponent()

      getColumnFooterBackgroundComponent.

      Returns:
      a DRIComponent object.
    • getGroupHeaderBackgroundComponent

      DRIComponent getGroupHeaderBackgroundComponent()

      getGroupHeaderBackgroundComponent.

      Returns:
      a DRIComponent object.
    • getGroupFooterBackgroundComponent

      DRIComponent getGroupFooterBackgroundComponent()

      getGroupFooterBackgroundComponent.

      Returns:
      a DRIComponent object.
    • getDetailHeaderBackgroundComponent

      DRIComponent getDetailHeaderBackgroundComponent()

      getDetailHeaderBackgroundComponent.

      Returns:
      a DRIComponent object.
    • getDetailBackgroundComponent

      DRIComponent getDetailBackgroundComponent()

      getDetailBackgroundComponent.

      Returns:
      a DRIComponent object.
    • getDetailFooterBackgroundComponent

      DRIComponent getDetailFooterBackgroundComponent()

      getDetailFooterBackgroundComponent.

      Returns:
      a DRIComponent object.
    • getLastPageFooterBackgroundComponent

      DRIComponent getLastPageFooterBackgroundComponent()

      getLastPageFooterBackgroundComponent.

      Returns:
      a DRIComponent object.
    • getSummaryBackgroundComponent

      DRIComponent getSummaryBackgroundComponent()

      getSummaryBackgroundComponent.

      Returns:
      a DRIComponent object.
    • getNoDataBackgroundComponent

      DRIComponent getNoDataBackgroundComponent()

      getNoDataBackgroundComponent.

      Returns:
      a DRIComponent object.
    • getBackgroundBackgroundComponent

      DRIComponent getBackgroundBackgroundComponent()

      getBackgroundBackgroundComponent.

      Returns:
      a DRIComponent object.