Uses of Class
net.sf.dynamicreports.adhoc.xmlconfiguration.XmlAdhocComponent

Packages that use XmlAdhocComponent
net.sf.dynamicreports.adhoc.transformation   
net.sf.dynamicreports.adhoc.xmlconfiguration   
 

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

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

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

Uses of XmlAdhocComponent in net.sf.dynamicreports.adhoc.xmlconfiguration
 

Subclasses of XmlAdhocComponent in net.sf.dynamicreports.adhoc.xmlconfiguration
 class XmlAdhocChart
          Java class for Chart complex type.
 class XmlAdhocTextField
          Java class for TextField complex type.
 

Fields in net.sf.dynamicreports.adhoc.xmlconfiguration with type parameters of type XmlAdhocComponent
protected  List<XmlAdhocComponent> XmlAdhocReport.component
           
 

Methods in net.sf.dynamicreports.adhoc.xmlconfiguration that return XmlAdhocComponent
 XmlAdhocComponent ObjectFactory.createXmlAdhocComponent()
          Create an instance of XmlAdhocComponent
 

Methods in net.sf.dynamicreports.adhoc.xmlconfiguration that return types with arguments of type XmlAdhocComponent
 List<XmlAdhocComponent> XmlAdhocReport.getComponent()
          Gets the value of the component property.
 



Copyright © 2010-2013. All Rights Reserved.