Uses of Class
net.sf.jasperreports.engine.fill.JRBaseFiller
-
Packages that use JRBaseFiller Package Description net.sf.jasperreports.components.charts Contains interfaces and base classes for the built-in Spider Chart 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.component Provides interfaces and base classes for the built-in JasperReports component functionality.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).net.sf.jasperreports.parts.subreport -
-
Uses of JRBaseFiller in net.sf.jasperreports.components.charts
Methods in net.sf.jasperreports.components.charts that return JRBaseFiller Modifier and Type Method Description JRBaseFillerAbstractChartCustomizer. getFiller()Methods in net.sf.jasperreports.components.charts with parameters of type JRBaseFiller Modifier and Type Method Description voidAbstractChartCustomizer. init(JRBaseFiller chartFiller, JRFillElementDataset dataset)Initializes the chart customizer.voidAbstractChartCustomizer. setFiller(JRBaseFiller filler) -
Uses of JRBaseFiller in net.sf.jasperreports.engine
Fields in net.sf.jasperreports.engine declared as JRBaseFiller Modifier and Type Field Description protected JRBaseFillerJRAbstractChartCustomizer. filler -
Uses of JRBaseFiller in net.sf.jasperreports.engine.component
Methods in net.sf.jasperreports.engine.component that return JRBaseFiller Modifier and Type Method Description JRBaseFillerFillContext. getFiller()Returns the filler object. -
Uses of JRBaseFiller in net.sf.jasperreports.engine.fill
Subclasses of JRBaseFiller in net.sf.jasperreports.engine.fill Modifier and Type Class Description classJRHorizontalFillerclassJRVerticalFillerFields in net.sf.jasperreports.engine.fill declared as JRBaseFiller Modifier and Type Field Description protected JRBaseFillerJRFillElement. fillerprotected JRBaseFillerJRFillElementContainer. fillerprotected JRBaseFillerJRFillObjectFactory. fillerprotected JRBaseFillerJRFillSection. fillerprotected JRBaseFillerAbstractThreadSubreportRunner. subreportFillerprotected JRBaseFillerJRFillSubreport. subreportFillerFields in net.sf.jasperreports.engine.fill with type parameters of type JRBaseFiller Modifier and Type Field Description protected java.util.Map<java.lang.Integer,JRBaseFiller>JRBaseFiller. subfillersCollection of subfillersMethods in net.sf.jasperreports.engine.fill that return JRBaseFiller Modifier and Type Method Description protected static JRBaseFillerJRFiller. createBandReportFiller(JasperReportsContext jasperReportsContext, JasperReportSource reportSource)static JRBaseFillerJRFiller. createFiller(JasperReportsContext jasperReportsContext, JasperReport jasperReport)JRBaseFillerFillerPageAddedEvent. getFiller()JRBaseFillerJRFillComponentElement. getFiller()JRBaseFillerJRFillCrosstab. getFiller()JRBaseFillerJRFillElement. getFiller()protected JRBaseFillerJRFillElementDataset. getFiller()JRBaseFillerJRFillObjectFactory. getFiller()Returns the current report filler.Methods in net.sf.jasperreports.engine.fill with parameters of type JRBaseFiller Modifier and Type Method Description voidBandReportFillerParent. abortSubfiller(JRBaseFiller filler)voidFillerSubreportParent. abortSubfiller(JRBaseFiller filler)JRSubreportRunnerJRContinuationSubreportRunnerFactory. createSubreportRunner(JRFillSubreport fillSubreport, JRBaseFiller subreportFiller)JRSubreportRunnerJRSubreportRunnerFactory. createSubreportRunner(JRFillSubreport fillSubreport, JRBaseFiller subreportFiller)Creates a newJRSubreportRunnerinstance.JRSubreportRunnerJRThreadSubreportRunnerFactory. createSubreportRunner(JRFillSubreport fillSubreport, JRBaseFiller subreportFiller)JRSubreportRunnerThreadPoolSubreportRunnerFactory. createSubreportRunner(JRFillSubreport fillSubreport, JRBaseFiller subreportFiller)protected static ReportTemplateSourceJRFillReportTemplate. loadTemplate(java.lang.Object source, JRBaseFiller filler, RepositoryContext repositoryContext)voidBandReportFillerParent. registerSubfiller(JRBaseFiller filler)voidFillerSubreportParent. registerSubfiller(JRBaseFiller filler)protected voidJRBaseFiller. registerSubfiller(JRBaseFiller subfiller)voidBandReportFillerParent. unregisterSubfiller(JRBaseFiller filler)voidFillerSubreportParent. unregisterSubfiller(JRBaseFiller filler)protected voidJRBaseFiller. unregisterSubfiller(JRBaseFiller subfiller) -
Uses of JRBaseFiller in net.sf.jasperreports.parts.subreport
Methods in net.sf.jasperreports.parts.subreport that return JRBaseFiller Modifier and Type Method Description protected JRBaseFillerSubreportFillPart. createBandSubfiller(PartPrintOutput output)Methods in net.sf.jasperreports.parts.subreport with parameters of type JRBaseFiller Modifier and Type Method Description voidSubreportFillPart.PartBandParent. abortSubfiller(JRBaseFiller filler)voidSubreportFillPart.PartBandParent. registerSubfiller(JRBaseFiller filler)voidSubreportFillPart.PartBandParent. unregisterSubfiller(JRBaseFiller filler)Constructors in net.sf.jasperreports.parts.subreport with parameters of type JRBaseFiller Constructor Description FillerPrintPart(JRBaseFiller filler)
-