Uses of Interface
net.sf.jasperreports.engine.JRPrintElementListContainer
-
Packages that use JRPrintElementListContainer Package Description net.sf.jasperreports.components.list Contains classes for the built-in List component.net.sf.jasperreports.engine Provides access to the library's main functionality through facade classes for compiling, filling and exporting reports and also publishes the library's main interfaces and classes.net.sf.jasperreports.engine.base Contains base implementations for the library's main interfaces.net.sf.jasperreports.engine.fill Contains fill time implementations for the library's main interfaces and the entire engine used in the filling process (the actual core of JasperReports). -
-
Uses of JRPrintElementListContainer in net.sf.jasperreports.components.list
Classes in net.sf.jasperreports.components.list that implement JRPrintElementListContainer Modifier and Type Class Description protected static class
BaseFillList.AppendingPrintElementContainer
-
Uses of JRPrintElementListContainer in net.sf.jasperreports.engine
Subinterfaces of JRPrintElementListContainer in net.sf.jasperreports.engine Modifier and Type Interface Description interface
JRPrintElementContainer
Print element container interface.interface
JRPrintPage
-
Uses of JRPrintElementListContainer in net.sf.jasperreports.engine.base
Classes in net.sf.jasperreports.engine.base that implement JRPrintElementListContainer Modifier and Type Class Description class
JRBasePrintFrame
Base implementation ofJRPrintFrame
.class
JRBasePrintPage
class
JRVirtualPrintPage
A print page that can be virtualized to free heap memory. -
Uses of JRPrintElementListContainer in net.sf.jasperreports.engine.fill
Classes in net.sf.jasperreports.engine.fill that implement JRPrintElementListContainer Modifier and Type Class Description class
JRPrintBand
class
JRTemplatePrintFrame
Implementation ofJRPrintFrame
that usestemplate frames
to store common attributes.class
VirtualizableFrame
-