|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jasperreports.engine.base.JRBaseParameter
net.sf.jasperreports.engine.design.JRDesignParameter
Field Summary | |
static java.lang.String |
DEFAULT_VALUE_EXPRESSION
Bean property name for default value expression. |
static java.lang.String |
NAME_PROPERTY
Bean property name for the parameter's name. |
static java.lang.String |
PROMPTING_PROPERTY
Bean property name for prompting. |
static java.lang.String |
SYSTEM_DEFINED_PROPERTY
Bean property name for system defined parameter. |
static java.lang.String |
VALUE_CLASS_PROPERTY
Bean property name for the value class name. |
Fields inherited from class net.sf.jasperreports.engine.base.JRBaseParameter |
defaultValueExpression, description, isForPrompting, isSystemDefined, name, valueClass, valueClassName |
Fields inherited from interface net.sf.jasperreports.engine.JRParameter |
IS_IGNORE_PAGINATION, REPORT_CLASS_LOADER, REPORT_CONNECTION, REPORT_DATA_SOURCE, REPORT_LOCALE, REPORT_MAX_COUNT, REPORT_PARAMETERS_MAP, REPORT_RESOURCE_BUNDLE, REPORT_SCRIPTLET, REPORT_VIRTUALIZER |
Constructor Summary | |
JRDesignParameter()
|
Method Summary | |
void |
addPropertyChangeListener(java.beans.PropertyChangeListener l)
Add a property listener to listen to all properties of this class. |
void |
addPropertyChangeListener(java.lang.String propName,
java.beans.PropertyChangeListener l)
Add a property listener to receive property change events for only one specific property. |
protected java.beans.PropertyChangeSupport |
getPropertyChangeSupport()
Get the property change support object for this class. |
void |
removePropertyChangeListener(java.beans.PropertyChangeListener l)
Remove a property change listener. |
void |
setDefaultValueExpression(JRExpression expression)
|
void |
setForPrompting(boolean isForPrompting)
|
void |
setName(java.lang.String name)
|
void |
setSystemDefined(boolean isSystemDefined)
|
void |
setValueClass(java.lang.Class clazz)
|
void |
setValueClassName(java.lang.String className)
|
Methods inherited from class net.sf.jasperreports.engine.base.JRBaseParameter |
getDefaultValueExpression, getDescription, getName, getValueClass, getValueClassName, isForPrompting, isSystemDefined, setDescription |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String NAME_PROPERTY
public static final java.lang.String VALUE_CLASS_PROPERTY
public static final java.lang.String SYSTEM_DEFINED_PROPERTY
public static final java.lang.String PROMPTING_PROPERTY
public static final java.lang.String DEFAULT_VALUE_EXPRESSION
Constructor Detail |
public JRDesignParameter()
Method Detail |
public void setName(java.lang.String name)
public void setValueClass(java.lang.Class clazz)
public void setValueClassName(java.lang.String className)
public void setSystemDefined(boolean isSystemDefined)
public void setForPrompting(boolean isForPrompting)
public void setDefaultValueExpression(JRExpression expression)
protected java.beans.PropertyChangeSupport getPropertyChangeSupport()
public void addPropertyChangeListener(java.beans.PropertyChangeListener l)
l
- The property listener to add.public void addPropertyChangeListener(java.lang.String propName, java.beans.PropertyChangeListener l)
propName
- The property to listen to.l
- The property listener to add.public void removePropertyChangeListener(java.beans.PropertyChangeListener l)
l
- The listener to remove.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |