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 java.lang.StringATTRIBUTE_classstatic java.lang.StringATTRIBUTE_orderstatic java.lang.StringELEMENT_bucketstatic java.lang.StringELEMENT_bucketExpressionstatic java.lang.StringELEMENT_comparatorExpressionstatic java.lang.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 java.lang.ObjectcreateObject(org.xml.sax.Attributes attributes)-
Methods inherited from class net.sf.jasperreports.engine.xml.JRBaseFactory
getDigester, setDigester
-
-
-
-
Field Detail
-
ELEMENT_bucket
public static final java.lang.String ELEMENT_bucket
- See Also:
- Constant Field Values
-
ELEMENT_bucketExpression
public static final java.lang.String ELEMENT_bucketExpression
- See Also:
- Constant Field Values
-
ELEMENT_orderByExpression
public static final java.lang.String ELEMENT_orderByExpression
- See Also:
- Constant Field Values
-
ELEMENT_comparatorExpression
public static final java.lang.String ELEMENT_comparatorExpression
- See Also:
- Constant Field Values
-
ATTRIBUTE_class
public static final java.lang.String ATTRIBUTE_class
- See Also:
- Constant Field Values
-
ATTRIBUTE_order
public static final java.lang.String ATTRIBUTE_order
- See Also:
- Constant Field Values
-
-