Uses of Class
net.sf.dynamicreports.adhoc.configuration.AdhocComponent

Packages that use AdhocComponent
net.sf.dynamicreports.adhoc.configuration   
net.sf.dynamicreports.adhoc.report   
net.sf.dynamicreports.adhoc.transformation   
 

Uses of AdhocComponent in net.sf.dynamicreports.adhoc.configuration
 

Subclasses of AdhocComponent in net.sf.dynamicreports.adhoc.configuration
 class AdhocChart
           
 class AdhocTextField
           
 

Methods in net.sf.dynamicreports.adhoc.configuration that return AdhocComponent
 AdhocComponent AdhocComponent.clone()
           
 AdhocComponent AdhocReport.getComponent(String key)
           
 

Methods in net.sf.dynamicreports.adhoc.configuration that return types with arguments of type AdhocComponent
 List<AdhocComponent> AdhocReport.getComponents()
           
 

Methods in net.sf.dynamicreports.adhoc.configuration with parameters of type AdhocComponent
 void AdhocReport.addComponent(AdhocComponent component)
           
 void AdhocReport.setComponent(String key, AdhocComponent component)
           
 

Method parameters in net.sf.dynamicreports.adhoc.configuration with type arguments of type AdhocComponent
 void AdhocReport.setComponents(List<AdhocComponent> components)
           
 

Uses of AdhocComponent in net.sf.dynamicreports.adhoc.report
 

Methods in net.sf.dynamicreports.adhoc.report with parameters of type AdhocComponent
protected  ComponentBuilder<?,?> DefaultAdhocReportCustomizer.component(AdhocComponent adhocComponent)
           
protected  void DefaultAdhocReportCustomizer.component(AdhocComponent adhocComponent, ComponentBuilder<?,?> component)
           
 

Uses of AdhocComponent in net.sf.dynamicreports.adhoc.transformation
 

Methods in net.sf.dynamicreports.adhoc.transformation that return AdhocComponent
protected  AdhocComponent XmlToAdhocTransform.component(XmlAdhocComponent xmlAdhocComponent)
           
 

Methods in net.sf.dynamicreports.adhoc.transformation with parameters of type AdhocComponent
protected  XmlAdhocComponent AdhocToXmlTransform.component(AdhocComponent adhocComponent)
           
protected  void AdhocToXmlTransform.component(AdhocComponent adhocComponent, XmlAdhocComponent xmlAdhocComponent)
           
protected  void XmlToAdhocTransform.component(XmlAdhocComponent xmlAdhocComponent, AdhocComponent adhocComponent)
           
 



Copyright © 2010-2013. All Rights Reserved.