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:
- java.io.Serializable, java.lang.Cloneable, JRChangeEventsSupport, JRCloneable, JRExpressionChunk
public class JRDesignExpressionChunk
- extends JRBaseExpressionChunk
- implements JRChangeEventsSupport
- Version:
- $Id: JRDesignExpressionChunk.java 3033 2009-08-27 11:46:22Z teodord $
- Author:
- Teodor Danciu ([email protected])
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROPERTY_TEXT
public static final java.lang.String PROPERTY_TEXT
- See Also:
- Constant Field Values
PROPERTY_TYPE
public static final java.lang.String PROPERTY_TYPE
- See Also:
- Constant Field Values
JRDesignExpressionChunk
public JRDesignExpressionChunk()
setType
public void setType(byte type)
setText
public void setText(java.lang.String text)
getEventSupport
public JRPropertyChangeSupport getEventSupport()
- Description copied from interface:
JRChangeEventsSupport
- Returns the property change support object for this instance.
- Specified by:
getEventSupport
in interface JRChangeEventsSupport
- Returns:
- the property change support object for this instance
Copyright © 2011. All Rights Reserved.