org.jfree.report.modules.misc.autotable.flow
public class AutoTableLayoutController extends ElementLayoutController
ElementLayoutController.ElementPrecomputeKey
Modifier and Type | Field and Description |
---|---|
static int |
HANDLING_DATA |
static int |
HANDLING_FOOTER |
static int |
HANDLING_HEADER |
FINISHED, FINISHING, NOT_STARTED, OPENED, WAITING_FOR_JOIN
Constructor and Description |
---|
AutoTableLayoutController() |
Modifier and Type | Method and Description |
---|---|
int |
getCurrentColumn() |
void |
initialize(java.lang.Object node,
FlowController flowController,
LayoutController parent)
Initializes the layout controller.
|
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, isAdvanceable, isPrecomputing, performElementPrecomputation, setFlowController, setParent, setProcessingState, startData, startElement, toString, tryRepeatingCommit
public static final int HANDLING_HEADER
public static final int HANDLING_DATA
public static final int HANDLING_FOOTER
public void initialize(java.lang.Object node, FlowController flowController, LayoutController parent) throws DataSourceException, ReportDataFactoryException, ReportProcessingException
ElementLayoutController
initialize
in interface LayoutController
initialize
in class ElementLayoutController
node
- the currently processed object or layout node.flowController
- the current flow controller.parent
- the parent layout controller that was responsible for
instantiating this controller.DataSourceException
- if there was a problem reading data from
the datasource.ReportDataFactoryException
- if a query failed.ReportProcessingException
- if there was a general problem during
the report processing.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.public int getCurrentColumn()