|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JREvaluationTime | |
---|---|
net.sf.jasperreports.engine.fill | Contains fill time implementations for the library's main interfaces and the entire engine used in the filling process (the actual core of JasperReports). |
Uses of JREvaluationTime in net.sf.jasperreports.engine.fill |
---|
Fields in net.sf.jasperreports.engine.fill declared as JREvaluationTime | |
---|---|
static JREvaluationTime |
JREvaluationTime.EVALUATION_TIME_COLUMN
Evaluation time corresponding to EvaluationTimeEnum.COLUMN . |
static JREvaluationTime |
JREvaluationTime.EVALUATION_TIME_NOW
Evaluation time corresponding to EvaluationTimeEnum.NOW . |
static JREvaluationTime |
JREvaluationTime.EVALUATION_TIME_PAGE
Evaluation time corresponding to EvaluationTimeEnum.PAGE . |
static JREvaluationTime |
JREvaluationTime.EVALUATION_TIME_REPORT
Evaluation time corresponding to EvaluationTimeEnum.REPORT . |
Methods in net.sf.jasperreports.engine.fill that return JREvaluationTime | |
---|---|
static JREvaluationTime |
JREvaluationTime.getBandEvaluationTime(JRFillBand band)
Returns the evaluation time corresponding to EvaluationTimeEnum.BAND for a specific band. |
static JREvaluationTime |
JREvaluationTime.getEvaluationTime(EvaluationTimeEnum type,
JRGroup group,
JRFillBand band)
Returns the evaluation time corresponding to an evaluation time type. |
static JREvaluationTime |
JREvaluationTime.getGroupEvaluationTime(java.lang.String groupName)
Returns the evaluation time corresponding to EvaluationTimeEnum.GROUP for a specific group. |
Methods in net.sf.jasperreports.engine.fill with parameters of type JREvaluationTime | |
---|---|
protected void |
JRBaseFiller.addBoundElement(JRFillElement element,
JRPrintElement printElement,
JREvaluationTime evaluationTime)
|
protected void |
JRFillBand.addNowEvaluationTime(JREvaluationTime evaluationTime)
|
protected void |
JRFillSection.addNowEvaluationTime(JREvaluationTime evaluationTime)
|
protected void |
JRFillBand.addNowEvaluationTimes(JREvaluationTime[] evaluationTimes)
|
protected void |
JRFillElement.delayedEvaluate(JRRecordedValuesPrintElement printElement,
JREvaluationTime evaluationTime,
byte evaluation)
|
void |
JRRecordedValues.doneEvaluation(JREvaluationTime evaluationTime)
Marks an evaluation time as done. |
protected boolean |
JRFillBand.isNowEvaluationTime(JREvaluationTime evaluationTime)
|
protected void |
JRBaseFiller.resolveBoundElements(JREvaluationTime evaluationTime,
byte evaluation)
|
protected void |
JRFillComponentElement.resolveElement(JRPrintElement element,
byte evaluation,
JREvaluationTime evaluationTime)
|
protected void |
JRFillElement.resolveElement(JRPrintElement element,
byte evaluation,
JREvaluationTime evaluationTime)
Resolves an element. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |