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

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

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

Methods in net.sf.dynamicreports.adhoc.configuration that return AdhocOrderType
 AdhocOrderType AdhocSort.getOrderType()
           
static AdhocOrderType AdhocOrderType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AdhocOrderType[] AdhocOrderType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.sf.dynamicreports.adhoc.configuration with parameters of type AdhocOrderType
 void AdhocSort.setOrderType(AdhocOrderType orderType)
           
 

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

Methods in net.sf.dynamicreports.adhoc.report with parameters of type AdhocOrderType
protected  OrderType DefaultAdhocReportCustomizer.orderType(AdhocOrderType adhocOrderType)
           
 

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

Methods in net.sf.dynamicreports.adhoc.transformation that return AdhocOrderType
protected  AdhocOrderType XmlToAdhocTransform.orderType(XmlAdhocOrderType xmlAdhocOrderType)
           
 

Methods in net.sf.dynamicreports.adhoc.transformation with parameters of type AdhocOrderType
protected  XmlAdhocOrderType AdhocToXmlTransform.orderType(AdhocOrderType adhocOrderType)
           
 



Copyright © 2010-2012. All Rights Reserved.