net.sf.jasperreports.components.list
Class VerticalFillList
java.lang.Object
net.sf.jasperreports.engine.component.BaseFillComponent
net.sf.jasperreports.components.list.BaseFillList
net.sf.jasperreports.components.list.VerticalFillList
- All Implemented Interfaces:
- FillComponent
public class VerticalFillList
- extends BaseFillList
Vertical fill list component implementation.
- Version:
- $Id: VerticalFillList.java 4595 2011-09-08 15:55:10Z teodord $
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
|
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VerticalFillList
public VerticalFillList(ListComponent component,
JRFillObjectFactory factory)
throws JRException
- Throws:
JRException
prepare
public FillPrepareResult prepare(int availableHeight)
- Description copied from interface:
FillComponent
- Prepares to fill the component by deciding whether the component will
print, and how much vertical space it will require.
- Parameters:
availableHeight - the amount of vertical space available for the
component, starting from the top of the component element.
- Returns:
- the result of the preparation, which specifies whether the
component will print and how much it will stretch vertically.
fillContents
protected boolean fillContents(int availableHeight)
throws JRException
- Throws:
JRException
Copyright © 2012. All Rights Reserved.