Package net.sf.jasperreports.engine.fill
Interface BandReportFillerParent
- All Superinterfaces:
FillerParent
- All Known Implementing Classes:
ComponentFillerSubreportParent
,FillerSubreportParent
,SubreportFillPart.PartBandParent
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
Method Summary
Modifier and TypeMethodDescriptionvoid
abortSubfiller
(JRBaseFiller filler) void
addPage
(FillerPageAddedEvent pageAdded) boolean
boolean
isSplitTypePreventInhibited
(boolean isTolLevelCall) void
registerReportStyles
(List<JRStyle> styles) void
registerSubfiller
(JRBaseFiller filler) void
unregisterSubfiller
(JRBaseFiller filler) Methods inherited from interface net.sf.jasperreports.engine.fill.FillerParent
getCachedEvaluator, getFiller, getParentProperties, isParentPagination, updateBookmark
-
Method Details
-
getReportName
String getReportName() -
registerSubfiller
-
unregisterSubfiller
-
abortSubfiller
-
isRunToBottom
boolean isRunToBottom() -
isSplitTypePreventInhibited
boolean isSplitTypePreventInhibited(boolean isTolLevelCall) -
addPage
- Throws:
JRException
-
getReportLocation
String getReportLocation() -
registerReportStyles
-