Interface ComponentContext
-
- All Known Implementing Classes:
BaseComponentContext
public interface ComponentContext
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JRComponentElement
getComponentElement()
Returns the component element that wraps the component.
-
-
-
Method Detail
-
getComponentElement
JRComponentElement getComponentElement()
Returns the component element that wraps the component.- Returns:
- the current component element
-
-