Class SubreportFillPart.PartParent
- java.lang.Object
-
- net.sf.jasperreports.parts.subreport.SubreportFillPart.PartParent
-
- All Implemented Interfaces:
FillerParent
,PartFillerParent
- Enclosing class:
- SubreportFillPart
protected class SubreportFillPart.PartParent extends Object implements PartFillerParent
-
-
Constructor Summary
Constructors Constructor Description PartParent(PartPrintOutput output)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DatasetExpressionEvaluator
getCachedEvaluator()
PartReportFiller
getFiller()
JRPropertiesHolder
getParentProperties()
boolean
isParentPagination()
void
updateBookmark(JRPrintElement element)
-
-
-
Constructor Detail
-
PartParent
public PartParent(PartPrintOutput output)
-
-
Method Detail
-
getFiller
public PartReportFiller getFiller()
- Specified by:
getFiller
in interfaceFillerParent
- Specified by:
getFiller
in interfacePartFillerParent
-
getParentProperties
public JRPropertiesHolder getParentProperties()
- Specified by:
getParentProperties
in interfaceFillerParent
-
getCachedEvaluator
public DatasetExpressionEvaluator getCachedEvaluator()
- Specified by:
getCachedEvaluator
in interfaceFillerParent
-
updateBookmark
public void updateBookmark(JRPrintElement element)
- Specified by:
updateBookmark
in interfaceFillerParent
-
isParentPagination
public boolean isParentPagination()
- Specified by:
isParentPagination
in interfaceFillerParent
-
-