Package net.sf.jasperreports.engine
Interface JRPrintElementListContainer
- All Known Subinterfaces:
JRPrintElementContainer,JRPrintPage
- All Known Implementing Classes:
BaseFillList.AppendingPrintElementContainer,JRBasePrintFrame,JRBasePrintPage,JRPrintBand,JRTemplatePrintFrame,JRVirtualPrintPage,VirtualizableFrame
public interface JRPrintElementListContainer
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddElement(JRPrintElement element) Adds an element to the container.Returns the list ofelementsof the container.
-
Method Details
-
getElements
List<JRPrintElement> getElements()Returns the list ofelementsof the container.- Returns:
- the list of elements
-
addElement
Adds an element to the container.- Parameters:
element- the element to add
-