Uses of Class
net.sf.jasperreports.engine.data.TextDataSourceAttributes
-
Packages that use TextDataSourceAttributes Package Description net.sf.jasperreports.engine.data Provides various report data source implementations and allows creating custom data sources.net.sf.jasperreports.json.data net.sf.jasperreports.json.query -
-
Uses of TextDataSourceAttributes in net.sf.jasperreports.engine.data
Methods in net.sf.jasperreports.engine.data that return TextDataSourceAttributes Modifier and Type Method Description TextDataSourceAttributes
TextDataSourceAttributes. clone()
TextDataSourceAttributes
JRAbstractTextDataSource. getTextAttributes()
Methods in net.sf.jasperreports.engine.data with parameters of type TextDataSourceAttributes Modifier and Type Method Description void
JRAbstractTextDataSource. setTextAttributes(TextDataSourceAttributes attributes)
-
Uses of TextDataSourceAttributes in net.sf.jasperreports.json.data
Constructors in net.sf.jasperreports.json.data with parameters of type TextDataSourceAttributes Constructor Description JsonDataSourceProvider(JasperReportsContext jasperReportsContext, String jsonSource, String queryString, TextDataSourceAttributes textAttributes)
JsonQLDataSourceProvider(JasperReportsContext jasperReportsContext, String jsonSource, String queryString, TextDataSourceAttributes textAttributes)
-
Uses of TextDataSourceAttributes in net.sf.jasperreports.json.query
Methods in net.sf.jasperreports.json.query that return TextDataSourceAttributes Modifier and Type Method Description protected TextDataSourceAttributes
AbstractJsonQueryExecuter. getTextAttributes()
Methods in net.sf.jasperreports.json.query with parameters of type TextDataSourceAttributes Modifier and Type Method Description protected abstract RewindableDataSourceProvider<T>
AbstractJsonQueryExecuter. getJsonDataProviderInstance(String source, TextDataSourceAttributes textAttributes)
protected RewindableDataSourceProvider<JsonQLDataSource>
JsonQLQueryExecuter. getJsonDataProviderInstance(String source, TextDataSourceAttributes textAttributes)
protected RewindableDataSourceProvider<JsonDataSource>
JsonQueryExecuter. getJsonDataProviderInstance(String source, TextDataSourceAttributes textAttributes)
-