org.jfree.report.modules.misc.autotable.flow
public class AutoTableLayoutController extends ElementLayoutController
Field Summary | |
---|---|
static int | HANDLING_DATA |
static int | HANDLING_FOOTER |
static int | HANDLING_HEADER |
Constructor Summary | |
---|---|
AutoTableLayoutController() |
Method Summary | |
---|---|
int | getCurrentColumn() |
void | initialize(Object node, FlowController flowController, LayoutController parent) |
LayoutController | join(FlowController flowController)
Joins with a delegated process flow. |
protected LayoutController | processContent(ReportTarget target) |
Parameters: flowController the flow controller of the parent.
Returns: the joined layout controller that incorperates all changes from the delegate.