|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jasperreports.engine.component.BaseFillComponent
net.sf.jasperreports.components.list.BaseFillList
net.sf.jasperreports.components.list.VerticalFillList
public class VerticalFillList
Vertical fill list component implementation.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class net.sf.jasperreports.components.list.BaseFillList |
|---|
BaseFillList.AppendingPrintElementContainer |
| Field Summary |
|---|
| Fields inherited from class net.sf.jasperreports.components.list.BaseFillList |
|---|
contentsHeight, datasetRun, filling, fillStarted, printFrame, printFrameTemplates |
| Fields inherited from class net.sf.jasperreports.engine.component.BaseFillComponent |
|---|
fillContext |
| Constructor Summary | |
|---|---|
VerticalFillList(ListComponent component,
JRFillObjectFactory factory)
|
|
| Method Summary | |
|---|---|
protected boolean |
fillContents(int availableHeight)
|
FillPrepareResult |
prepare(int availableHeight)
Prepares to fill the component by deciding whether the component will print, and how much vertical space it will require. |
| Methods inherited from class net.sf.jasperreports.components.list.BaseFillList |
|---|
createDatasetExpressionEvaluator, createPrintFrame, evaluate, fill, getFrameTemplate, rewind |
| Methods inherited from class net.sf.jasperreports.engine.component.BaseFillComponent |
|---|
evaluateDelayedElement, evaluateExpression, initialize |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VerticalFillList(ListComponent component,
JRFillObjectFactory factory)
throws JRException
JRException| Method Detail |
|---|
public FillPrepareResult prepare(int availableHeight)
FillComponent
availableHeight - the amount of vertical space available for the
component, starting from the top of the component element.
protected boolean fillContents(int availableHeight)
throws JRException
JRException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||