Uses of Class
net.sf.jasperreports.engine.JRGenericElementType

Packages that use JRGenericElementType
net.sf.jasperreports.components.headertoolbar   
net.sf.jasperreports.components.map   
net.sf.jasperreports.components.sort   
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. 
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.export Provides utility classes for exporting reports to various popular formats. 
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 JRGenericElementType in net.sf.jasperreports.components.headertoolbar
 

Fields in net.sf.jasperreports.components.headertoolbar declared as JRGenericElementType
static JRGenericElementType HeaderToolbarElement.ELEMENT_TYPE
           
 

Uses of JRGenericElementType in net.sf.jasperreports.components.map
 

Fields in net.sf.jasperreports.components.map declared as JRGenericElementType
static JRGenericElementType MapPrintElement.MAP_ELEMENT_TYPE
          The qualified type of Flash generic elements.
 

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

Fields in net.sf.jasperreports.components.sort declared as JRGenericElementType
static JRGenericElementType SortElement.SORT_ELEMENT_TYPE
           
 

Uses of JRGenericElementType in net.sf.jasperreports.engine
 

Methods in net.sf.jasperreports.engine that return JRGenericElementType
 JRGenericElementType JRGenericElement.getGenericType()
          Returns the generic type of this element.
 JRGenericElementType JRGenericPrintElement.getGenericType()
          Returns the type of this element.
 

Uses of JRGenericElementType in net.sf.jasperreports.engine.base
 

Methods in net.sf.jasperreports.engine.base that return JRGenericElementType
 JRGenericElementType JRBaseGenericPrintElement.getGenericType()
           
 JRGenericElementType JRBaseGenericElement.getGenericType()
           
 

Methods in net.sf.jasperreports.engine.base with parameters of type JRGenericElementType
 void JRBaseGenericPrintElement.setGenericType(JRGenericElementType genericType)
          Sets the type of this element.
 

Uses of JRGenericElementType in net.sf.jasperreports.engine.design
 

Methods in net.sf.jasperreports.engine.design that return JRGenericElementType
 JRGenericElementType JRDesignGenericElement.getGenericType()
           
 

Methods in net.sf.jasperreports.engine.design with parameters of type JRGenericElementType
 void JRDesignGenericElement.setGenericType(JRGenericElementType genericType)
          Sets the type of the generic element.
 

Uses of JRGenericElementType in net.sf.jasperreports.engine.export
 

Fields in net.sf.jasperreports.engine.export declared as JRGenericElementType
static JRGenericElementType FlashPrintElement.FLASH_ELEMENT_TYPE
          The qualified type of Flash generic elements.
 

Methods in net.sf.jasperreports.engine.export with parameters of type JRGenericElementType
 GenericElementHandler GenericElementHandlerEnviroment.getElementHandler(JRGenericElementType type, java.lang.String exporterKey)
          Returns a handler for a generic print element type and an exporter key.
static GenericElementHandler GenericElementHandlerEnviroment.getHandler(JRGenericElementType type, java.lang.String exporterKey)
          Deprecated. Replaced by GenericElementHandlerEnviroment.getElementHandler(JRGenericElementType, String).
 

Uses of JRGenericElementType in net.sf.jasperreports.engine.fill
 

Methods in net.sf.jasperreports.engine.fill that return JRGenericElementType
 JRGenericElementType JRTemplateGenericElement.getGenericType()
          Returns the type of the generic elements that use this template.
 JRGenericElementType JRTemplateGenericPrintElement.getGenericType()
          Returns the generic type specified by the element template.
 JRGenericElementType JRFillGenericElement.getGenericType()
           
 

Methods in net.sf.jasperreports.engine.fill with parameters of type JRGenericElementType
 void JRTemplateGenericElement.setGenericType(JRGenericElementType genericType)
          Sets the type of the generic elements that use this template.
 

Constructors in net.sf.jasperreports.engine.fill with parameters of type JRGenericElementType
JRTemplateGenericElement(JROrigin origin, JRDefaultStyleProvider defaultStyleProvider, JRElement element, JRGenericElementType genericType)
          Creates a generic print element template.
JRTemplateGenericElement(JROrigin origin, JRDefaultStyleProvider defaultStyleProvider, JRGenericElementType genericType)
          Creates a generic print element template.
 



© 2001-2010 Jaspersoft Corporation www.jaspersoft.com