Uses of Class
net.sf.jasperreports.engine.fill.JRFillDataset
Packages that use JRFillDataset
Package
Description
Contains classes for the built-in List component.
Contains classes to be used at report filling time for the Crosstab report element.
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.
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 JRFillDataset in net.sf.jasperreports.components.list
Methods in net.sf.jasperreports.components.list that return JRFillDataset -
Uses of JRFillDataset in net.sf.jasperreports.crosstabs.fill
Methods in net.sf.jasperreports.crosstabs.fill that return JRFillDatasetMethods in net.sf.jasperreports.crosstabs.fill with parameters of type JRFillDatasetModifier and TypeMethodDescriptionvoidJRCrosstabExpressionEvaluator.setFillDataset(JRFillDataset dataset) -
Uses of JRFillDataset in net.sf.jasperreports.engine
Fields in net.sf.jasperreports.engine declared as JRFillDatasetMethods in net.sf.jasperreports.engine with parameters of type JRFillDataset -
Uses of JRFillDataset in net.sf.jasperreports.engine.fill
Fields in net.sf.jasperreports.engine.fill declared as JRFillDatasetModifier and TypeFieldDescriptionprotected JRFillDatasetJRCalculator.datasetprotected final JRFillDatasetJRFillDatasetRun.datasetprotected JRFillDatasetBaseReportFiller.mainDatasetMain report dataset.Fields in net.sf.jasperreports.engine.fill with type parameters of type JRFillDatasetModifier and TypeFieldDescriptionprotected Map<String, JRFillDataset> BaseReportFiller.datasetMapMap of datasets (JRFillDatasetobjects} indexed by name.Methods in net.sf.jasperreports.engine.fill that return JRFillDatasetModifier and TypeMethodDescriptionprotected JRFillDatasetJRFillDatasetRun.getDataset()JRFillObjectFactory.getDataset(JRDataset dataset) BuiltinFillExpressionEvaluatorDecorator.getFillDataset()JRCalculator.getFillDataset()JRFillComponentElement.getFillDataset()JRFillElementDataset.getFillDataset()JRFillExpressionEvaluator.getFillDataset()Returns the dataset used by the expression evaluator.JRFillElementDataset.getInputDataset()BaseReportFiller.getMainDataset()Methods in net.sf.jasperreports.engine.fill with parameters of type JRFillDatasetModifier and TypeMethodDescriptionstatic JRSortField[]DatasetSortUtil.getAllSortFields(JRFillDataset dataset) Returns all current sort field criteria, including the dynamic ones provided as report parameter.static SortedDataSourceDatasetSortUtil.getSortedDataSource(BaseReportFiller filler, JRFillDataset dataset, Locale locale) protected voidJRCalculator.init(JRFillDataset dataset) Initializes the calculator.static booleanDatasetSortUtil.needSorting(JRFillDataset dataset) voidJRFillDatasetScriptlet.setData(JRFillDataset dataset) Constructors in net.sf.jasperreports.engine.fill with parameters of type JRFillDatasetModifierConstructorDescriptionprotectedJRFillDatasetRun(BaseReportFiller filler, JRFillExpressionEvaluator expressionEvaluator, JRDatasetRun datasetRun, JRFillDataset dataset) protectedJRFillDatasetRun(BaseReportFiller filler, JRDatasetRun datasetRun, JRFillDataset dataset)