public class ContentElementLayoutController extends ElementLayoutController
ElementLayoutController.ElementPrecomputeKeyFINISHED, 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, tryRepeatingCommitprotected LayoutController processContent(ReportTarget target) throws DataSourceException, ReportProcessingException, ReportDataFactoryException
ElementLayoutControllerprocessContent in class ElementLayoutControllertarget - 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.