Package net.sf.jasperreports.engine.part
Class FillPart
- java.lang.Object
-
- net.sf.jasperreports.engine.part.FillPart
-
public class FillPart extends Object
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected classFillPart.Context
-
Constructor Summary
Constructors Constructor Description FillPart(JRPart part, JRFillObjectFactory fillFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidevaluatePartNameExpression(byte evaluation)protected booleanevaluatePrintWhenExpression(byte evaluation)protected voidevaluateProperties(byte evaluation)voidfill(byte evaluation, PartPrintOutput output)PartEvaluationTimegetEvaluationTime()StringgetPartName()JRPropertiesHoldergetPrintPartProperties()
-
-
-
Constructor Detail
-
FillPart
public FillPart(JRPart part, JRFillObjectFactory fillFactory)
-
-
Method Detail
-
fill
public void fill(byte evaluation, PartPrintOutput output) throws JRException- Throws:
JRException
-
evaluatePrintWhenExpression
protected boolean evaluatePrintWhenExpression(byte evaluation) throws JRException- Throws:
JRException
-
evaluateProperties
protected void evaluateProperties(byte evaluation) throws JRException- Throws:
JRException
-
evaluatePartNameExpression
protected void evaluatePartNameExpression(byte evaluation) throws JRException- Throws:
JRException
-
getEvaluationTime
public PartEvaluationTime getEvaluationTime()
-
getPartName
public String getPartName()
-
getPrintPartProperties
public JRPropertiesHolder getPrintPartProperties()
-
-