public class HorizontalFillList extends BaseFillList
BaseFillList.AppendingPrintElementContainercontentsHeight, datasetRun, filling, fillStarted, printFrame, printFrameTemplateselementId, fillContext, printElementOriginator| Constructor and Description |
|---|
HorizontalFillList(ListComponent component,
JRFillObjectFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
fillRow(int columnCount) |
protected FillListContents |
getContents(int columnIndex) |
FillPrepareResult |
prepare(int availableHeight)
Prepares to fill the component by deciding whether the component will
print, and how much vertical space it will require.
|
void |
rewind()
The default implementation is empty.
|
createDatasetExpressionEvaluator, createPrintFrame, evaluate, fill, getFrameTemplatededuplicate, evaluateDelayedElement, evaluateExpression, initializepublic HorizontalFillList(ListComponent component, JRFillObjectFactory factory) throws JRException
JRExceptionpublic FillPrepareResult prepare(int availableHeight)
FillComponentavailableHeight - the amount of vertical space available for the
component, starting from the top of the component element.protected void fillRow(int columnCount)
throws JRException
JRExceptionprotected FillListContents getContents(int columnIndex)
public void rewind()
BaseFillComponentOverride this method if something needs to be done on component rewind.
rewind in interface FillComponentrewind in class BaseFillListCopyright © 2014. All rights reserved.