Class JRDesignReportTemplate
java.lang.Object
net.sf.jasperreports.engine.base.JRBaseReportTemplate
net.sf.jasperreports.engine.design.JRDesignReportTemplate
- All Implemented Interfaces:
Serializable,Cloneable,JRChangeEventsSupport,JRCloneable,JRReportTemplate
JRReportTemplate implementation to be used at report design time.- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
- See Also:
-
Field Summary
FieldsFields inherited from class net.sf.jasperreports.engine.base.JRBaseReportTemplate
sourceExpression -
Constructor Summary
ConstructorsConstructorDescriptionCreates an empty report template.JRDesignReportTemplate(JRExpression sourceExpression) Creates a report template for a template source expression. -
Method Summary
Modifier and TypeMethodDescriptionclone()Returns the property change support object for this instance.voidsetSourceExpression(JRExpression sourceExpression) Sets the template source expression.Methods inherited from class net.sf.jasperreports.engine.base.JRBaseReportTemplate
getSourceExpression
-
Field Details
-
PROPERTY_SOURCE_EXPRESSION
- See Also:
-
-
Constructor Details
-
JRDesignReportTemplate
public JRDesignReportTemplate()Creates an empty report template. -
JRDesignReportTemplate
Creates a report template for a template source expression.
-
-
Method Details
-
setSourceExpression
Sets the template source expression.- Parameters:
sourceExpression- the template source expression- See Also:
-
clone
- Specified by:
clonein interfaceJRCloneable- Overrides:
clonein classJRBaseReportTemplate
-
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
-