Uses of Interface
net.sf.jasperreports.engine.JRDatasetRun
-
Packages that use JRDatasetRun Package Description net.sf.jasperreports.components.list Contains classes for the built-in List component.net.sf.jasperreports.components.map Contains classes for the built-in Google Map component.net.sf.jasperreports.components.map.fill Contains fill time implementations for Google Map component related interfaces.net.sf.jasperreports.components.subreport.fill Contains fill time implementations for subreport component related interfaces.net.sf.jasperreports.components.table Contains classes for the built-in Table component.net.sf.jasperreports.engine Provides access to the library's main functionality through facade 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).net.sf.jasperreports.engine.util Contains utility classes for the core library. -
-
Uses of JRDatasetRun in net.sf.jasperreports.components.list
Classes in net.sf.jasperreports.components.list that implement JRDatasetRun Modifier and Type Class Description class
FillDatasetRun
Used to iterate on the list subdataset at fill time.Methods in net.sf.jasperreports.components.list that return JRDatasetRun Modifier and Type Method Description JRDatasetRun
ListComponent. getDatasetRun()
Returns the subdataset run information that will be used by this list.JRDatasetRun
StandardListComponent. getDatasetRun()
Methods in net.sf.jasperreports.components.list with parameters of type JRDatasetRun Modifier and Type Method Description void
StandardListComponent. setDatasetRun(JRDatasetRun datasetRun)
Sets the subdataset run information that will be used by this list.Constructors in net.sf.jasperreports.components.list with parameters of type JRDatasetRun Constructor Description FillDatasetRun(JRDatasetRun datasetRun, JRFillObjectFactory factory)
-
Uses of JRDatasetRun in net.sf.jasperreports.components.map
Methods in net.sf.jasperreports.components.map with parameters of type JRDatasetRun Modifier and Type Method Description void
StandardMarkerItemData. setDatasetRun(JRDatasetRun datasetRun)
Used only during JRXML parsing for the backward compatibility of thetag. -
Uses of JRDatasetRun in net.sf.jasperreports.components.map.fill
Classes in net.sf.jasperreports.components.map.fill that implement JRDatasetRun Modifier and Type Class Description class
MarkerFillDatasetRun
Used to iterate on a subdataset and create a sorted data source.Constructors in net.sf.jasperreports.components.map.fill with parameters of type JRDatasetRun Constructor Description MarkerFillDatasetRun(JRDatasetRun datasetRun, JRFillObjectFactory factory)
-
Uses of JRDatasetRun in net.sf.jasperreports.components.subreport.fill
Methods in net.sf.jasperreports.components.subreport.fill that return JRDatasetRun Modifier and Type Method Description protected JRDatasetRun
SubreportFillComponent. getDatasetRun()
Constructors in net.sf.jasperreports.components.subreport.fill with parameters of type JRDatasetRun Constructor Description SubreportElementAdapter(JRDatasetRun datasetRun, JRComponentElement componentElement)
-
Uses of JRDatasetRun in net.sf.jasperreports.components.table
Methods in net.sf.jasperreports.components.table that return JRDatasetRun Modifier and Type Method Description JRDatasetRun
StandardTable. getDatasetRun()
JRDatasetRun
TableComponent. getDatasetRun()
Methods in net.sf.jasperreports.components.table with parameters of type JRDatasetRun Modifier and Type Method Description void
StandardTable. setDatasetRun(JRDatasetRun datasetRun)
-
Uses of JRDatasetRun in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine that return JRDatasetRun Modifier and Type Method Description JRDatasetRun
DatasetRunHolder. getDatasetRun()
JRDatasetRun
JRElementDataset. getDatasetRun()
Returns the sub dataset run for this chart dataset.Methods in net.sf.jasperreports.engine with parameters of type JRDatasetRun Modifier and Type Method Description void
JRExpressionCollector. collect(JRDatasetRun datasetRun)
Collects expressions from a subdataset run object. -
Uses of JRDatasetRun in net.sf.jasperreports.engine.base
Classes in net.sf.jasperreports.engine.base that implement JRDatasetRun Modifier and Type Class Description class
JRBaseDatasetRun
Base implementation of theJRDatasetRun
interface.Fields in net.sf.jasperreports.engine.base declared as JRDatasetRun Modifier and Type Field Description protected JRDatasetRun
JRBaseElementDataset. datasetRun
Methods in net.sf.jasperreports.engine.base that return JRDatasetRun Modifier and Type Method Description JRDatasetRun
JRBaseElementDataset. getDatasetRun()
Methods in net.sf.jasperreports.engine.base with parameters of type JRDatasetRun Modifier and Type Method Description JRBaseDatasetRun
JRBaseObjectFactory. getDatasetRun(JRDatasetRun datasetRun)
Constructors in net.sf.jasperreports.engine.base with parameters of type JRDatasetRun Constructor Description JRBaseDatasetRun(JRDatasetRun datasetRun, JRBaseObjectFactory factory)
Creates a copy of a dataset instantiation. -
Uses of JRDatasetRun in net.sf.jasperreports.engine.design
Classes in net.sf.jasperreports.engine.design that implement JRDatasetRun Modifier and Type Class Description class
JRDesignDatasetRun
Implementation ofJRDatasetRun
to be used for report design.Methods in net.sf.jasperreports.engine.design with parameters of type JRDatasetRun Modifier and Type Method Description void
JRDesignElementDataset. setDatasetRun(JRDatasetRun datasetRun)
Sets the sub dataset run for this dataset.void
JRVerifier. verifyDatasetRun(JRDatasetRun datasetRun)
Verifies a subdataset run object. -
Uses of JRDatasetRun in net.sf.jasperreports.engine.fill
Classes in net.sf.jasperreports.engine.fill that implement JRDatasetRun Modifier and Type Class Description class
JRFillDatasetRun
Class used to instantiate sub datasets.Fields in net.sf.jasperreports.engine.fill declared as JRDatasetRun Modifier and Type Field Description protected JRDatasetRun
JRFillDatasetRun. parentDatasetRun
Methods in net.sf.jasperreports.engine.fill that return JRDatasetRun Modifier and Type Method Description JRDatasetRun
JRFillElementDataset. getDatasetRun()
Methods in net.sf.jasperreports.engine.fill with parameters of type JRDatasetRun Modifier and Type Method Description JRFillDatasetRun
JRFillObjectFactory. getDatasetRun(JRDatasetRun datasetRun)
Constructors in net.sf.jasperreports.engine.fill with parameters of type JRDatasetRun Constructor Description JRFillDatasetRun(BaseReportFiller filler, JRFillExpressionEvaluator expressionEvaluator, JRDatasetRun datasetRun, JRFillDataset dataset)
JRFillDatasetRun(BaseReportFiller filler, JRDatasetRun datasetRun, JRFillDataset dataset)
JRFillDatasetRun(JRBaseFiller filler, JRFillExpressionEvaluator expressionEvaluator, JRDatasetRun datasetRun, JRFillObjectFactory factory)
JRFillDatasetRun(JRBaseFiller filler, JRDatasetRun datasetRun, JRFillObjectFactory factory)
Construct an instance for a dataset run.JRFillDatasetRun(JRDatasetRun datasetRun, JRFillObjectFactory factory)
-
Uses of JRDatasetRun in net.sf.jasperreports.engine.util
Methods in net.sf.jasperreports.engine.util with parameters of type JRDatasetRun Modifier and Type Method Description static JRDataset
JRReportUtils. findSubdataset(JRDatasetRun datasetRun, JasperReport report)
Deprecated.Replaced byJRReportUtils.findSubdataset(JRDatasetRun, JRReport)
.static JRDataset
JRReportUtils. findSubdataset(JRDatasetRun datasetRun, JRReport report)
void
JRApiWriter. writeDatasetRun(JRDatasetRun datasetRun, String parentName)
Outputs the XML representation of a subdataset run object.
-