Package net.sf.jasperreports.engine.fill
Interface BandReportFillerParent
-
- All Superinterfaces:
FillerParent
- All Known Implementing Classes:
ComponentFillerSubreportParent
,FillerSubreportParent
,SubreportFillPart.PartBandParent
public interface BandReportFillerParent extends FillerParent
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
abortSubfiller(JRBaseFiller filler)
void
addPage(FillerPageAddedEvent pageAdded)
String
getReportLocation()
String
getReportName()
boolean
isPageBreakInhibited()
boolean
isRunToBottom()
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 Detail
-
getReportName
String getReportName()
-
registerSubfiller
void registerSubfiller(JRBaseFiller filler)
-
unregisterSubfiller
void unregisterSubfiller(JRBaseFiller filler)
-
abortSubfiller
void abortSubfiller(JRBaseFiller filler)
-
isRunToBottom
boolean isRunToBottom()
-
isPageBreakInhibited
boolean isPageBreakInhibited()
-
isSplitTypePreventInhibited
boolean isSplitTypePreventInhibited(boolean isTolLevelCall)
-
addPage
@continuable void addPage(FillerPageAddedEvent pageAdded) throws JRException
- Throws:
JRException
-
getReportLocation
String getReportLocation()
-
-