net.sf.jasperreports.engine
Interface JRBand
- All Superinterfaces:
- JRChild, JRElementGroup
- All Known Implementing Classes:
- JRBaseBand, JRDesignBand, JRFillBand
public interface JRBand
- extends JRElementGroup
Implementations of this interface represent various sections in the report template. A report can contain the following
bands: background, title, summary, page header, page footer, last page footer, column header, column footer and detail.
For each group defined in the report, there is a corresponding group header and group footer.
- Version:
- $Id: JRBand.java 1229 2006-04-19 13:27:35 +0300 (Wed, 19 Apr 2006) teodord $
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
getHeight
int getHeight()
isSplitAllowed
boolean isSplitAllowed()
- Specifies if the band can be splitted between two pages.
setSplitAllowed
void setSplitAllowed(boolean isSplitAllowed)
getPrintWhenExpression
JRExpression getPrintWhenExpression()
- Returns the boolean expression that specifies if the band will be displayed.
© 2001-2006 JasperSoft Corporation www.jaspersoft.com