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

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

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

Methods in net.sf.dynamicreports.adhoc.transformation that return XmlAdhocGroupHeaderLayout
protected  XmlAdhocGroupHeaderLayout AdhocToXmlTransform.groupHeaderLayout(AdhocGroupHeaderLayout adhocGroupHeaderLayout)
           
 

Methods in net.sf.dynamicreports.adhoc.transformation with parameters of type XmlAdhocGroupHeaderLayout
protected  AdhocGroupHeaderLayout XmlToAdhocTransform.groupHeaderLayout(XmlAdhocGroupHeaderLayout xmlAdhocGroupHeaderLayout)
           
 

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

Fields in net.sf.dynamicreports.adhoc.xmlconfiguration declared as XmlAdhocGroupHeaderLayout
protected  XmlAdhocGroupHeaderLayout XmlAdhocGroup.headerLayout
           
 

Methods in net.sf.dynamicreports.adhoc.xmlconfiguration that return XmlAdhocGroupHeaderLayout
static XmlAdhocGroupHeaderLayout XmlAdhocGroupHeaderLayout.fromValue(String v)
           
 XmlAdhocGroupHeaderLayout XmlAdhocGroup.getHeaderLayout()
          Gets the value of the headerLayout property.
static XmlAdhocGroupHeaderLayout XmlAdhocGroupHeaderLayout.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static XmlAdhocGroupHeaderLayout[] XmlAdhocGroupHeaderLayout.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.sf.dynamicreports.adhoc.xmlconfiguration with parameters of type XmlAdhocGroupHeaderLayout
 void XmlAdhocGroup.setHeaderLayout(XmlAdhocGroupHeaderLayout value)
          Sets the value of the headerLayout property.
 



Copyright © 2010-2012. All Rights Reserved.