Uses of Class
net.sf.jasperreports.engine.data.TextDataSourceAttributes
Packages that use TextDataSourceAttributes
Package
Description
Provides various report data source implementations and allows creating custom data sources.
-
Uses of TextDataSourceAttributes in net.sf.jasperreports.engine.data
Methods in net.sf.jasperreports.engine.data that return TextDataSourceAttributesModifier and TypeMethodDescriptionTextDataSourceAttributes.clone()JRAbstractTextDataSource.getTextAttributes()Methods in net.sf.jasperreports.engine.data with parameters of type TextDataSourceAttributesModifier and TypeMethodDescriptionvoidJRAbstractTextDataSource.setTextAttributes(TextDataSourceAttributes attributes) -
Uses of TextDataSourceAttributes in net.sf.jasperreports.json.data
Constructors in net.sf.jasperreports.json.data with parameters of type TextDataSourceAttributesModifierConstructorDescriptionJsonDataSourceProvider(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 TextDataSourceAttributesModifier and TypeMethodDescriptionprotected TextDataSourceAttributesAbstractJsonQueryExecuter.getTextAttributes()Methods in net.sf.jasperreports.json.query with parameters of type TextDataSourceAttributesModifier and TypeMethodDescriptionprotected 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)