Uses of Enum
net.sf.jasperreports.crosstabs.fill.calculation.BucketValueOrderDecorator.OrderPosition
Packages that use BucketValueOrderDecorator.OrderPosition
Package
Description
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.OrderPositionModifier and TypeMethodDescriptionBucketDefinition.Bucket.getOrderPosition()BucketDefinition.OrderDecoratorBucket.getOrderPosition()BucketValueOrderDecorator.getOrderPosition()DefaultBucketValueOrderDecorator.getOrderPosition()Returns the enum constant of this type with the specified name.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.OrderPositionModifier and TypeMethodDescriptionintBucketValueOrderDecorator.OrderPosition.comparePosition(BucketValueOrderDecorator.OrderPosition other) static final <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.OrderPositionModifierConstructorDescriptionprotectedDefaultBucketValueOrderDecorator(T value, BucketValueOrderDecorator.OrderPosition position)