Uses of Interface
net.sf.jasperreports.engine.JRQuery
-
Packages that use JRQuery Package Description net.sf.jasperreports.components.table.fill Contains fill time implementations for Table component related interfaces.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). -
-
Uses of JRQuery in net.sf.jasperreports.components.table.fill
Methods in net.sf.jasperreports.components.table.fill that return JRQuery Modifier and Type Method Description JRQuery
TableReport. getQuery()
JRQuery
TableReportDataset. getQuery()
-
Uses of JRQuery in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine that return JRQuery Modifier and Type Method Description JRQuery
JRDataset. getQuery()
Returns the query of the dataset.JRQuery
JRReport. getQuery()
-
Uses of JRQuery in net.sf.jasperreports.engine.base
Classes in net.sf.jasperreports.engine.base that implement JRQuery Modifier and Type Class Description class
JRBaseQuery
Fields in net.sf.jasperreports.engine.base declared as JRQuery Modifier and Type Field Description protected JRQuery
JRBaseDataset. query
Methods in net.sf.jasperreports.engine.base that return JRQuery Modifier and Type Method Description JRQuery
JRBaseDataset. getQuery()
JRQuery
JRBaseReport. getQuery()
Methods in net.sf.jasperreports.engine.base with parameters of type JRQuery Modifier and Type Method Description protected JRBaseQuery
JRBaseObjectFactory. getQuery(JRQuery query)
Constructors in net.sf.jasperreports.engine.base with parameters of type JRQuery Constructor Description JRBaseQuery(JRQuery query, JRBaseObjectFactory factory)
-
Uses of JRQuery in net.sf.jasperreports.engine.design
Classes in net.sf.jasperreports.engine.design that implement JRQuery Modifier and Type Class Description class
JRDesignQuery
-
Uses of JRQuery in net.sf.jasperreports.engine.fill
Fields in net.sf.jasperreports.engine.fill declared as JRQuery Modifier and Type Field Description protected JRQuery
JRFillDataset. query
The dataset query.Methods in net.sf.jasperreports.engine.fill that return JRQuery Modifier and Type Method Description JRQuery
JRFillDataset. getQuery()
-