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 voidabortSubfiller(JRBaseFiller filler)voidaddPage(FillerPageAddedEvent pageAdded)StringgetReportLocation()StringgetReportName()booleanisPageBreakInhibited()booleanisRunToBottom()booleanisSplitTypePreventInhibited(boolean isTolLevelCall)voidregisterReportStyles(List<JRStyle> styles)voidregisterSubfiller(JRBaseFiller filler)voidunregisterSubfiller(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()
-
-