|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jasperreports.engine.fill.JRFillHyperlinkHelper
public final class JRFillHyperlinkHelper
Utility class used to evaluate custom hyperlink parameters.
| Method Summary | |
|---|---|
static JRPrintHyperlink |
evaluateHyperlink(JRHyperlink hyperlink,
JRFillExpressionEvaluator expressionEvaluator,
byte evaluationType)
Evaluate a hyperlink specification. |
static JRPrintHyperlinkParameters |
evaluateHyperlinkParameters(JRHyperlink hyperlink,
JRFillExpressionEvaluator expressionEvaluator,
byte evaluationType)
Evaluates a list of hyperlink parameters and produces a hyperlink paramters set that can be associated with a print element. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static JRPrintHyperlinkParameters evaluateHyperlinkParameters(JRHyperlink hyperlink,
JRFillExpressionEvaluator expressionEvaluator,
byte evaluationType)
throws JRException
hyperlink - the hyperlink instanceexpressionEvaluator - the expression evaluator to use for evaluation parameter valueevaluationType - the evaluation type
JRException
public static JRPrintHyperlink evaluateHyperlink(JRHyperlink hyperlink,
JRFillExpressionEvaluator expressionEvaluator,
byte evaluationType)
throws JRException
hyperlink - the hyperlink specificationexpressionEvaluator - the expression evaluator to use for evaluation the hyperlink expressionsevaluationType - the evaluation type, as in JRFillExpressionEvaluator.evaluate(JRExpression, byte)
print hyperlink resulted from the expression evaluations.
JRException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||