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.
|
getSourceExpressionpublic 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 JRCloneableclone in class JRBaseReportTemplatepublic JRPropertyChangeSupport getEventSupport()
JRChangeEventsSupportgetEventSupport in interface JRChangeEventsSupportCopyright © 2017. All rights reserved.