Class SubreportFillPart.PartBandParent
- java.lang.Object
-
- net.sf.jasperreports.parts.subreport.SubreportFillPart.PartBandParent
-
- All Implemented Interfaces:
BandReportFillerParent,FillerParent
- Enclosing class:
- SubreportFillPart
protected class SubreportFillPart.PartBandParent extends Object implements BandReportFillerParent
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedPartBandParent(PartPrintOutput output)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidabortSubfiller(JRBaseFiller filler)voidaddPage(FillerPageAddedEvent pageAdded)DatasetExpressionEvaluatorgetCachedEvaluator()BaseReportFillergetFiller()JRPropertiesHoldergetParentProperties()StringgetReportLocation()StringgetReportName()booleanisPageBreakInhibited()booleanisParentPagination()booleanisRunToBottom()booleanisSplitTypePreventInhibited(boolean isTopLevelCall)voidregisterReportStyles(List<JRStyle> styles)voidregisterSubfiller(JRBaseFiller filler)voidunregisterSubfiller(JRBaseFiller filler)voidupdateBookmark(JRPrintElement element)
-
-
-
Constructor Detail
-
PartBandParent
protected PartBandParent(PartPrintOutput output)
-
-
Method Detail
-
getReportName
public String getReportName()
- Specified by:
getReportNamein interfaceBandReportFillerParent
-
getFiller
public BaseReportFiller getFiller()
- Specified by:
getFillerin interfaceFillerParent
-
getParentProperties
public JRPropertiesHolder getParentProperties()
- Specified by:
getParentPropertiesin interfaceFillerParent
-
getCachedEvaluator
public DatasetExpressionEvaluator getCachedEvaluator()
- Specified by:
getCachedEvaluatorin interfaceFillerParent
-
registerSubfiller
public void registerSubfiller(JRBaseFiller filler)
- Specified by:
registerSubfillerin interfaceBandReportFillerParent
-
unregisterSubfiller
public void unregisterSubfiller(JRBaseFiller filler)
- Specified by:
unregisterSubfillerin interfaceBandReportFillerParent
-
abortSubfiller
public void abortSubfiller(JRBaseFiller filler)
- Specified by:
abortSubfillerin interfaceBandReportFillerParent
-
isRunToBottom
public boolean isRunToBottom()
- Specified by:
isRunToBottomin interfaceBandReportFillerParent
-
isParentPagination
public boolean isParentPagination()
- Specified by:
isParentPaginationin interfaceFillerParent
-
isPageBreakInhibited
public boolean isPageBreakInhibited()
- Specified by:
isPageBreakInhibitedin interfaceBandReportFillerParent
-
isSplitTypePreventInhibited
public boolean isSplitTypePreventInhibited(boolean isTopLevelCall)
- Specified by:
isSplitTypePreventInhibitedin interfaceBandReportFillerParent
-
addPage
public void addPage(FillerPageAddedEvent pageAdded) throws JRException
- Specified by:
addPagein interfaceBandReportFillerParent- Throws:
JRException
-
updateBookmark
public void updateBookmark(JRPrintElement element)
- Specified by:
updateBookmarkin interfaceFillerParent
-
getReportLocation
public String getReportLocation()
- Specified by:
getReportLocationin interfaceBandReportFillerParent
-
registerReportStyles
public void registerReportStyles(List<JRStyle> styles)
- Specified by:
registerReportStylesin interfaceBandReportFillerParent
-
-