public interface PartFillComponent
The fill component implementation is responsible for managing a component at fill time. A typical implementation would evaluate a set of expressions and create a print element to be included in the generated report.
Modifier and Type | Method and Description |
---|---|
void |
evaluate(byte evaluation)
Evaluates the fill component.
|
void |
fill(PartPrintOutput output)
Fills the component by creating a print element which will be included
in the generated report.
|
void |
initialize(PartFillContext fillContext)
Initializes the fill component with the fill context.
|
void initialize(PartFillContext fillContext)
This method is called before the fill component is used.
fillContext
- the fill contextvoid evaluate(byte evaluation) throws JRException
This method would evaluate the component expressions and store the
results to be used in fill(PartPrintOutput)
.
evaluation
- the evaluation typeJRException
void fill(PartPrintOutput output) throws JRException
JRException
© 2001-2014 TIBCO Software Inc. www.jaspersoft.com