public class JRDesignReportTemplate extends JRBaseReportTemplate implements JRChangeEventsSupport
JRReportTemplate
implementation to be used at report design time.Modifier and Type | Field and Description |
---|---|
static String |
PROPERTY_SOURCE_EXPRESSION |
sourceExpression
Constructor and Description |
---|
JRDesignReportTemplate()
Creates an empty report template.
|
JRDesignReportTemplate(JRExpression sourceExpression)
Creates a report template for a template source expression.
|
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
JRPropertyChangeSupport |
getEventSupport()
Returns the property change support object for this instance.
|
void |
setSourceExpression(JRExpression sourceExpression)
Sets the template source expression.
|
getSourceExpression
public static final String PROPERTY_SOURCE_EXPRESSION
public JRDesignReportTemplate()
public JRDesignReportTemplate(JRExpression sourceExpression)
public void setSourceExpression(JRExpression sourceExpression)
sourceExpression
- the template source expressionJRBaseReportTemplate.getSourceExpression()
public Object clone()
clone
in interface JRCloneable
clone
in class JRBaseReportTemplate
public JRPropertyChangeSupport getEventSupport()
JRChangeEventsSupport
getEventSupport
in interface JRChangeEventsSupport
Copyright © 2017. All rights reserved.