public class ContentElementLayoutController extends ElementLayoutController
ElementLayoutController.ElementPrecomputeKey
FINISHED, FINISHING, NOT_STARTED, OPENED, WAITING_FOR_JOIN
Constructor and Description |
---|
ContentElementLayoutController() |
Modifier and Type | Method and Description |
---|---|
LayoutController |
join(FlowController flowController)
Joins with a delegated process flow.
|
protected LayoutController |
processContent(ReportTarget target)
Processes any content in this element.
|
advance, clone, computeAttributes, createPrecomputeInstance, finishElement, getAttributeMap, getElement, getExpressionsCount, getFlowController, getIterationCount, getNode, getParent, getProcessingState, handleDefaultEndElement, initialize, isAdvanceable, isPrecomputing, performElementPrecomputation, setFlowController, setParent, setProcessingState, startData, startElement, toString, tryRepeatingCommit
protected LayoutController processContent(ReportTarget target) throws DataSourceException, ReportProcessingException, ReportDataFactoryException
ElementLayoutController
processContent
in class ElementLayoutController
target
- the report target that receives generated events.DataSourceException
- if there was a problem reading data from
the datasource.ReportProcessingException
- if there was a general problem during
the report processing.ReportDataFactoryException
- if a query failed.public LayoutController join(FlowController flowController)
flowController
- the flow controller of the parent.