Class SubReportLayoutController
java.lang.Object
org.jfree.report.flow.layoutprocessor.ElementLayoutController
org.jfree.report.flow.layoutprocessor.SectionLayoutController
org.jfree.report.flow.layoutprocessor.SubReportLayoutController
- All Implemented Interfaces:
Cloneable
,LayoutController
Creation-Date: 24.11.2006, 13:56:57
- Author:
- Thomas Morgner
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jfree.report.flow.layoutprocessor.ElementLayoutController
ElementLayoutController.ElementPrecomputeKey
-
Field Summary
Fields inherited from class org.jfree.report.flow.layoutprocessor.ElementLayoutController
FINISHED, FINISHING, NOT_STARTED, OPENED, WAITING_FOR_JOIN
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected FlowController
finishData
(ReportTarget target, FlowController fc) protected FlowController
startData
(ReportTarget target, FlowController fc) Methods inherited from class org.jfree.report.flow.layoutprocessor.SectionLayoutController
finishElement, getIndex, getNodes, isDisplayable, join, processChild, processContent, resetSectionForRepeat, setIndex
Methods inherited from class org.jfree.report.flow.layoutprocessor.ElementLayoutController
advance, clone, computeAttributes, createPrecomputeInstance, getAttributeMap, getElement, getExpressionsCount, getFlowController, getIterationCount, getNode, getParent, getProcessingState, handleDefaultEndElement, initialize, isAdvanceable, isPrecomputing, performElementPrecomputation, setFlowController, setParent, setProcessingState, startElement, toString, tryRepeatingCommit
-
Constructor Details
-
SubReportLayoutController
public SubReportLayoutController()
-
-
Method Details
-
startData
protected FlowController startData(ReportTarget target, FlowController fc) throws DataSourceException, ReportProcessingException, ReportDataFactoryException - Overrides:
startData
in classSectionLayoutController
- Throws:
DataSourceException
ReportProcessingException
ReportDataFactoryException
-
finishData
protected FlowController finishData(ReportTarget target, FlowController fc) throws DataSourceException, ReportProcessingException - Overrides:
finishData
in classSectionLayoutController
- Throws:
DataSourceException
ReportProcessingException
-