public class JRDesignSubreportReturnValue extends JRBaseSubreportReturnValue implements JRChangeEventsSupport
JRSubreportReturnValue
to be used for report desing purposes.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROPERTY_CALCULATION |
static java.lang.String |
PROPERTY_INCREMENTER_FACTORY_CLASS_NAME |
static java.lang.String |
PROPERTY_SUBREPORT_VARIABLE |
static java.lang.String |
PROPERTY_TO_VARIABLE |
calculationValue, incrementerFactoryClassName, subreportVariable, toVariable| Constructor and Description |
|---|
JRDesignSubreportReturnValue() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
JRPropertyChangeSupport |
getEventSupport()
Returns the property change support object for this instance.
|
void |
setCalculation(CalculationEnum calculationValue)
Sets the calculation type.
|
void |
setIncrementerFactoryClassName(java.lang.String incrementerFactoryClassName)
Sets the incrementer factory class name.
|
void |
setSubreportVariable(java.lang.String name)
Sets the subreport variable name.
|
void |
setToVariable(java.lang.String name)
Sets the master variable name.
|
getCalculationValue, getIncrementerFactoryClassName, getSubreportVariable, getToVariablepublic static final java.lang.String PROPERTY_CALCULATION
public static final java.lang.String PROPERTY_INCREMENTER_FACTORY_CLASS_NAME
public static final java.lang.String PROPERTY_SUBREPORT_VARIABLE
public static final java.lang.String PROPERTY_TO_VARIABLE
public void setSubreportVariable(java.lang.String name)
name - the variable nameJRSubreportReturnValue.getSubreportVariable()public void setToVariable(java.lang.String name)
name - the variable nameJRSubreportReturnValue.getToVariable()public void setCalculation(CalculationEnum calculationValue)
calculationValue - the calculation typeJRSubreportReturnValue.getCalculationValue()public void setIncrementerFactoryClassName(java.lang.String incrementerFactoryClassName)
incrementerFactoryClassName - the name of the incrementer factory classJRSubreportReturnValue.getIncrementerFactoryClassName()public java.lang.Object clone()
clone in interface JRCloneableclone in class JRBaseSubreportReturnValuepublic JRPropertyChangeSupport getEventSupport()
JRChangeEventsSupportgetEventSupport in interface JRChangeEventsSupport© 2001-2010 Jaspersoft Corporation www.jaspersoft.com