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 DatasetExpressionEvaluatorgetCachedEvaluator()PartReportFillergetFiller()JRPropertiesHoldergetParentProperties()booleanisParentPagination()voidupdateBookmark(JRPrintElement element)
-
-
-
Constructor Detail
-
PartParent
public PartParent(PartPrintOutput output)
-
-
Method Detail
-
getFiller
public PartReportFiller getFiller()
- Specified by:
getFillerin interfaceFillerParent- Specified by:
getFillerin interfacePartFillerParent
-
getParentProperties
public JRPropertiesHolder getParentProperties()
- Specified by:
getParentPropertiesin interfaceFillerParent
-
getCachedEvaluator
public DatasetExpressionEvaluator getCachedEvaluator()
- Specified by:
getCachedEvaluatorin interfaceFillerParent
-
updateBookmark
public void updateBookmark(JRPrintElement element)
- Specified by:
updateBookmarkin interfaceFillerParent
-
isParentPagination
public boolean isParentPagination()
- Specified by:
isParentPaginationin interfaceFillerParent
-
-