Uses of Interface
net.sf.jasperreports.engine.ParameterContributor

Packages that use ParameterContributor
net.sf.jasperreports.components.sort   
net.sf.jasperreports.data   
net.sf.jasperreports.data.bean   
net.sf.jasperreports.data.csv   
net.sf.jasperreports.data.ds   
net.sf.jasperreports.data.empty   
net.sf.jasperreports.data.jdbc   
net.sf.jasperreports.data.jndi   
net.sf.jasperreports.data.provider   
net.sf.jasperreports.data.qe   
net.sf.jasperreports.data.xls   
net.sf.jasperreports.data.xlsx   
net.sf.jasperreports.data.xml   
net.sf.jasperreports.engine Provides access to the library's main functionality through façade classes for compiling, filling and exporting reports and also publishes the library's main interfaces and classes. 
 

Uses of ParameterContributor in net.sf.jasperreports.components.sort
 

Classes in net.sf.jasperreports.components.sort that implement ParameterContributor
 class SortParameterContributor
           
 

Methods in net.sf.jasperreports.components.sort that return types with arguments of type ParameterContributor
 java.util.List<ParameterContributor> SortParameterContributorFactory.getContributors(ParameterContributorContext context)
           
 

Uses of ParameterContributor in net.sf.jasperreports.data
 

Subinterfaces of ParameterContributor in net.sf.jasperreports.data
 interface DataAdapterService
           
 

Classes in net.sf.jasperreports.data that implement ParameterContributor
 class AbstractClasspathAwareDataAdapterService
           
 class AbstractDataAdapterService
           
 

Methods in net.sf.jasperreports.data that return types with arguments of type ParameterContributor
 java.util.List<ParameterContributor> DataAdapterParameterContributorFactory.getContributors(ParameterContributorContext context)
           
 

Uses of ParameterContributor in net.sf.jasperreports.data.bean
 

Classes in net.sf.jasperreports.data.bean that implement ParameterContributor
 class BeanDataAdapterService
           
 

Uses of ParameterContributor in net.sf.jasperreports.data.csv
 

Classes in net.sf.jasperreports.data.csv that implement ParameterContributor
 class CsvDataAdapterService
           
 

Uses of ParameterContributor in net.sf.jasperreports.data.ds
 

Classes in net.sf.jasperreports.data.ds that implement ParameterContributor
 class DataSourceDataAdapterService
           
 

Uses of ParameterContributor in net.sf.jasperreports.data.empty
 

Classes in net.sf.jasperreports.data.empty that implement ParameterContributor
 class EmptyDataAdapterService
           
 

Uses of ParameterContributor in net.sf.jasperreports.data.jdbc
 

Classes in net.sf.jasperreports.data.jdbc that implement ParameterContributor
 class JdbcDataAdapterService
           
 

Uses of ParameterContributor in net.sf.jasperreports.data.jndi
 

Classes in net.sf.jasperreports.data.jndi that implement ParameterContributor
 class JndiDataAdapterService
           
 

Uses of ParameterContributor in net.sf.jasperreports.data.provider
 

Classes in net.sf.jasperreports.data.provider that implement ParameterContributor
 class DataSourceProviderDataAdapterService
           
 

Uses of ParameterContributor in net.sf.jasperreports.data.qe
 

Classes in net.sf.jasperreports.data.qe that implement ParameterContributor
 class QueryExecuterDataAdapterService
           
 

Uses of ParameterContributor in net.sf.jasperreports.data.xls
 

Classes in net.sf.jasperreports.data.xls that implement ParameterContributor
 class XlsDataAdapterService
           
 

Uses of ParameterContributor in net.sf.jasperreports.data.xlsx
 

Classes in net.sf.jasperreports.data.xlsx that implement ParameterContributor
 class XlsxDataAdapterService
           
 

Uses of ParameterContributor in net.sf.jasperreports.data.xml
 

Classes in net.sf.jasperreports.data.xml that implement ParameterContributor
 class RemoteXmlDataAdapterService
           
 class XmlDataAdapterService
           
 

Uses of ParameterContributor in net.sf.jasperreports.engine
 

Methods in net.sf.jasperreports.engine that return types with arguments of type ParameterContributor
 java.util.List<ParameterContributor> ParameterContributorFactory.getContributors(ParameterContributorContext context)
          Returns a list of parameter contributor instances to be used during report filling.
 



© 2001-2010 Jaspersoft Corporation www.jaspersoft.com