Class JRDesignPropertyExpression
- java.lang.Object
-
- net.sf.jasperreports.engine.base.JRBasePropertyExpression
-
- net.sf.jasperreports.engine.design.JRDesignPropertyExpression
-
- All Implemented Interfaces:
Serializable
,Cloneable
,JRChangeEventsSupport
,JRCloneable
,JRPropertyExpression
public class JRDesignPropertyExpression extends JRBasePropertyExpression
Implementation ofJRPropertyExpression
to be used at report design time.- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class net.sf.jasperreports.engine.base.JRBasePropertyExpression
PROPERTY_NAME, PROPERTY_VALUE_EXPRESSION
-
-
Constructor Summary
Constructors Constructor Description JRDesignPropertyExpression()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setValueExpression(JRExpression valueExpression)
Sets the property value expression.-
Methods inherited from class net.sf.jasperreports.engine.base.JRBasePropertyExpression
clone, getEventSupport, getName, getValueExpression, setName
-
-
-
-
Method Detail
-
setValueExpression
public void setValueExpression(JRExpression valueExpression)
Sets the property value expression.- Overrides:
setValueExpression
in classJRBasePropertyExpression
- Parameters:
valueExpression
- the value expression
-
-