Uses of Class
net.sf.jasperreports.engine.component.ComponentKey

Packages that use ComponentKey
net.sf.jasperreports.components   
net.sf.jasperreports.components.barcode4j   
net.sf.jasperreports.components.sort   
net.sf.jasperreports.components.spiderchart   
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.component   
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.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 ComponentKey in net.sf.jasperreports.components
 

Methods in net.sf.jasperreports.components with parameters of type ComponentKey
protected  void ComponentsXmlHandler.writeBarbecue(BarbecueComponent barcode, ComponentKey componentKey, JRXmlWriter reportWriter)
           
protected  void ComponentsXmlHandler.writeList(ListComponent list, ComponentKey componentKey, JRXmlWriter reportWriter)
           
protected  void ComponentsXmlHandler.writeMap(MapComponent map, ComponentKey componentKey, JRXmlWriter reportWriter)
           
protected  void ComponentsXmlHandler.writeTable(TableComponent table, ComponentKey componentKey, JRXmlWriter reportWriter)
           
 void ComponentsXmlHandler.writeToXml(ComponentKey componentKey, Component component, JRXmlWriter reportWriter)
           
 

Uses of ComponentKey in net.sf.jasperreports.components.barcode4j
 

Constructors in net.sf.jasperreports.components.barcode4j with parameters of type ComponentKey
BarcodeXmlWriter(JRXmlWriter reportWriter, BarcodeComponent barcode, ComponentKey componentKey)
           
 

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

Methods in net.sf.jasperreports.components.sort with parameters of type ComponentKey
protected  void SortComponentXmlWriter.writeSortComponent(SortComponent sortComponent, ComponentKey componentKey, JRXmlWriter reportWriter)
           
 void SortComponentXmlWriter.writeToXml(ComponentKey componentKey, Component component, JRXmlWriter reportWriter)
           
 

Uses of ComponentKey in net.sf.jasperreports.components.spiderchart
 

Methods in net.sf.jasperreports.components.spiderchart with parameters of type ComponentKey
 void SpiderChartXmlWriter.writeToXml(ComponentKey componentKey, Component component, JRXmlWriter reportWriter)
           
 

Uses of ComponentKey in net.sf.jasperreports.engine
 

Methods in net.sf.jasperreports.engine that return ComponentKey
 ComponentKey JRComponentElement.getComponentKey()
          Returns the component type key for this element.
 

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

Methods in net.sf.jasperreports.engine.base that return ComponentKey
 ComponentKey JRBaseComponentElement.getComponentKey()
           
 

Uses of ComponentKey in net.sf.jasperreports.engine.component
 

Methods in net.sf.jasperreports.engine.component with parameters of type ComponentKey
static ComponentManager ComponentsEnvironment.getComponentManager(ComponentKey componentKey)
          Deprecated. Replaced by ComponentsEnvironment.getManager(ComponentKey).
 ComponentManager ComponentsEnvironment.getManager(ComponentKey componentKey)
          Returns a component manager that corresponds to a particular component type key.
 void ComponentXmlWriter.writeToXml(ComponentKey componentKey, Component component, JRXmlWriter reportWriter)
          Outputs the XML representation of a component.
 

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

Methods in net.sf.jasperreports.engine.design that return ComponentKey
 ComponentKey JRDesignComponentElement.getComponentKey()
           
 

Methods in net.sf.jasperreports.engine.design with parameters of type ComponentKey
 void JRDesignComponentElement.setComponentKey(ComponentKey componentKey)
          Sets the component type key that corresponds to the component instance.
 

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

Methods in net.sf.jasperreports.engine.fill that return ComponentKey
 ComponentKey JRFillComponentElement.getComponentKey()
           
 



© 2001-2010 Jaspersoft Corporation www.jaspersoft.com