Interface JRComponentElement

All Superinterfaces:
Cloneable, JRChild, JRCloneable, JRCommonElement, JRElement, JRIdentifiable, JRPropertiesHolder, JRStyleContainer, JRVisitable
All Known Implementing Classes:
JRBaseComponentElement, JRDesignComponentElement, JRFillComponentElement

public interface JRComponentElement extends JRElement
A report element that wraps an abstract component.
Author:
Lucian Chirita (lucianc@users.sourceforge.net)
  • Field Details

  • Method Details

    • getComponent

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