Class JRDesignReportTemplate
- java.lang.Object
-
- net.sf.jasperreports.engine.base.JRBaseReportTemplate
-
- net.sf.jasperreports.engine.design.JRDesignReportTemplate
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,JRChangeEventsSupport,JRCloneable,JRReportTemplate
public class JRDesignReportTemplate extends JRBaseReportTemplate implements JRChangeEventsSupport
JRReportTemplateimplementation to be used at report design time.- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringPROPERTY_SOURCE_EXPRESSION-
Fields inherited from class net.sf.jasperreports.engine.base.JRBaseReportTemplate
sourceExpression
-
-
Constructor Summary
Constructors Constructor Description JRDesignReportTemplate()Creates an empty report template.JRDesignReportTemplate(JRExpression sourceExpression)Creates a report template for a template source expression.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectclone()JRPropertyChangeSupportgetEventSupport()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 Detail
-
PROPERTY_SOURCE_EXPRESSION
public static final java.lang.String PROPERTY_SOURCE_EXPRESSION
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
JRDesignReportTemplate
public JRDesignReportTemplate()
Creates an empty report template.
-
JRDesignReportTemplate
public JRDesignReportTemplate(JRExpression sourceExpression)
Creates a report template for a template source expression.
-
-
Method Detail
-
setSourceExpression
public void setSourceExpression(JRExpression sourceExpression)
Sets the template source expression.- Parameters:
sourceExpression- the template source expression- See Also:
JRBaseReportTemplate.getSourceExpression()
-
clone
public java.lang.Object clone()
- Specified by:
clonein interfaceJRCloneable- Overrides:
clonein classJRBaseReportTemplate
-
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
-
-