Uses of Class
net.sf.jasperreports.crosstabs.fill.calculation.BucketValueOrderDecorator.OrderPosition
-
Packages that use BucketValueOrderDecorator.OrderPosition Package Description net.sf.jasperreports.crosstabs.fill.calculation Contains classes to be used in crosstab calculations at report filling time. -
-
Uses of BucketValueOrderDecorator.OrderPosition in net.sf.jasperreports.crosstabs.fill.calculation
Methods in net.sf.jasperreports.crosstabs.fill.calculation that return BucketValueOrderDecorator.OrderPosition Modifier and Type Method Description BucketValueOrderDecorator.OrderPosition
BucketDefinition.Bucket. getOrderPosition()
BucketValueOrderDecorator.OrderPosition
BucketDefinition.OrderDecoratorBucket. getOrderPosition()
BucketValueOrderDecorator.OrderPosition
BucketValueOrderDecorator. getOrderPosition()
BucketValueOrderDecorator.OrderPosition
DefaultBucketValueOrderDecorator. getOrderPosition()
static BucketValueOrderDecorator.OrderPosition
BucketValueOrderDecorator.OrderPosition. valueOf(String name)
Returns the enum constant of this type with the specified name.static BucketValueOrderDecorator.OrderPosition[]
BucketValueOrderDecorator.OrderPosition. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sf.jasperreports.crosstabs.fill.calculation with parameters of type BucketValueOrderDecorator.OrderPosition Modifier and Type Method Description int
BucketValueOrderDecorator.OrderPosition. comparePosition(BucketValueOrderDecorator.OrderPosition other)
static <T extends Comparable<T>>
DefaultBucketValueOrderDecorator<T>DefaultBucketValueOrderDecorator. wrap(T value, BucketValueOrderDecorator.OrderPosition position)
Constructors in net.sf.jasperreports.crosstabs.fill.calculation with parameters of type BucketValueOrderDecorator.OrderPosition Constructor Description DefaultBucketValueOrderDecorator(T value, BucketValueOrderDecorator.OrderPosition position)
-