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 String
PROPERTY_TEXT
static 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
Constructors Constructor Description JRDesignExpressionChunk()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
JRPropertyChangeSupport
getEventSupport()
Returns the property change support object for this instance.void
setText(String text)
void
setType(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:
clone
in interfaceJRCloneable
- Overrides:
clone
in classJRBaseExpressionChunk
-
getEventSupport
public JRPropertyChangeSupport getEventSupport()
Description copied from interface:JRChangeEventsSupport
Returns the property change support object for this instance.- Specified by:
getEventSupport
in interfaceJRChangeEventsSupport
- Returns:
- the property change support object for this instance
-
-