|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jasperreports.engine.base.JRBaseHyperlinkParameter
net.sf.jasperreports.engine.design.JRDesignHyperlinkParameter
public class JRDesignHyperlinkParameter
Implementation of JRHyperlinkParameter
that can be used for report designing purposes.
Field Summary |
---|
Fields inherited from class net.sf.jasperreports.engine.base.JRBaseHyperlinkParameter |
---|
name, valueExpression |
Constructor Summary | |
---|---|
JRDesignHyperlinkParameter()
Creates a blank hyperlink parameter. |
Method Summary | |
---|---|
void |
setName(java.lang.String name)
Sets the paramter name. |
void |
setValueExpression(JRExpression valueExpression)
Sets the parameter value expression. |
Methods inherited from class net.sf.jasperreports.engine.base.JRBaseHyperlinkParameter |
---|
getName, getValueExpression |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JRDesignHyperlinkParameter()
Method Detail |
---|
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 value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |