Class ComponentsExtensionsRegistryFactory

  • All Implemented Interfaces:
    ExtensionsRegistryFactory

    public class ComponentsExtensionsRegistryFactory
    extends java.lang.Object
    implements ExtensionsRegistryFactory
    Extension registry factory that includes built-in component element implementations.

    This registry factory is registered by default in JasperReports.

    Author:
    Lucian Chirita (lucianc@users.sourceforge.net)
    See Also:
    ListComponent
    • Field Detail

      • LIST_COMPONENT_NAME

        public static final java.lang.String LIST_COMPONENT_NAME
        See Also:
        Constant Field Values
      • TABLE_COMPONENT_NAME

        public static final java.lang.String TABLE_COMPONENT_NAME
        See Also:
        Constant Field Values
      • BARBECUE_COMPONENT_NAME

        public static final java.lang.String BARBECUE_COMPONENT_NAME
        See Also:
        Constant Field Values
      • BARCODE4J_COMPONENT_NAMES

        public static final java.util.List<java.lang.String> BARCODE4J_COMPONENT_NAMES
      • SPIDERCHART_COMPONENT_NAME

        public static final java.lang.String SPIDERCHART_COMPONENT_NAME
        See Also:
        Constant Field Values
      • MAP_COMPONENT_NAME

        public static final java.lang.String MAP_COMPONENT_NAME
        See Also:
        Constant Field Values
      • SORT_COMPONENT_NAME

        public static final java.lang.String SORT_COMPONENT_NAME
        See Also:
        Constant Field Values
      • ICONLABEL_COMPONENT_NAME

        public static final java.lang.String ICONLABEL_COMPONENT_NAME
        See Also:
        Constant Field Values
    • Constructor Detail

      • ComponentsExtensionsRegistryFactory

        public ComponentsExtensionsRegistryFactory()