net.sf.jasperreports.engine.design
Class JRDesignExpressionChunk
java.lang.Object
net.sf.jasperreports.engine.base.JRBaseExpressionChunk
net.sf.jasperreports.engine.design.JRDesignExpressionChunk
- All Implemented Interfaces:
- JRExpressionChunk, java.io.Serializable
- public class JRDesignExpressionChunk
- extends JRBaseExpressionChunk
- Version:
- $Id: JRDesignExpressionChunk.java,v 1.27 2005/10/09 21:34:26 teodord Exp $
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
- See Also:
- Serialized Form
Field Summary |
static java.lang.String |
TEXT_PROPERTY
Bean property name for text. |
static java.lang.String |
TYPE_PROPERTY
Bean property name for type. |
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 |
setText(java.lang.String text)
|
void |
setType(byte type)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TEXT_PROPERTY
public static final java.lang.String TEXT_PROPERTY
- Bean property name for text.
- See Also:
- Constant Field Values
TYPE_PROPERTY
public static final java.lang.String TYPE_PROPERTY
- Bean property name for type.
- See Also:
- Constant Field Values
JRDesignExpressionChunk
public JRDesignExpressionChunk()
setType
public void setType(byte type)
setText
public void setText(java.lang.String text)
getPropertyChangeSupport
protected java.beans.PropertyChangeSupport getPropertyChangeSupport()
- Get the property change support object for this class. Because the
property change support object has to be transient, it may need to be
created.
- Returns:
- The property change support object.
addPropertyChangeListener
public void addPropertyChangeListener(java.beans.PropertyChangeListener l)
- Add a property listener to listen to all properties of this class.
- Parameters:
l
- The property listener to add.
addPropertyChangeListener
public void addPropertyChangeListener(java.lang.String propName,
java.beans.PropertyChangeListener l)
- Add a property listener to receive property change events for only one specific
property.
- Parameters:
propName
- The property to listen to.l
- The property listener to add.
removePropertyChangeListener
public void removePropertyChangeListener(java.beans.PropertyChangeListener l)
- Remove a property change listener. This will remove any listener that was added
through either of the addPropertyListener methods.
- Parameters:
l
- The listener to remove.
© 2001-2005 JasperSoft Corporation www.jaspersoft.com