protected class SubreportFillPart.PartBandParent extends Object implements BandReportFillerParent
| Modifier | Constructor and Description |
|---|---|
protected |
PartBandParent(PartPrintOutput output) |
| Modifier and Type | Method and Description |
|---|---|
void |
addPage(FillerPageAddedEvent pageAdded) |
DatasetExpressionEvaluator |
getCachedEvaluator() |
BaseReportFiller |
getFiller() |
String |
getReportLocation() |
boolean |
isPageBreakInhibited() |
boolean |
isParentPagination() |
boolean |
isRunToBottom() |
void |
registerReportStyles(List<JRStyle> styles) |
void |
registerSubfiller(JRBaseFiller filler) |
void |
unregisterSubfiller(JRBaseFiller filler) |
void |
updateBookmark(JRPrintElement element) |
protected PartBandParent(PartPrintOutput output)
public BaseReportFiller getFiller()
getFiller in interface FillerParentpublic DatasetExpressionEvaluator getCachedEvaluator()
getCachedEvaluator in interface FillerParentpublic void registerSubfiller(JRBaseFiller filler)
registerSubfiller in interface BandReportFillerParentpublic void unregisterSubfiller(JRBaseFiller filler)
unregisterSubfiller in interface BandReportFillerParentpublic boolean isRunToBottom()
isRunToBottom in interface BandReportFillerParentpublic boolean isParentPagination()
isParentPagination in interface FillerParentpublic boolean isPageBreakInhibited()
isPageBreakInhibited in interface BandReportFillerParentpublic void addPage(FillerPageAddedEvent pageAdded) throws JRException
addPage in interface BandReportFillerParentJRExceptionpublic void updateBookmark(JRPrintElement element)
updateBookmark in interface FillerParentpublic String getReportLocation()
getReportLocation in interface BandReportFillerParentpublic void registerReportStyles(List<JRStyle> styles)
registerReportStyles in interface BandReportFillerParentCopyright © 2017. All rights reserved.