Class JRDesignExpressionChunk
- java.lang.Object
-
- net.sf.jasperreports.engine.base.JRBaseExpressionChunk
-
- net.sf.jasperreports.engine.design.JRDesignExpressionChunk
-
- All Implemented Interfaces:
Serializable,Cloneable,JRChangeEventsSupport,JRCloneable,JRExpressionChunk
public class JRDesignExpressionChunk extends JRBaseExpressionChunk implements JRChangeEventsSupport
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringPROPERTY_TEXTstatic StringPROPERTY_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
Constructors Constructor Description JRDesignExpressionChunk()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectclone()JRPropertyChangeSupportgetEventSupport()Returns the property change support object for this instance.voidsetText(String text)voidsetType(byte type)-
Methods inherited from class net.sf.jasperreports.engine.base.JRBaseExpressionChunk
getText, getType
-
-
-
-
Field Detail
-
PROPERTY_TEXT
public static final String PROPERTY_TEXT
- See Also:
- Constant Field Values
-
PROPERTY_TYPE
public static final String PROPERTY_TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
setType
public void setType(byte type)
-
setText
public void setText(String text)
-
clone
public Object clone()
- Specified by:
clonein interfaceJRCloneable- Overrides:
clonein classJRBaseExpressionChunk
-
getEventSupport
public JRPropertyChangeSupport getEventSupport()
Description copied from interface:JRChangeEventsSupportReturns the property change support object for this instance.- Specified by:
getEventSupportin interfaceJRChangeEventsSupport- Returns:
- the property change support object for this instance
-
-