Package net.sf.jasperreports.engine.fill
Interface FillerParent
-
- All Known Subinterfaces:
BandReportFillerParent
,PartFillerParent
- All Known Implementing Classes:
ComponentFillerSubreportParent
,FillerSubreportParent
,SubreportFillPart.PartBandParent
,SubreportFillPart.PartParent
public interface FillerParent
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DatasetExpressionEvaluator
getCachedEvaluator()
BaseReportFiller
getFiller()
JRPropertiesHolder
getParentProperties()
boolean
isParentPagination()
void
updateBookmark(JRPrintElement element)
-
-
-
Method Detail
-
getFiller
BaseReportFiller getFiller()
-
getParentProperties
JRPropertiesHolder getParentProperties()
-
isParentPagination
boolean isParentPagination()
-
getCachedEvaluator
DatasetExpressionEvaluator getCachedEvaluator()
-
updateBookmark
void updateBookmark(JRPrintElement element)
-
-