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
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
- See Also:
-
Field Summary
FieldsFields inherited from class net.sf.jasperreports.engine.base.JRBaseExpressionChunk
text, typeFields inherited from interface net.sf.jasperreports.engine.JRExpressionChunk
TYPE_FIELD, TYPE_PARAMETER, TYPE_RESOURCE, TYPE_TEXT, TYPE_VARIABLE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.sf.jasperreports.engine.base.JRBaseExpressionChunk
getText, getType
-
Field Details
-
PROPERTY_TEXT
- See Also:
-
PROPERTY_TYPE
- See Also:
-
-
Constructor Details
-
JRDesignExpressionChunk
public JRDesignExpressionChunk()
-
-
Method Details
-
setType
public void setType(byte type) -
setText
-
clone
- Specified by:
clonein interfaceJRCloneable- Overrides:
clonein classJRBaseExpressionChunk
-
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
-