public interface JRRecordedValuesPrintElement extends JRPrintElement
Auto 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.EvaluationTimeEnum.AUTO
UNSET_PRINT_ELEMENT_ID, UNSET_SOURCE_ELEMENT_ID
Modifier and Type | Method and Description |
---|---|
void |
deleteRecordedValues()
Releases the recorded values set.
|
JRRecordedValues |
getRecordedValues()
Returns the recorded values set.
|
void |
initRecordedValues(Set<JREvaluationTime> evaluationTimes)
Initializes the recorded values set.
|
accept, getHeight, getKey, getOrigin, getPrintElementId, getSourceElementId, getWidth, getX, getY, setHeight, setStyle, setUUID, setWidth, setX, setY
getBackcolor, getForecolor, getModeValue, getOwnBackcolor, getOwnForecolor, getOwnModeValue, setBackcolor, setForecolor, setMode
getDefaultStyleProvider, getStyle, getStyleNameReference
getParentProperties, getPropertiesMap, hasProperties
getUUID
void initRecordedValues(Set<JREvaluationTime> evaluationTimes)
evaluationTimes
- future times when the values will be recordedJRRecordedValues getRecordedValues()
void deleteRecordedValues()
Copyright © 2016. All rights reserved.