net.sf.dynamicreports.report.base
Class DRReportTemplate
java.lang.Object
net.sf.dynamicreports.report.base.DRReportTemplate
- All Implemented Interfaces:
- Serializable, DRIReportTemplate
public class DRReportTemplate
- extends Object
- implements DRIReportTemplate
- Author:
- Ricardo Mariaca (r.mariaca@dynamicreports.org)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
tableOfContents
public Boolean tableOfContents
tableOfContentsCustomizer
public DRITableOfContentsCustomizer tableOfContentsCustomizer
DRReportTemplate
public DRReportTemplate()
getTemplateStyles
public List<DRIStyle> getTemplateStyles()
- Specified by:
getTemplateStyles
in interface DRIReportTemplate
addTemplateStyle
public void addTemplateStyle(DRIStyle templateStyle)
setTemplateStyles
public void setTemplateStyles(List<DRIStyle> templateStyles)
getLocale
public Locale getLocale()
- Specified by:
getLocale
in interface DRIReportTemplate
setLocale
public void setLocale(Locale locale)
getShowColumnTitle
public Boolean getShowColumnTitle()
- Specified by:
getShowColumnTitle
in interface DRIReportTemplate
setShowColumnTitle
public void setShowColumnTitle(Boolean showColumnTitle)
getShowColumnValues
public Boolean getShowColumnValues()
- Specified by:
getShowColumnValues
in interface DRIReportTemplate
setShowColumnValues
public void setShowColumnValues(Boolean showColumnValues)
getIgnorePagination
public Boolean getIgnorePagination()
- Specified by:
getIgnorePagination
in interface DRIReportTemplate
setIgnorePagination
public void setIgnorePagination(Boolean ignorePagination)
getWhenNoDataType
public WhenNoDataType getWhenNoDataType()
- Specified by:
getWhenNoDataType
in interface DRIReportTemplate
setWhenNoDataType
public void setWhenNoDataType(WhenNoDataType whenNoDataType)
getWhenResourceMissingType
public WhenResourceMissingType getWhenResourceMissingType()
- Specified by:
getWhenResourceMissingType
in interface DRIReportTemplate
setWhenResourceMissingType
public void setWhenResourceMissingType(WhenResourceMissingType whenResourceMissingType)
getTitleOnANewPage
public Boolean getTitleOnANewPage()
- Specified by:
getTitleOnANewPage
in interface DRIReportTemplate
setTitleOnANewPage
public void setTitleOnANewPage(Boolean titleOnANewPage)
getSummaryOnANewPage
public Boolean getSummaryOnANewPage()
- Specified by:
getSummaryOnANewPage
in interface DRIReportTemplate
setSummaryOnANewPage
public void setSummaryOnANewPage(Boolean summaryOnANewPage)
getSummaryWithPageHeaderAndFooter
public Boolean getSummaryWithPageHeaderAndFooter()
- Specified by:
getSummaryWithPageHeaderAndFooter
in interface DRIReportTemplate
setSummaryWithPageHeaderAndFooter
public void setSummaryWithPageHeaderAndFooter(Boolean summaryWithPageHeaderAndFooter)
getFloatColumnFooter
public Boolean getFloatColumnFooter()
- Specified by:
getFloatColumnFooter
in interface DRIReportTemplate
setFloatColumnFooter
public void setFloatColumnFooter(Boolean floatColumnFooter)
getPrintOrder
public Orientation getPrintOrder()
- Specified by:
getPrintOrder
in interface DRIReportTemplate
setPrintOrder
public void setPrintOrder(Orientation printOrder)
getColumnDirection
public RunDirection getColumnDirection()
- Specified by:
getColumnDirection
in interface DRIReportTemplate
setColumnDirection
public void setColumnDirection(RunDirection columnDirection)
getLanguage
public String getLanguage()
- Specified by:
getLanguage
in interface DRIReportTemplate
setLanguage
public void setLanguage(String language)
getUseFieldNameAsDescription
public Boolean getUseFieldNameAsDescription()
- Specified by:
getUseFieldNameAsDescription
in interface DRIReportTemplate
setUseFieldNameAsDescription
public void setUseFieldNameAsDescription(Boolean useFieldNameAsDescription)
getHighlightDetailOddRows
public Boolean getHighlightDetailOddRows()
- Specified by:
getHighlightDetailOddRows
in interface DRIReportTemplate
setHighlightDetailOddRows
public void setHighlightDetailOddRows(Boolean highlightDetailOddRows)
getDetailOddRowStyle
public DRSimpleStyle getDetailOddRowStyle()
- Specified by:
getDetailOddRowStyle
in interface DRIReportTemplate
setDetailOddRowStyle
public void setDetailOddRowStyle(DRSimpleStyle detailOddRowStyle)
getHighlightDetailEvenRows
public Boolean getHighlightDetailEvenRows()
- Specified by:
getHighlightDetailEvenRows
in interface DRIReportTemplate
setHighlightDetailEvenRows
public void setHighlightDetailEvenRows(Boolean highlightDetailEvenRows)
getDetailEvenRowStyle
public DRSimpleStyle getDetailEvenRowStyle()
- Specified by:
getDetailEvenRowStyle
in interface DRIReportTemplate
setDetailEvenRowStyle
public void setDetailEvenRowStyle(DRSimpleStyle detailEvenRowStyle)
getDefaultFont
public DRIFont getDefaultFont()
- Specified by:
getDefaultFont
in interface DRIReportTemplate
setDefaultFont
public void setDefaultFont(DRIFont defaultFont)
getTextStyle
public DRIReportStyle getTextStyle()
- Specified by:
getTextStyle
in interface DRIReportTemplate
setTextStyle
public void setTextStyle(DRIReportStyle textStyle)
getColumnTitleStyle
public DRIReportStyle getColumnTitleStyle()
- Specified by:
getColumnTitleStyle
in interface DRIReportTemplate
setColumnTitleStyle
public void setColumnTitleStyle(DRIReportStyle columnTitleStyle)
getColumnStyle
public DRIReportStyle getColumnStyle()
- Specified by:
getColumnStyle
in interface DRIReportTemplate
setColumnStyle
public void setColumnStyle(DRIReportStyle columnStyle)
getGroupTitleStyle
public DRIReportStyle getGroupTitleStyle()
- Specified by:
getGroupTitleStyle
in interface DRIReportTemplate
setGroupTitleStyle
public void setGroupTitleStyle(DRIReportStyle groupTitleStyle)
getGroupStyle
public DRIReportStyle getGroupStyle()
- Specified by:
getGroupStyle
in interface DRIReportTemplate
setGroupStyle
public void setGroupStyle(DRIReportStyle groupStyle)
getSubtotalStyle
public DRIReportStyle getSubtotalStyle()
- Specified by:
getSubtotalStyle
in interface DRIReportTemplate
setSubtotalStyle
public void setSubtotalStyle(DRIReportStyle subtotalStyle)
getImageStyle
public DRIReportStyle getImageStyle()
- Specified by:
getImageStyle
in interface DRIReportTemplate
setImageStyle
public void setImageStyle(DRIReportStyle imageStyle)
getChartStyle
public DRIReportStyle getChartStyle()
- Specified by:
getChartStyle
in interface DRIReportTemplate
setChartStyle
public void setChartStyle(DRIReportStyle chartStyle)
getBarcodeStyle
public DRIReportStyle getBarcodeStyle()
- Specified by:
getBarcodeStyle
in interface DRIReportTemplate
setBarcodeStyle
public void setBarcodeStyle(DRIReportStyle barcodeStyle)
setPageFormat
public void setPageFormat(PageType pageType,
PageOrientation orientation)
getPageWidth
public Integer getPageWidth()
- Specified by:
getPageWidth
in interface DRIReportTemplate
getPageHeight
public Integer getPageHeight()
- Specified by:
getPageHeight
in interface DRIReportTemplate
getPageOrientation
public PageOrientation getPageOrientation()
- Specified by:
getPageOrientation
in interface DRIReportTemplate
getPageMargin
public DRMargin getPageMargin()
- Specified by:
getPageMargin
in interface DRIReportTemplate
setPageMargin
public void setPageMargin(DRMargin pageMargin)
getPageColumnsPerPage
public Integer getPageColumnsPerPage()
- Specified by:
getPageColumnsPerPage
in interface DRIReportTemplate
setPageColumnsPerPage
public void setPageColumnsPerPage(Integer pageColumnsPerPage)
getPageColumnSpace
public Integer getPageColumnSpace()
- Specified by:
getPageColumnSpace
in interface DRIReportTemplate
setPageColumnSpace
public void setPageColumnSpace(Integer pageColumnSpace)
getIgnorePageWidth
public Boolean getIgnorePageWidth()
- Specified by:
getIgnorePageWidth
in interface DRIReportTemplate
setIgnorePageWidth
public void setIgnorePageWidth(Boolean ignorePageWidth)
getColumnPrintRepeatedDetailValues
public Boolean getColumnPrintRepeatedDetailValues()
- Specified by:
getColumnPrintRepeatedDetailValues
in interface DRIReportTemplate
setColumnPrintRepeatedDetailValues
public void setColumnPrintRepeatedDetailValues(Boolean columnPrintRepeatedDetailValues)
getColumnWidth
public Integer getColumnWidth()
- Specified by:
getColumnWidth
in interface DRIReportTemplate
setColumnWidth
public void setColumnWidth(Integer columnWidth)
getGroupHeaderLayout
public GroupHeaderLayout getGroupHeaderLayout()
- Specified by:
getGroupHeaderLayout
in interface DRIReportTemplate
setGroupHeaderLayout
public void setGroupHeaderLayout(GroupHeaderLayout groupHeaderLayout)
getGroupHideColumn
public Boolean getGroupHideColumn()
- Specified by:
getGroupHideColumn
in interface DRIReportTemplate
setGroupHideColumn
public void setGroupHideColumn(Boolean groupHideColumn)
getGroupShowColumnHeaderAndFooter
public Boolean getGroupShowColumnHeaderAndFooter()
- Specified by:
getGroupShowColumnHeaderAndFooter
in interface DRIReportTemplate
setGroupShowColumnHeaderAndFooter
public void setGroupShowColumnHeaderAndFooter(Boolean groupShowColumnHeaderAndFooter)
getGroupPadding
public Integer getGroupPadding()
- Specified by:
getGroupPadding
in interface DRIReportTemplate
setGroupPadding
public void setGroupPadding(Integer groupPadding)
getGroupStartInNewPage
public Boolean getGroupStartInNewPage()
- Specified by:
getGroupStartInNewPage
in interface DRIReportTemplate
setGroupStartInNewPage
public void setGroupStartInNewPage(Boolean groupStartInNewPage)
getGroupStartInNewColumn
public Boolean getGroupStartInNewColumn()
- Specified by:
getGroupStartInNewColumn
in interface DRIReportTemplate
setGroupStartInNewColumn
public void setGroupStartInNewColumn(Boolean groupStartInNewColumn)
getGroupReprintHeaderOnEachPage
public Boolean getGroupReprintHeaderOnEachPage()
- Specified by:
getGroupReprintHeaderOnEachPage
in interface DRIReportTemplate
setGroupReprintHeaderOnEachPage
public void setGroupReprintHeaderOnEachPage(Boolean groupReprintHeaderOnEachPage)
getGroupResetPageNumber
public Boolean getGroupResetPageNumber()
- Specified by:
getGroupResetPageNumber
in interface DRIReportTemplate
setGroupResetPageNumber
public void setGroupResetPageNumber(Boolean groupResetPageNumber)
getGroupFooterPosition
public GroupFooterPosition getGroupFooterPosition()
- Specified by:
getGroupFooterPosition
in interface DRIReportTemplate
setGroupFooterPosition
public void setGroupFooterPosition(GroupFooterPosition groupFooterPosition)
getGroupKeepTogether
public Boolean getGroupKeepTogether()
- Specified by:
getGroupKeepTogether
in interface DRIReportTemplate
setGroupKeepTogether
public void setGroupKeepTogether(Boolean groupKeepTogether)
getGroupHeaderWithSubtotal
public Boolean getGroupHeaderWithSubtotal()
- Specified by:
getGroupHeaderWithSubtotal
in interface DRIReportTemplate
setGroupHeaderWithSubtotal
public void setGroupHeaderWithSubtotal(Boolean groupHeaderWithSubtotal)
getSubtotalLabelPosition
public Position getSubtotalLabelPosition()
- Specified by:
getSubtotalLabelPosition
in interface DRIReportTemplate
setSubtotalLabelPosition
public void setSubtotalLabelPosition(Position subtotalLabelPosition)
getTableOfContents
public Boolean getTableOfContents()
- Specified by:
getTableOfContents
in interface DRIReportTemplate
setTableOfContents
public void setTableOfContents(Boolean tableOfContents)
getTableOfContentsCustomizer
public DRITableOfContentsCustomizer getTableOfContentsCustomizer()
- Specified by:
getTableOfContentsCustomizer
in interface DRIReportTemplate
setTableOfContentsCustomizer
public void setTableOfContentsCustomizer(DRITableOfContentsCustomizer tableOfContentsCustomizer)
getTextFieldWidth
public Integer getTextFieldWidth()
- Specified by:
getTextFieldWidth
in interface DRIReportTemplate
setTextFieldWidth
public void setTextFieldWidth(Integer textFieldWidth)
getImageHeight
public Integer getImageHeight()
- Specified by:
getImageHeight
in interface DRIReportTemplate
setImageHeight
public void setImageHeight(Integer imageHeight)
getImageWidth
public Integer getImageWidth()
- Specified by:
getImageWidth
in interface DRIReportTemplate
setImageWidth
public void setImageWidth(Integer imageWidth)
getListgap
public Integer getListgap()
- Specified by:
getListgap
in interface DRIReportTemplate
setListgap
public void setListgap(Integer listgap)
getMultiPageListWidth
public Integer getMultiPageListWidth()
- Specified by:
getMultiPageListWidth
in interface DRIReportTemplate
setMultiPageListWidth
public void setMultiPageListWidth(Integer multiPageListWidth)
getMultiPageListHeight
public Integer getMultiPageListHeight()
- Specified by:
getMultiPageListHeight
in interface DRIReportTemplate
setMultiPageListHeight
public void setMultiPageListHeight(Integer multiPageListHeight)
getChartHeight
public Integer getChartHeight()
- Specified by:
getChartHeight
in interface DRIReportTemplate
setChartHeight
public void setChartHeight(Integer chartHeight)
getChartWidth
public Integer getChartWidth()
- Specified by:
getChartWidth
in interface DRIReportTemplate
setChartWidth
public void setChartWidth(Integer chartWidth)
getChartSeriesColors
public List<Color> getChartSeriesColors()
- Specified by:
getChartSeriesColors
in interface DRIReportTemplate
addChartSeriesColor
public void addChartSeriesColor(Color color)
setChartSeriesColors
public void setChartSeriesColors(List<Color> chartSeriesColors)
getChartValuePattern
public String getChartValuePattern()
- Specified by:
getChartValuePattern
in interface DRIReportTemplate
setChartValuePattern
public void setChartValuePattern(String chartValuePattern)
getChartPercentValuePattern
public String getChartPercentValuePattern()
- Specified by:
getChartPercentValuePattern
in interface DRIReportTemplate
setChartPercentValuePattern
public void setChartPercentValuePattern(String chartPercentValuePattern)
getChartTheme
public String getChartTheme()
- Specified by:
getChartTheme
in interface DRIReportTemplate
setChartTheme
public void setChartTheme(String chartTheme)
getBarcodeHeight
public Integer getBarcodeHeight()
- Specified by:
getBarcodeHeight
in interface DRIReportTemplate
setBarcodeHeight
public void setBarcodeHeight(Integer barcodeHeight)
getBarcodeWidth
public Integer getBarcodeWidth()
- Specified by:
getBarcodeWidth
in interface DRIReportTemplate
setBarcodeWidth
public void setBarcodeWidth(Integer barcodeWidth)
getSubreportHeight
public Integer getSubreportHeight()
- Specified by:
getSubreportHeight
in interface DRIReportTemplate
setSubreportHeight
public void setSubreportHeight(Integer subreportHeight)
getSubreportWidth
public Integer getSubreportWidth()
- Specified by:
getSubreportWidth
in interface DRIReportTemplate
setSubreportWidth
public void setSubreportWidth(Integer subreportWidth)
getCrosstabHeight
public Integer getCrosstabHeight()
- Specified by:
getCrosstabHeight
in interface DRIReportTemplate
setCrosstabHeight
public void setCrosstabHeight(Integer crosstabHeight)
getCrosstabWidth
public Integer getCrosstabWidth()
- Specified by:
getCrosstabWidth
in interface DRIReportTemplate
setCrosstabWidth
public void setCrosstabWidth(Integer crosstabWidth)
getCrosstabHighlightOddRows
public Boolean getCrosstabHighlightOddRows()
- Specified by:
getCrosstabHighlightOddRows
in interface DRIReportTemplate
setCrosstabHighlightOddRows
public void setCrosstabHighlightOddRows(Boolean crosstabHighlightOddRows)
getCrosstabOddRowStyle
public DRSimpleStyle getCrosstabOddRowStyle()
- Specified by:
getCrosstabOddRowStyle
in interface DRIReportTemplate
setCrosstabOddRowStyle
public void setCrosstabOddRowStyle(DRSimpleStyle crosstabOddRowStyle)
getCrosstabHighlightEvenRows
public Boolean getCrosstabHighlightEvenRows()
- Specified by:
getCrosstabHighlightEvenRows
in interface DRIReportTemplate
setCrosstabHighlightEvenRows
public void setCrosstabHighlightEvenRows(Boolean crosstabHighlightEvenRows)
getCrosstabEvenRowStyle
public DRSimpleStyle getCrosstabEvenRowStyle()
- Specified by:
getCrosstabEvenRowStyle
in interface DRIReportTemplate
setCrosstabEvenRowStyle
public void setCrosstabEvenRowStyle(DRSimpleStyle crosstabEvenRowStyle)
getCrosstabGroupStyle
public DRIReportStyle getCrosstabGroupStyle()
- Specified by:
getCrosstabGroupStyle
in interface DRIReportTemplate
setCrosstabGroupStyle
public void setCrosstabGroupStyle(DRIReportStyle crosstabGroupStyle)
getCrosstabGroupTotalStyle
public DRIReportStyle getCrosstabGroupTotalStyle()
- Specified by:
getCrosstabGroupTotalStyle
in interface DRIReportTemplate
setCrosstabGroupTotalStyle
public void setCrosstabGroupTotalStyle(DRIReportStyle crosstabGroupTotalStyle)
getCrosstabGrandTotalStyle
public DRIReportStyle getCrosstabGrandTotalStyle()
- Specified by:
getCrosstabGrandTotalStyle
in interface DRIReportTemplate
setCrosstabGrandTotalStyle
public void setCrosstabGrandTotalStyle(DRIReportStyle crosstabGrandTotalStyle)
getCrosstabCellStyle
public DRIReportStyle getCrosstabCellStyle()
- Specified by:
getCrosstabCellStyle
in interface DRIReportTemplate
setCrosstabCellStyle
public void setCrosstabCellStyle(DRIReportStyle crosstabCellStyle)
getCrosstabMeasureTitleStyle
public DRIReportStyle getCrosstabMeasureTitleStyle()
- Specified by:
getCrosstabMeasureTitleStyle
in interface DRIReportTemplate
setCrosstabMeasureTitleStyle
public void setCrosstabMeasureTitleStyle(DRIReportStyle crosstabMeasureTitleStyle)
getBooleanComponentType
public BooleanComponentType getBooleanComponentType()
- Specified by:
getBooleanComponentType
in interface DRIReportTemplate
setBooleanComponentType
public void setBooleanComponentType(BooleanComponentType booleanComponentType)
getBooleanEmptyWhenNullValue
public Boolean getBooleanEmptyWhenNullValue()
- Specified by:
getBooleanEmptyWhenNullValue
in interface DRIReportTemplate
setBooleanEmptyWhenNullValue
public void setBooleanEmptyWhenNullValue(Boolean booleanEmptyWhenNullValue)
getBooleanImageWidth
public Integer getBooleanImageWidth()
- Specified by:
getBooleanImageWidth
in interface DRIReportTemplate
setBooleanImageWidth
public void setBooleanImageWidth(Integer booleanImageWidth)
getBooleanImageHeight
public Integer getBooleanImageHeight()
- Specified by:
getBooleanImageHeight
in interface DRIReportTemplate
setBooleanImageHeight
public void setBooleanImageHeight(Integer booleanImageHeight)
getBooleanColumnStyle
public DRIReportStyle getBooleanColumnStyle()
- Specified by:
getBooleanColumnStyle
in interface DRIReportTemplate
setBooleanColumnStyle
public void setBooleanColumnStyle(DRIReportStyle booleanColumnStyle)
getDefaultSplitType
public SplitType getDefaultSplitType()
- Specified by:
getDefaultSplitType
in interface DRIReportTemplate
setDefaultSplitType
public void setDefaultSplitType(SplitType defaultSplitType)
getTitleSplitType
public SplitType getTitleSplitType()
- Specified by:
getTitleSplitType
in interface DRIReportTemplate
setTitleSplitType
public void setTitleSplitType(SplitType titleSplitType)
getPageHeaderSplitType
public SplitType getPageHeaderSplitType()
- Specified by:
getPageHeaderSplitType
in interface DRIReportTemplate
setPageHeaderSplitType
public void setPageHeaderSplitType(SplitType pageHeaderSplitType)
getPageFooterSplitType
public SplitType getPageFooterSplitType()
- Specified by:
getPageFooterSplitType
in interface DRIReportTemplate
setPageFooterSplitType
public void setPageFooterSplitType(SplitType pageFooterSplitType)
getColumnHeaderSplitType
public SplitType getColumnHeaderSplitType()
- Specified by:
getColumnHeaderSplitType
in interface DRIReportTemplate
setColumnHeaderSplitType
public void setColumnHeaderSplitType(SplitType columnHeaderSplitType)
getColumnFooterSplitType
public SplitType getColumnFooterSplitType()
- Specified by:
getColumnFooterSplitType
in interface DRIReportTemplate
setColumnFooterSplitType
public void setColumnFooterSplitType(SplitType columnFooterSplitType)
getGroupHeaderSplitType
public SplitType getGroupHeaderSplitType()
- Specified by:
getGroupHeaderSplitType
in interface DRIReportTemplate
setGroupHeaderSplitType
public void setGroupHeaderSplitType(SplitType groupHeaderSplitType)
getGroupFooterSplitType
public SplitType getGroupFooterSplitType()
- Specified by:
getGroupFooterSplitType
in interface DRIReportTemplate
setGroupFooterSplitType
public void setGroupFooterSplitType(SplitType groupFooterSplitType)
getDetailHeaderSplitType
public SplitType getDetailHeaderSplitType()
- Specified by:
getDetailHeaderSplitType
in interface DRIReportTemplate
setDetailHeaderSplitType
public void setDetailHeaderSplitType(SplitType detailHeaderSplitType)
getDetailSplitType
public SplitType getDetailSplitType()
- Specified by:
getDetailSplitType
in interface DRIReportTemplate
setDetailSplitType
public void setDetailSplitType(SplitType detailSplitType)
getDetailFooterSplitType
public SplitType getDetailFooterSplitType()
- Specified by:
getDetailFooterSplitType
in interface DRIReportTemplate
setDetailFooterSplitType
public void setDetailFooterSplitType(SplitType detailFooterSplitType)
getLastPageFooterSplitType
public SplitType getLastPageFooterSplitType()
- Specified by:
getLastPageFooterSplitType
in interface DRIReportTemplate
setLastPageFooterSplitType
public void setLastPageFooterSplitType(SplitType lastPageFooterSplitType)
getSummarySplitType
public SplitType getSummarySplitType()
- Specified by:
getSummarySplitType
in interface DRIReportTemplate
setSummarySplitType
public void setSummarySplitType(SplitType summarySplitType)
getNoDataSplitType
public SplitType getNoDataSplitType()
- Specified by:
getNoDataSplitType
in interface DRIReportTemplate
setNoDataSplitType
public void setNoDataSplitType(SplitType noDataSplitType)
getBackgroundSplitType
public SplitType getBackgroundSplitType()
- Specified by:
getBackgroundSplitType
in interface DRIReportTemplate
setBackgroundSplitType
public void setBackgroundSplitType(SplitType backgroundSplitType)
getTitleStyle
public DRIReportStyle getTitleStyle()
- Specified by:
getTitleStyle
in interface DRIReportTemplate
setTitleStyle
public void setTitleStyle(DRIReportStyle titleStyle)
getPageHeaderStyle
public DRIReportStyle getPageHeaderStyle()
- Specified by:
getPageHeaderStyle
in interface DRIReportTemplate
setPageHeaderStyle
public void setPageHeaderStyle(DRIReportStyle pageHeaderStyle)
getPageFooterStyle
public DRIReportStyle getPageFooterStyle()
- Specified by:
getPageFooterStyle
in interface DRIReportTemplate
setPageFooterStyle
public void setPageFooterStyle(DRIReportStyle pageFooterStyle)
getColumnHeaderStyle
public DRIReportStyle getColumnHeaderStyle()
- Specified by:
getColumnHeaderStyle
in interface DRIReportTemplate
setColumnHeaderStyle
public void setColumnHeaderStyle(DRIReportStyle columnHeaderStyle)
getColumnFooterStyle
public DRIReportStyle getColumnFooterStyle()
- Specified by:
getColumnFooterStyle
in interface DRIReportTemplate
setColumnFooterStyle
public void setColumnFooterStyle(DRIReportStyle columnFooterStyle)
getGroupHeaderStyle
public DRIReportStyle getGroupHeaderStyle()
- Specified by:
getGroupHeaderStyle
in interface DRIReportTemplate
setGroupHeaderStyle
public void setGroupHeaderStyle(DRIReportStyle groupHeaderStyle)
getGroupFooterStyle
public DRIReportStyle getGroupFooterStyle()
- Specified by:
getGroupFooterStyle
in interface DRIReportTemplate
setGroupFooterStyle
public void setGroupFooterStyle(DRIReportStyle groupFooterStyle)
getDetailHeaderStyle
public DRIReportStyle getDetailHeaderStyle()
- Specified by:
getDetailHeaderStyle
in interface DRIReportTemplate
setDetailHeaderStyle
public void setDetailHeaderStyle(DRIReportStyle detailHeaderStyle)
getDetailStyle
public DRIReportStyle getDetailStyle()
- Specified by:
getDetailStyle
in interface DRIReportTemplate
setDetailStyle
public void setDetailStyle(DRIReportStyle detailStyle)
getDetailFooterStyle
public DRIReportStyle getDetailFooterStyle()
- Specified by:
getDetailFooterStyle
in interface DRIReportTemplate
setDetailFooterStyle
public void setDetailFooterStyle(DRIReportStyle detailFooterStyle)
getLastPageFooterStyle
public DRIReportStyle getLastPageFooterStyle()
- Specified by:
getLastPageFooterStyle
in interface DRIReportTemplate
setLastPageFooterStyle
public void setLastPageFooterStyle(DRIReportStyle lastPageFooterStyle)
getSummaryStyle
public DRIReportStyle getSummaryStyle()
- Specified by:
getSummaryStyle
in interface DRIReportTemplate
setSummaryStyle
public void setSummaryStyle(DRIReportStyle summaryStyle)
getNoDataStyle
public DRIReportStyle getNoDataStyle()
- Specified by:
getNoDataStyle
in interface DRIReportTemplate
setNoDataStyle
public void setNoDataStyle(DRIReportStyle noDataStyle)
getBackgroundStyle
public DRIReportStyle getBackgroundStyle()
- Specified by:
getBackgroundStyle
in interface DRIReportTemplate
setBackgroundStyle
public void setBackgroundStyle(DRIReportStyle backgroundStyle)
getTitleBackgroundComponent
public DRComponent getTitleBackgroundComponent()
- Specified by:
getTitleBackgroundComponent
in interface DRIReportTemplate
setTitleBackgroundComponent
public void setTitleBackgroundComponent(DRComponent titleBackgroundComponent)
getPageHeaderBackgroundComponent
public DRComponent getPageHeaderBackgroundComponent()
- Specified by:
getPageHeaderBackgroundComponent
in interface DRIReportTemplate
setPageHeaderBackgroundComponent
public void setPageHeaderBackgroundComponent(DRComponent pageHeaderBackgroundComponent)
getPageFooterBackgroundComponent
public DRComponent getPageFooterBackgroundComponent()
- Specified by:
getPageFooterBackgroundComponent
in interface DRIReportTemplate
setPageFooterBackgroundComponent
public void setPageFooterBackgroundComponent(DRComponent pageFooterBackgroundComponent)
getColumnHeaderBackgroundComponent
public DRComponent getColumnHeaderBackgroundComponent()
- Specified by:
getColumnHeaderBackgroundComponent
in interface DRIReportTemplate
setColumnHeaderBackgroundComponent
public void setColumnHeaderBackgroundComponent(DRComponent columnHeaderBackgroundComponent)
getColumnFooterBackgroundComponent
public DRComponent getColumnFooterBackgroundComponent()
- Specified by:
getColumnFooterBackgroundComponent
in interface DRIReportTemplate
setColumnFooterBackgroundComponent
public void setColumnFooterBackgroundComponent(DRComponent columnFooterBackgroundComponent)
getGroupHeaderBackgroundComponent
public DRComponent getGroupHeaderBackgroundComponent()
- Specified by:
getGroupHeaderBackgroundComponent
in interface DRIReportTemplate
setGroupHeaderBackgroundComponent
public void setGroupHeaderBackgroundComponent(DRComponent groupHeaderBackgroundComponent)
getGroupFooterBackgroundComponent
public DRComponent getGroupFooterBackgroundComponent()
- Specified by:
getGroupFooterBackgroundComponent
in interface DRIReportTemplate
setGroupFooterBackgroundComponent
public void setGroupFooterBackgroundComponent(DRComponent groupFooterBackgroundComponent)
getDetailHeaderBackgroundComponent
public DRComponent getDetailHeaderBackgroundComponent()
- Specified by:
getDetailHeaderBackgroundComponent
in interface DRIReportTemplate
setDetailHeaderBackgroundComponent
public void setDetailHeaderBackgroundComponent(DRComponent detailHeaderBackgroundComponent)
getDetailBackgroundComponent
public DRComponent getDetailBackgroundComponent()
- Specified by:
getDetailBackgroundComponent
in interface DRIReportTemplate
setDetailBackgroundComponent
public void setDetailBackgroundComponent(DRComponent detailBackgroundComponent)
getDetailFooterBackgroundComponent
public DRComponent getDetailFooterBackgroundComponent()
- Specified by:
getDetailFooterBackgroundComponent
in interface DRIReportTemplate
setDetailFooterBackgroundComponent
public void setDetailFooterBackgroundComponent(DRComponent detailFooterBackgroundComponent)
getLastPageFooterBackgroundComponent
public DRComponent getLastPageFooterBackgroundComponent()
- Specified by:
getLastPageFooterBackgroundComponent
in interface DRIReportTemplate
setLastPageFooterBackgroundComponent
public void setLastPageFooterBackgroundComponent(DRComponent lastPageFooterBackgroundComponent)
getSummaryBackgroundComponent
public DRComponent getSummaryBackgroundComponent()
- Specified by:
getSummaryBackgroundComponent
in interface DRIReportTemplate
setSummaryBackgroundComponent
public void setSummaryBackgroundComponent(DRComponent summaryBackgroundComponent)
getNoDataBackgroundComponent
public DRComponent getNoDataBackgroundComponent()
- Specified by:
getNoDataBackgroundComponent
in interface DRIReportTemplate
setNoDataBackgroundComponent
public void setNoDataBackgroundComponent(DRComponent noDataBackgroundComponent)
getBackgroundBackgroundComponent
public DRComponent getBackgroundBackgroundComponent()
- Specified by:
getBackgroundBackgroundComponent
in interface DRIReportTemplate
setBackgroundBackgroundComponent
public void setBackgroundBackgroundComponent(DRComponent backgroundBackgroundComponent)
Copyright © 2010-2014. All Rights Reserved.