Interface JRComponentElement

    • Field Detail

      • PROPERTY_COMPONENT_NAME

        static final java.lang.String PROPERTY_COMPONENT_NAME
        See Also:
        Constant Field Values
    • Method Detail

      • getComponentKey

        ComponentKey getComponentKey()
        Returns the component type key for this element.

        The component type key needs to be set in order to locate the component manager.

        Returns:
        the component type key
      • getComponent

        Component getComponent()
        Returns the component instance wrapped by this element.
        Returns:
        the component instance