Class JRDesignHyperlinkParameter
java.lang.Object
net.sf.jasperreports.engine.base.JRBaseHyperlinkParameter
net.sf.jasperreports.engine.design.JRDesignHyperlinkParameter
- All Implemented Interfaces:
Serializable
,Cloneable
,JRChangeEventsSupport
,JRCloneable
,JRHyperlinkParameter
public class JRDesignHyperlinkParameter
extends JRBaseHyperlinkParameter
implements JRChangeEventsSupport
Implementation of
JRHyperlinkParameter
that can be used for report designing purposes.- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
- See Also:
-
Field Summary
FieldsFields inherited from class net.sf.jasperreports.engine.base.JRBaseHyperlinkParameter
name, valueExpression
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
Returns the property change support object for this instance.void
Sets the parameter name.void
setValueExpression
(JRExpression valueExpression) Sets the parameter value expression.Methods inherited from class net.sf.jasperreports.engine.base.JRBaseHyperlinkParameter
getName, getValueExpression
-
Field Details
-
PROPERTY_NAME
- See Also:
-
PROPERTY_VALUE_EXPRESSION
- See Also:
-
-
Constructor Details
-
JRDesignHyperlinkParameter
public JRDesignHyperlinkParameter()Creates a blank hyperlink parameter.
-
-
Method Details
-
setName
Sets the parameter name.- Parameters:
name
- the name- See Also:
-
setValueExpression
Sets the parameter value expression.This expression will be evaluated at fill time and the resulting value will be saved in the print hyperlink instance.
- Parameters:
valueExpression
- the expression that produces the parameter value
-
clone
- Specified by:
clone
in interfaceJRCloneable
- Overrides:
clone
in classJRBaseHyperlinkParameter
-
getEventSupport
Description copied from interface:JRChangeEventsSupport
Returns the property change support object for this instance.- Specified by:
getEventSupport
in interfaceJRChangeEventsSupport
- Returns:
- the property change support object for this instance
-