net.sf.jasperreports.engine.design
Class JRDesignGenericElementParameter
java.lang.Object
net.sf.jasperreports.engine.base.JRBaseGenericElementParameter
net.sf.jasperreports.engine.design.JRDesignGenericElementParameter
- All Implemented Interfaces:
- Serializable, Cloneable, JRCloneable, JRGenericElementParameter
public class JRDesignGenericElementParameter
- extends JRBaseGenericElementParameter
A implementation of JRBaseGenericElementParameter that is to be used at report
design time.
- Version:
- $Id: JRDesignGenericElementParameter.java 4595 2011-09-08 15:55:10Z teodord $
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
- See Also:
- Serialized Form
PROPERTY_NAME
public static final String PROPERTY_NAME
- See Also:
- Constant Field Values
PROPERTY_VALUE_EXPRESSION
public static final String PROPERTY_VALUE_EXPRESSION
- See Also:
- Constant Field Values
PROPERTY_SKIP_WHEN_EMPTY
public static final String PROPERTY_SKIP_WHEN_EMPTY
- See Also:
- Constant Field Values
JRDesignGenericElementParameter
public JRDesignGenericElementParameter()
clone
public Object clone()
- Specified by:
clone in interface JRCloneable- Overrides:
clone in class JRBaseGenericElementParameter
getEventSupport
public JRPropertyChangeSupport getEventSupport()
setName
public void setName(String name)
- Sets the parameter name.
- Parameters:
name - the parameter name- See Also:
JRBaseGenericElementParameter.getName()
setValueExpression
public void setValueExpression(JRExpression valueExpression)
- Sets the parameter's value expression.
- Parameters:
valueExpression - the value expression.- See Also:
JRBaseGenericElementParameter.getValueExpression()
setSkipWhenEmpty
public void setSkipWhenEmpty(boolean skipWhenEmpty)
- Sets the flag that determines whether the parameter is to be skipped
when its value is
null.
- Parameters:
skipWhenEmpty - whether parameter with null ar to be
skipped- See Also:
JRBaseGenericElementParameter.isSkipWhenEmpty()
Copyright © 2012. All Rights Reserved.