net.sf.jasperreports.engine.component
public abstract class BaseFillComponent extends java.lang.Object implements FillComponent
| Modifier and Type | Field and Description |
|---|---|
protected FillContext |
fillContext
The fill context, as set by
initialize(FillContext). |
| Constructor and Description |
|---|
BaseFillComponent() |
| Modifier and Type | Method and Description |
|---|---|
void |
evaluateDelayedElement(JRPrintElement element,
byte evaluation)
The default implementation throws
UnsupportedOperationException. |
protected java.lang.Object |
evaluateExpression(JRExpression expression,
byte evaluation)
Evaluates an expression.
|
void |
initialize(FillContext fillContext)
Initializes the fill component with the fill context.
|
void |
rewind()
The default implementation is empty.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitevaluate, fill, prepareprotected FillContext fillContext
initialize(FillContext).public void initialize(FillContext fillContext)
FillComponentThis method is called before the fill component is used.
initialize in interface FillComponentfillContext - the fill contextprotected final java.lang.Object evaluateExpression(JRExpression expression, byte evaluation) throws JRException
expression - the expression to evaluateevaluation - the evaluation typeJRExceptionpublic void evaluateDelayedElement(JRPrintElement element, byte evaluation) throws JRException
UnsupportedOperationException.
If a component supports delayed evaluation, it needs to override this method.
evaluateDelayedElement in interface FillComponentelement - the print element for which delayed evaluation has
been registeredevaluation - the evaluation typeJRExceptionFillComponent.evaluate(byte)public void rewind()
Override this method if something needs to be done on component rewind.
rewind in interface FillComponent© 2001-2010 Jaspersoft Corporation www.jaspersoft.com