Uses of Interface
net.sf.jasperreports.jsf.engine.Source

Packages that use Source
net.sf.jasperreports.jsf.component Faces' component top level package. 
net.sf.jasperreports.jsf.convert Converter base level package. 
net.sf.jasperreports.jsf.engine Engine top level package. 
net.sf.jasperreports.jsf.engine.converters   
 

Uses of Source in net.sf.jasperreports.jsf.component
 

Methods in net.sf.jasperreports.jsf.component that return Source
 Source UISource.getSubmittedSource()
           
 Source UIReport.getSubmittedSource()
          Obtains the interpretted report source.
 

Methods in net.sf.jasperreports.jsf.component with parameters of type Source
 void UISource.setSubmittedSource(Source submittedSource)
           
 void UIReport.setSubmittedSource(Source submittedSource)
          Establishes the value for the report source.
 

Uses of Source in net.sf.jasperreports.jsf.convert
 

Methods in net.sf.jasperreports.jsf.convert that return Source
 Source SourceConverter.convertFromValue(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, Object value)
          Obtains a Source instance from the value obtained as a parameter.
 

Methods in net.sf.jasperreports.jsf.convert with parameters of type Source
 Object SourceConverter.convertFromSource(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, Source source)
          Converts the received source into its original form.
 

Uses of Source in net.sf.jasperreports.jsf.engine
 

Classes in net.sf.jasperreports.jsf.engine that implement Source
 class ConnectionWrapper
          Source implementation of a connection wrapper.
 class JRDataSourceWrapper
          Source implementation of a JRDataSource.
 

Uses of Source in net.sf.jasperreports.jsf.engine.converters
 

Classes in net.sf.jasperreports.jsf.engine.converters that implement Source
static class CsvSourceConverter.CsvReportSource
           
 

Fields in net.sf.jasperreports.jsf.engine.converters declared as Source
protected static Source SourceConverterBase.NULL_SOURCE
           
 

Methods in net.sf.jasperreports.jsf.engine.converters that return Source
 Source SourceConverterBase.convertFromValue(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, Object value)
           
protected  Source XmlSourceConverter.createSource(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, Object value)
           
protected  Source XlsSourceConverter.createSource(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, Object value)
           
protected  Source SourceConverterBase.createSource(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, Object value)
           
protected  Source ResultSetSourceConverter.createSource(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, Object value)
           
protected  Source MapSourceConverter.createSource(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, Object value)
           
protected  Source DatabaseSourceConverter.createSource(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, Object value)
           
protected  Source CsvSourceConverter.createSource(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, Object value)
           
 Source BeanSourceConverter.createSource(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, Object value)
           
 

Methods in net.sf.jasperreports.jsf.engine.converters with parameters of type Source
 Object SourceConverterBase.convertFromSource(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, Source source)
           
 



Copyright © 2011 SourceForge.net. All Rights Reserved.