|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JRRecordedValuesPrintElement
Interface implemented by print elements that can record field/variable values.
An element havingAuto evaluation time
will generate an instance of this type as print element.
This instance will be responsible of storing field/variable values until the element can be evaluated.
JRExpression.EVALUATION_TIME_AUTO| Method Summary | |
|---|---|
void |
deleteRecordedValues()
Releases the recorded values set. |
JRRecordedValues |
getRecordedValues()
Returns the recorded values set. |
void |
initRecordedValues(java.util.Set evaluationTimes)
Initializes the recorded values set. |
| Methods inherited from interface net.sf.jasperreports.engine.JRPrintElement |
|---|
getHeight, getKey, getOrigin, getWidth, getX, getY, setBackcolor, setForecolor, setHeight, setMode, setMode, setStyle, setWidth, setX, setY |
| Methods inherited from interface net.sf.jasperreports.engine.JRCommonElement |
|---|
getBackcolor, getForecolor, getMode, getOwnBackcolor, getOwnForecolor, getOwnMode |
| Methods inherited from interface net.sf.jasperreports.engine.JRStyleContainer |
|---|
getDefaultStyleProvider, getStyle, getStyleNameReference |
| Method Detail |
|---|
void initRecordedValues(java.util.Set evaluationTimes)
evaluationTimes - future times when the values will be recordedJRRecordedValues getRecordedValues()
void deleteRecordedValues()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||