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 TypeMethodDescriptionvoid
JRCrosstabExpressionEvaluator.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 JRFillDataset
JRCalculator.dataset
protected final JRFillDataset
JRFillDatasetRun.dataset
protected JRFillDataset
BaseReportFiller.mainDataset
Main report dataset.Fields in net.sf.jasperreports.engine.fill with type parameters of type JRFillDatasetModifier and TypeFieldDescriptionprotected Map
<String, JRFillDataset> BaseReportFiller.datasetMap
Map of datasets (JRFillDataset
objects} indexed by name.Methods in net.sf.jasperreports.engine.fill that return JRFillDatasetModifier and TypeMethodDescriptionprotected JRFillDataset
JRFillDatasetRun.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 SortedDataSource
DatasetSortUtil.getSortedDataSource
(BaseReportFiller filler, JRFillDataset dataset, Locale locale) protected void
JRCalculator.init
(JRFillDataset dataset) Initializes the calculator.static boolean
DatasetSortUtil.needSorting
(JRFillDataset dataset) void
JRFillDatasetScriptlet.setData
(JRFillDataset dataset) Constructors in net.sf.jasperreports.engine.fill with parameters of type JRFillDatasetModifierConstructorDescriptionprotected
JRFillDatasetRun
(BaseReportFiller filler, JRFillExpressionEvaluator expressionEvaluator, JRDatasetRun datasetRun, JRFillDataset dataset) protected
JRFillDatasetRun
(BaseReportFiller filler, JRDatasetRun datasetRun, JRFillDataset dataset)