net.sf.jasperreports.engine.design
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 |
---|---|
JRPropertyChangeSupport |
getEventSupport()
Returns the property change support object for this instance.
|
void |
setCalculation(byte calculation)
Deprecated.
Replaced by
setCalculation(CalculationEnum) |
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.
|
clone, getCalculation, getCalculationValue, getIncrementerFactoryClassName, getSubreportVariable, getToVariable
public 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(byte calculation)
setCalculation(CalculationEnum)
public void setCalculation(CalculationEnum calculationValue)
calculationValue
- the calculation typeJRSubreportReturnValue.getCalculation()
public void setIncrementerFactoryClassName(java.lang.String incrementerFactoryClassName)
incrementerFactoryClassName
- the name of the incrementer factory classJRSubreportReturnValue.getIncrementerFactoryClassName()
public JRPropertyChangeSupport getEventSupport()
JRChangeEventsSupport
getEventSupport
in interface JRChangeEventsSupport
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com