net.sf.jasperreports.components.list
Class BaseListContents
java.lang.Object
net.sf.jasperreports.engine.base.JRBaseElementGroup
net.sf.jasperreports.components.list.BaseListContents
- All Implemented Interfaces:
- Serializable, Cloneable, ListContents, JRChild, JRCloneable, JRElementGroup, JRVisitable
public class BaseListContents
- extends JRBaseElementGroup
- implements ListContents
ListContents implementation used in compiled reports.
- Version:
- $Id: BaseListContents.java 4595 2011-09-08 15:55:10Z teodord $
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
- See Also:
- Serialized Form
|
Method Summary |
int |
getHeight()
Returns the height of the list contents. |
Integer |
getWidth()
Returns the width of the list contents. |
| Methods inherited from interface net.sf.jasperreports.engine.JRChild |
clone |
BaseListContents
protected BaseListContents(ListContents listContents,
JRBaseObjectFactory factory)
getHeight
public int getHeight()
- Description copied from interface:
ListContents
- Returns the height of the list contents.
This value is used as a minimum list item height: if the space left on
the page is smaller than the height, then an overflow is triggered and
the list item is printed on a new page/column.
- Specified by:
getHeight in interface ListContents
- Returns:
- the height of the list contents
getWidth
public Integer getWidth()
- Description copied from interface:
ListContents
- Returns the width of the list contents.
When the list is filled horizontally, several list cells will be placed
on the same row one next to another within the width of the list element
(unless the list element width is ignored).
The width of the list contents will determine how many cells can be
placed on a row.
- Specified by:
getWidth in interface ListContents
- Returns:
- the width of the list contents
- See Also:
ListComponent.getPrintOrderValue(),
ListComponent.getIgnoreWidth()
Copyright © 2012. All Rights Reserved.