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.net.sf.jasperreports.engine.xml Contains classes for loading report templates from XML files. -
-
Uses of JRDatasetRun in net.sf.jasperreports.components.list
Classes in net.sf.jasperreports.components.list that implement JRDatasetRun Modifier and Type Class Description classFillDatasetRunUsed to iterate on the list subdataset at fill time.Methods in net.sf.jasperreports.components.list that return JRDatasetRun Modifier and Type Method Description JRDatasetRunListComponent. getDatasetRun()Returns the subdataset run information that will be used by this list.JRDatasetRunStandardListComponent. getDatasetRun()Methods in net.sf.jasperreports.components.list with parameters of type JRDatasetRun Modifier and Type Method Description voidStandardListComponent. 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 that return JRDatasetRun Modifier and Type Method Description JRDatasetRunMarkerDataset. getDatasetRun()Deprecated.JRDatasetRunStandardMarkerDataset. getDatasetRun()Deprecated.Methods in net.sf.jasperreports.components.map with parameters of type JRDatasetRun Modifier and Type Method Description voidStandardMarkerDataset. setDatasetRun(JRDatasetRun datasetRun)Deprecated.Sets the subdataset run information that will be used to create the marker list. -
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 classMarkerFillDatasetRunUsed 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 JRDatasetRunSubreportFillComponent. 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 JRDatasetRunStandardTable. getDatasetRun()JRDatasetRunTableComponent. getDatasetRun()Methods in net.sf.jasperreports.components.table with parameters of type JRDatasetRun Modifier and Type Method Description voidStandardTable. 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 JRDatasetRunDatasetRunHolder. getDatasetRun()JRDatasetRunJRElementDataset. 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 voidJRExpressionCollector. 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 classJRBaseDatasetRunBase implementation of theJRDatasetRuninterface.Fields in net.sf.jasperreports.engine.base declared as JRDatasetRun Modifier and Type Field Description protected JRDatasetRunJRBaseElementDataset. datasetRunMethods in net.sf.jasperreports.engine.base that return JRDatasetRun Modifier and Type Method Description JRDatasetRunJRBaseElementDataset. getDatasetRun()Methods in net.sf.jasperreports.engine.base with parameters of type JRDatasetRun Modifier and Type Method Description JRBaseDatasetRunJRBaseObjectFactory. 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 classJRDesignDatasetRunImplementation ofJRDatasetRunto be used for report design.Methods in net.sf.jasperreports.engine.design with parameters of type JRDatasetRun Modifier and Type Method Description voidJRDesignElementDataset. setDatasetRun(JRDatasetRun datasetRun)Sets the sub dataset run for this dataset.voidJRVerifier. 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 classJRFillDatasetRunClass used to instantiate sub datasets.Fields in net.sf.jasperreports.engine.fill declared as JRDatasetRun Modifier and Type Field Description protected JRDatasetRunJRFillDatasetRun. parentDatasetRunMethods in net.sf.jasperreports.engine.fill that return JRDatasetRun Modifier and Type Method Description JRDatasetRunJRFillElementDataset. getDatasetRun()Methods in net.sf.jasperreports.engine.fill with parameters of type JRDatasetRun Modifier and Type Method Description JRFillDatasetRunJRFillObjectFactory. 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 JRDatasetJRReportUtils. findSubdataset(JRDatasetRun datasetRun, JasperReport report)Deprecated.Replaced byJRReportUtils.findSubdataset(JRDatasetRun, JRReport).static JRDatasetJRReportUtils. findSubdataset(JRDatasetRun datasetRun, JRReport report)voidJRApiWriter. writeDatasetRun(JRDatasetRun datasetRun, java.lang.String parentName)Outputs the XML representation of a subdataset run object. -
Uses of JRDatasetRun in net.sf.jasperreports.engine.xml
Methods in net.sf.jasperreports.engine.xml with parameters of type JRDatasetRun Modifier and Type Method Description voidJRXmlWriter. writeDatasetRun(JRDatasetRun datasetRun)Outputs the XML representation of a subdataset run object.
-