|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jasperreports.engine.fill.JRRecordedValues
public class JRRecordedValues
Recorded values container used by elements with
Auto evaluation time.
| Constructor Summary | |
|---|---|
JRRecordedValues(java.util.Set evaluationTimes)
Creates a recorded values set. |
|
| Method Summary | |
|---|---|
void |
doneEvaluation(JREvaluationTime evaluationTime)
Marks an evaluation time as done. |
boolean |
finishedEvaluations()
Decides whether all required evaluations are done. |
java.util.Map |
getRecordedFieldValues()
Returns the recorded field values indexed by field name. |
java.util.Map |
getRecordedVariableValues()
Returns the recorded variable values indexed by variable name. |
boolean |
lastEvaluationTime()
Decides whether this is the last evaluation time. |
void |
recordFieldValue(java.lang.String fieldName,
java.lang.Object value)
Records a field value. |
void |
recordVariableValue(java.lang.String variableName,
java.lang.Object value)
Records a variable value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JRRecordedValues(java.util.Set evaluationTimes)
evaluationTimes - future times when the values will be recorded| Method Detail |
|---|
public void doneEvaluation(JREvaluationTime evaluationTime)
evaluationTime - the evaluation timepublic boolean lastEvaluationTime()
public boolean finishedEvaluations()
public void recordVariableValue(java.lang.String variableName,
java.lang.Object value)
variableName - the variable namevalue - the variable value to record
public void recordFieldValue(java.lang.String fieldName,
java.lang.Object value)
fieldName - the field namevalue - the field value to recordpublic java.util.Map getRecordedVariableValues()
public java.util.Map getRecordedFieldValues()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||