net.sf.jasperreports.engine.design
Class JRDesignExpressionChunk

java.lang.Object
  extended by net.sf.jasperreports.engine.base.JRBaseExpressionChunk
      extended by 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

Field Summary
static java.lang.String PROPERTY_TEXT
           
static java.lang.String PROPERTY_TYPE
           
 
Fields inherited from class net.sf.jasperreports.engine.base.JRBaseExpressionChunk
text, type
 
Fields inherited from interface net.sf.jasperreports.engine.JRExpressionChunk
TYPE_FIELD, TYPE_PARAMETER, TYPE_RESOURCE, TYPE_TEXT, TYPE_VARIABLE
 
Constructor Summary
JRDesignExpressionChunk()
           
 
Method Summary
 JRPropertyChangeSupport getEventSupport()
          Returns the property change support object for this instance.
 void setText(java.lang.String text)
           
 void setType(byte type)
           
 
Methods inherited from class net.sf.jasperreports.engine.base.JRBaseExpressionChunk
clone, getText, getType
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

JRDesignExpressionChunk

public JRDesignExpressionChunk()
Method Detail

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.