|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jasperreports.engine.base.JRBaseSubreportReturnValue
net.sf.jasperreports.engine.design.JRDesignSubreportReturnValue
public class JRDesignSubreportReturnValue
Implementation of JRSubreportReturnValue
to be used for report desing purposes.
| Field Summary | |
|---|---|
static String |
PROPERTY_CALCULATION
|
static String |
PROPERTY_INCREMENTER_FACTORY_CLASS_NAME
|
static String |
PROPERTY_SUBREPORT_VARIABLE
|
static String |
PROPERTY_TO_VARIABLE
|
| Fields inherited from class net.sf.jasperreports.engine.base.JRBaseSubreportReturnValue |
|---|
calculationValue, incrementerFactoryClassName, subreportVariable, toVariable |
| Constructor Summary | |
|---|---|
JRDesignSubreportReturnValue()
|
|
| Method Summary | |
|---|---|
Object |
clone()
|
JRPropertyChangeSupport |
getEventSupport()
Returns the property change support object for this instance. |
void |
setCalculation(CalculationEnum calculationValue)
Sets the calculation type. |
void |
setIncrementerFactoryClassName(String incrementerFactoryClassName)
Sets the incrementer factory class name. |
void |
setSubreportVariable(String name)
Sets the subreport variable name. |
void |
setToVariable(String name)
Sets the master variable name. |
| Methods inherited from class net.sf.jasperreports.engine.base.JRBaseSubreportReturnValue |
|---|
getCalculationValue, getIncrementerFactoryClassName, getSubreportVariable, getToVariable |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String PROPERTY_CALCULATION
public static final String PROPERTY_INCREMENTER_FACTORY_CLASS_NAME
public static final String PROPERTY_SUBREPORT_VARIABLE
public static final String PROPERTY_TO_VARIABLE
| Constructor Detail |
|---|
public JRDesignSubreportReturnValue()
| Method Detail |
|---|
public void setSubreportVariable(String name)
name - the variable nameJRSubreportReturnValue.getSubreportVariable()public void setToVariable(String name)
name - the variable nameJRSubreportReturnValue.getToVariable()public void setCalculation(CalculationEnum calculationValue)
calculationValue - the calculation typeJRSubreportReturnValue.getCalculationValue()public void setIncrementerFactoryClassName(String incrementerFactoryClassName)
incrementerFactoryClassName - the name of the incrementer factory classJRSubreportReturnValue.getIncrementerFactoryClassName()public Object clone()
clone in interface JRCloneableclone in class JRBaseSubreportReturnValuepublic JRPropertyChangeSupport getEventSupport()
JRChangeEventsSupport
getEventSupport in interface JRChangeEventsSupport
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||