Stand-alone implementation of
JRHyperlink JRHyperlink which should be used for report design purposes.
author: Lucian Chirita (lucianc@users.sourceforge.net) version: $Id: JRDesignHyperlink.java 1368 2006-09-01 12:01:52Z lucianc $
setHyperlinkReferenceExpression(JRExpression hyperlinkReferenceExpression) Sets the expression that will generate the hyperlink reference URL
or the referred document location.
public void setHyperlinkTooltipExpression(JRExpression hyperlinkTooltipExpression)(Code)
Sets the expression which will be used to generate the hyperlink tooltip.
The type of the expression should be java.lang.String.
Parameters: hyperlinkTooltipExpression - the expression which will be used to generate the hyperlink tooltip See Also:JRDesignHyperlink.getHyperlinkTooltipExpression()
setHyperlinkType
public void setHyperlinkType(byte hyperlinkType)(Code)
Sets the link type as a built-in hyperlink type.
Parameters: hyperlinkType - the built-in hyperlink type See Also:JRDesignHyperlink.getLinkType()