Class JRCrosstabBucketFactory
- java.lang.Object
-
- net.sf.jasperreports.engine.xml.JRBaseFactory
-
- net.sf.jasperreports.crosstabs.xml.JRCrosstabBucketFactory
-
- All Implemented Interfaces:
org.apache.commons.digester.ObjectCreationFactory
public class JRCrosstabBucketFactory extends JRBaseFactory
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Field Summary
Fields Modifier and Type Field Description static StringATTRIBUTE_classstatic StringATTRIBUTE_orderstatic StringELEMENT_bucketstatic StringELEMENT_bucketExpressionstatic StringELEMENT_comparatorExpressionstatic StringELEMENT_orderByExpression-
Fields inherited from class net.sf.jasperreports.engine.xml.JRBaseFactory
digester, EXCEPTION_MESSAGE_KEY_UNKNOWN_REPORT_STYLE
-
-
Constructor Summary
Constructors Constructor Description JRCrosstabBucketFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectcreateObject(Attributes attributes)-
Methods inherited from class net.sf.jasperreports.engine.xml.JRBaseFactory
getDigester, setDigester
-
-
-
-
Field Detail
-
ELEMENT_bucket
public static final String ELEMENT_bucket
- See Also:
- Constant Field Values
-
ELEMENT_bucketExpression
public static final String ELEMENT_bucketExpression
- See Also:
- Constant Field Values
-
ELEMENT_orderByExpression
public static final String ELEMENT_orderByExpression
- See Also:
- Constant Field Values
-
ELEMENT_comparatorExpression
public static final String ELEMENT_comparatorExpression
- See Also:
- Constant Field Values
-
ATTRIBUTE_class
public static final String ATTRIBUTE_class
- See Also:
- Constant Field Values
-
ATTRIBUTE_order
public static final String ATTRIBUTE_order
- See Also:
- Constant Field Values
-
-
Method Detail
-
createObject
public Object createObject(Attributes attributes)
-
-