net.sf.jasperreports.engine.design
Class JRDesignReportTemplate
java.lang.Object
net.sf.jasperreports.engine.base.JRBaseReportTemplate
net.sf.jasperreports.engine.design.JRDesignReportTemplate
- All Implemented Interfaces:
- java.io.Serializable, JRChangeEventsSupport, JRReportTemplate
public class JRDesignReportTemplate
- extends JRBaseReportTemplate
- implements JRChangeEventsSupport
JRReportTemplate
implementation to be used at report design time.
- Version:
- $Id: JRDesignReportTemplate.java 1919 2007-10-23 14:22:19Z lucianc $
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROPERTY_SOURCE_EXPRESSION
public static final java.lang.String PROPERTY_SOURCE_EXPRESSION
- See Also:
- Constant Field Values
JRDesignReportTemplate
public JRDesignReportTemplate()
- Creates an empty report template.
JRDesignReportTemplate
public JRDesignReportTemplate(JRExpression sourceExpression)
- Creates a report template for a template source expression.
setSourceExpression
public void setSourceExpression(JRExpression sourceExpression)
- Sets the template source expression.
- Parameters:
sourceExpression
- the template source expression- See Also:
JRBaseReportTemplate.getSourceExpression()
getEventSupport
public JRPropertyChangeSupport getEventSupport()
- Description copied from interface:
JRChangeEventsSupport
- Returns the property change support object for this instance.
- Specified by:
getEventSupport
in interface JRChangeEventsSupport
- Returns:
- the property change support object for this instance
© 2001-2006 JasperSoft Corporation www.jaspersoft.com