Uses of Interface
net.sf.jasperreports.engine.JRSubreportReturnValue

Packages that use JRSubreportReturnValue
net.sf.jasperreports.components.table.fill   
net.sf.jasperreports.engine Provides access to the library's main functionality through façade classes for compiling, filling and exporting reports and also publishes the library's main interfaces and classes. 
net.sf.jasperreports.engine.base Contains base implementations for the library's main interfaces. 
net.sf.jasperreports.engine.design Contains design time implementations for the library's main interfaces as well as report compiling tools. 
net.sf.jasperreports.engine.fill Contains fill time implementations for the library's main interfaces and the entire engine used in the filling process (the actual core of JasperReports). 
 

Uses of JRSubreportReturnValue in net.sf.jasperreports.components.table.fill
 

Methods in net.sf.jasperreports.components.table.fill that return JRSubreportReturnValue
 JRSubreportReturnValue[] TableSubreport.getReturnValues()
           
 

Uses of JRSubreportReturnValue in net.sf.jasperreports.engine
 

Methods in net.sf.jasperreports.engine that return JRSubreportReturnValue
 JRSubreportReturnValue[] JRSubreport.getReturnValues()
          Returns the list of subreport copied values.
 

Uses of JRSubreportReturnValue in net.sf.jasperreports.engine.base
 

Classes in net.sf.jasperreports.engine.base that implement JRSubreportReturnValue
 class JRBaseSubreportReturnValue
          Base implementation of JRSubreportReturnValue.
 

Fields in net.sf.jasperreports.engine.base declared as JRSubreportReturnValue
protected  JRSubreportReturnValue[] JRBaseSubreport.returnValues
          Values to be copied from the subreport into the master report.
 

Methods in net.sf.jasperreports.engine.base that return JRSubreportReturnValue
 JRSubreportReturnValue[] JRBaseSubreport.getReturnValues()
          Returns the list of values to be copied from the subreport into the master.
 

Methods in net.sf.jasperreports.engine.base with parameters of type JRSubreportReturnValue
protected  JRBaseSubreportReturnValue JRBaseObjectFactory.getSubreportReturnValue(JRSubreportReturnValue returnValue)
           
 

Constructors in net.sf.jasperreports.engine.base with parameters of type JRSubreportReturnValue
JRBaseSubreportReturnValue(JRSubreportReturnValue returnValue, JRBaseObjectFactory factory)
           
 

Uses of JRSubreportReturnValue in net.sf.jasperreports.engine.design
 

Classes in net.sf.jasperreports.engine.design that implement JRSubreportReturnValue
 class JRDesignSubreportReturnValue
          Implementation of JRSubreportReturnValue to be used for report desing purposes.
 

Fields in net.sf.jasperreports.engine.design with type parameters of type JRSubreportReturnValue
protected  java.util.List<JRSubreportReturnValue> JRDesignSubreport.returnValues
          Values to be copied from the subreport into the master report.
 

Methods in net.sf.jasperreports.engine.design that return JRSubreportReturnValue
 JRSubreportReturnValue[] JRDesignSubreport.getReturnValues()
          Returns the list of values to be copied from the subreport into the master.
 

Methods in net.sf.jasperreports.engine.design that return types with arguments of type JRSubreportReturnValue
 java.util.List<JRSubreportReturnValue> JRDesignSubreport.getReturnValuesList()
          Returns the list of values to be copied from the subreport into the master.
 

Methods in net.sf.jasperreports.engine.design with parameters of type JRSubreportReturnValue
 void JRDesignSubreport.addReturnValue(JRSubreportReturnValue returnValue)
          Adds a return value to the subreport.
 boolean JRDesignSubreport.removeReturnValue(JRSubreportReturnValue returnValue)
          Removes a return value from the subreport.
 

Uses of JRSubreportReturnValue in net.sf.jasperreports.engine.fill
 

Classes in net.sf.jasperreports.engine.fill that implement JRSubreportReturnValue
 class JRFillSubreportReturnValue
          Implementation of JRSubreportReturnValue used by the filler.
 

Fields in net.sf.jasperreports.engine.fill declared as JRSubreportReturnValue
protected  JRSubreportReturnValue JRFillSubreportReturnValue.parent
           
 

Methods in net.sf.jasperreports.engine.fill that return JRSubreportReturnValue
protected  JRSubreportReturnValue JRFillSubreport.createDistinctCountHelperReturnValue(JRSubreportReturnValue returnValue)
           
protected  JRSubreportReturnValue JRFillSubreport.createHelperReturnValue(JRSubreportReturnValue returnValue, java.lang.String nameSuffix, CalculationEnum calculation)
           
 JRSubreportReturnValue[] JRFillSubreport.getReturnValues()
           
 

Methods in net.sf.jasperreports.engine.fill with parameters of type JRSubreportReturnValue
protected  JRSubreportReturnValue JRFillSubreport.createDistinctCountHelperReturnValue(JRSubreportReturnValue returnValue)
           
protected  JRSubreportReturnValue JRFillSubreport.createHelperReturnValue(JRSubreportReturnValue returnValue, java.lang.String nameSuffix, CalculationEnum calculation)
           
protected  JRFillSubreportReturnValue JRFillObjectFactory.getSubreportReturnValue(JRSubreportReturnValue returnValue)
           
 

Constructors in net.sf.jasperreports.engine.fill with parameters of type JRSubreportReturnValue
JRFillSubreportReturnValue(JRSubreportReturnValue returnValue, JRFillObjectFactory factory, JRBaseFiller filler)
           
 



© 2001-2010 Jaspersoft Corporation www.jaspersoft.com