Uses of Class
net.sf.dynamicreports.report.constant.OrderType

Packages that use OrderType
net.sf.dynamicreports.design.base   
net.sf.dynamicreports.design.base.crosstab   
net.sf.dynamicreports.design.definition   
net.sf.dynamicreports.design.definition.crosstab   
net.sf.dynamicreports.design.transformation.chartcustomizer   
net.sf.dynamicreports.jasper.transformation   
net.sf.dynamicreports.report.base   
net.sf.dynamicreports.report.base.crosstab   
net.sf.dynamicreports.report.base.chart.plot   
net.sf.dynamicreports.report.builder   
net.sf.dynamicreports.report.builder.crosstab   
net.sf.dynamicreports.report.builder.chart   
net.sf.dynamicreports.report.constant   
net.sf.dynamicreports.report.definition   
net.sf.dynamicreports.report.definition.crosstab   
net.sf.dynamicreports.report.definition.chart.plot   
 

Uses of OrderType in net.sf.dynamicreports.design.base
 

Methods in net.sf.dynamicreports.design.base that return OrderType
 OrderType DRDesignSort.getOrderType()
           
 

Methods in net.sf.dynamicreports.design.base with parameters of type OrderType
 void DRDesignSort.setOrderType(OrderType orderType)
           
 

Uses of OrderType in net.sf.dynamicreports.design.base.crosstab
 

Methods in net.sf.dynamicreports.design.base.crosstab that return OrderType
 OrderType DRDesignCrosstabGroup.getOrderType()
           
 

Methods in net.sf.dynamicreports.design.base.crosstab with parameters of type OrderType
 void DRDesignCrosstabGroup.setOrderType(OrderType orderType)
           
 

Uses of OrderType in net.sf.dynamicreports.design.definition
 

Methods in net.sf.dynamicreports.design.definition that return OrderType
 OrderType DRIDesignSort.getOrderType()
           
 

Uses of OrderType in net.sf.dynamicreports.design.definition.crosstab
 

Methods in net.sf.dynamicreports.design.definition.crosstab that return OrderType
 OrderType DRIDesignCrosstabGroup.getOrderType()
           
 

Uses of OrderType in net.sf.dynamicreports.design.transformation.chartcustomizer
 

Constructors in net.sf.dynamicreports.design.transformation.chartcustomizer with parameters of type OrderType
SeriesOrderCategoryDataset(org.jfree.data.category.CategoryDataset dataset, Comparator<String> seriesOrderBy, OrderType seriesOrderType)
           
SeriesOrderCustomizer(Comparator<String> seriesOrderBy, OrderType seriesOrderType)
           
 

Uses of OrderType in net.sf.dynamicreports.jasper.transformation
 

Methods in net.sf.dynamicreports.jasper.transformation with parameters of type OrderType
static net.sf.jasperreports.engine.analytics.dataset.BucketOrder ConstantTransform.bucketOrderType(OrderType orderType)
           
static net.sf.jasperreports.engine.type.SortOrderEnum ConstantTransform.orderType(OrderType orderType)
           
 

Uses of OrderType in net.sf.dynamicreports.report.base
 

Methods in net.sf.dynamicreports.report.base that return OrderType
 OrderType DRSort.getOrderType()
           
 

Methods in net.sf.dynamicreports.report.base with parameters of type OrderType
 void DRSort.setOrderType(OrderType orderType)
           
 

Uses of OrderType in net.sf.dynamicreports.report.base.crosstab
 

Methods in net.sf.dynamicreports.report.base.crosstab that return OrderType
 OrderType DRCrosstabGroup.getOrderType()
           
 

Methods in net.sf.dynamicreports.report.base.crosstab with parameters of type OrderType
 void DRCrosstabGroup.setOrderType(OrderType orderType)
           
 

Uses of OrderType in net.sf.dynamicreports.report.base.chart.plot
 

Methods in net.sf.dynamicreports.report.base.chart.plot that return OrderType
 OrderType DRAxisPlot.getSeriesOrderType()
           
 

Methods in net.sf.dynamicreports.report.base.chart.plot with parameters of type OrderType
 void DRAxisPlot.setSeriesOrderType(OrderType seriesOrderType)
           
 

Uses of OrderType in net.sf.dynamicreports.report.builder
 

Methods in net.sf.dynamicreports.report.builder with parameters of type OrderType
 SortBuilder SortBuilder.setOrderType(OrderType orderType)
           
 

Uses of OrderType in net.sf.dynamicreports.report.builder.crosstab
 

Methods in net.sf.dynamicreports.report.builder.crosstab with parameters of type OrderType
 T AbstractCrosstabGroupBuilder.setOrderType(OrderType orderType)
           
 

Uses of OrderType in net.sf.dynamicreports.report.builder.chart
 

Methods in net.sf.dynamicreports.report.builder.chart with parameters of type OrderType
 T AbstractCategoryChartBuilder.setSeriesOrderType(OrderType seriesOrderType)
           
 

Uses of OrderType in net.sf.dynamicreports.report.constant
 

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

Uses of OrderType in net.sf.dynamicreports.report.definition
 

Methods in net.sf.dynamicreports.report.definition that return OrderType
 OrderType DRISort.getOrderType()
           
 

Uses of OrderType in net.sf.dynamicreports.report.definition.crosstab
 

Methods in net.sf.dynamicreports.report.definition.crosstab that return OrderType
 OrderType DRICrosstabGroup.getOrderType()
           
 

Uses of OrderType in net.sf.dynamicreports.report.definition.chart.plot
 

Methods in net.sf.dynamicreports.report.definition.chart.plot that return OrderType
 OrderType DRIAxisPlot.getSeriesOrderType()
           
 



Copyright © 2010-2014. All Rights Reserved.