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

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

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

Methods in net.sf.dynamicreports.adhoc.transformation that return XmlAdhocSubtotalPosition
protected  XmlAdhocSubtotalPosition AdhocToXmlTransform.subtotalPosition(AdhocSubtotalPosition adhocSubtotalPosition)
           
 

Methods in net.sf.dynamicreports.adhoc.transformation with parameters of type XmlAdhocSubtotalPosition
protected  AdhocSubtotalPosition XmlToAdhocTransform.subtotalPosition(XmlAdhocSubtotalPosition xmlAdhocSubtotalPosition)
           
 

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

Fields in net.sf.dynamicreports.adhoc.xmlconfiguration declared as XmlAdhocSubtotalPosition
protected  XmlAdhocSubtotalPosition XmlAdhocSubtotal.position
           
 

Methods in net.sf.dynamicreports.adhoc.xmlconfiguration that return XmlAdhocSubtotalPosition
static XmlAdhocSubtotalPosition XmlAdhocSubtotalPosition.fromValue(String v)
           
 XmlAdhocSubtotalPosition XmlAdhocSubtotal.getPosition()
          Gets the value of the position property.
static XmlAdhocSubtotalPosition XmlAdhocSubtotalPosition.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static XmlAdhocSubtotalPosition[] XmlAdhocSubtotalPosition.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 XmlAdhocSubtotalPosition
 void XmlAdhocSubtotal.setPosition(XmlAdhocSubtotalPosition value)
          Sets the value of the position property.
 



Copyright © 2010-2013. All Rights Reserved.