Package net.sf.jasperreports.parts
Interface PartFillerParent
-
- All Superinterfaces:
FillerParent
- All Known Implementing Classes:
SubreportFillPart.PartParent
public interface PartFillerParent extends FillerParent
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PartReportFiller
getFiller()
-
Methods inherited from interface net.sf.jasperreports.engine.fill.FillerParent
getCachedEvaluator, getParentProperties, isParentPagination, updateBookmark
-
-
-
-
Method Detail
-
getFiller
PartReportFiller getFiller()
- Specified by:
getFiller
in interfaceFillerParent
-
-