public class JRDesignHyperlinkParameter extends JRBaseHyperlinkParameter implements JRChangeEventsSupport
JRHyperlinkParameter
that can be used for report designing purposes.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PROPERTY_NAME |
static java.lang.String |
PROPERTY_VALUE_EXPRESSION |
name, valueExpression
Constructor and Description |
---|
JRDesignHyperlinkParameter()
Creates a blank hyperlink parameter.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
JRPropertyChangeSupport |
getEventSupport()
Returns the property change support object for this instance.
|
void |
setName(java.lang.String name)
Sets the parameter name.
|
void |
setValueExpression(JRExpression valueExpression)
Sets the parameter value expression.
|
getName, getValueExpression
public static final java.lang.String PROPERTY_NAME
public static final java.lang.String PROPERTY_VALUE_EXPRESSION
public JRDesignHyperlinkParameter()
public void setName(java.lang.String name)
name
- the nameJRBaseHyperlinkParameter.getName()
public void setValueExpression(JRExpression valueExpression)
This expression will be evaluated at fill time and the resulting value will be saved in the print hyperlink instance.
valueExpression
- the expression that produces the parameter valuepublic java.lang.Object clone()
clone
in interface JRCloneable
clone
in class JRBaseHyperlinkParameter
public JRPropertyChangeSupport getEventSupport()
JRChangeEventsSupport
getEventSupport
in interface JRChangeEventsSupport
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com