| |
|
| java.lang.Object org.jfree.report.Element org.jfree.report.Band org.jfree.report.AbstractRootLevelBand org.jfree.report.NoDataBand
NoDataBand | public class NoDataBand extends AbstractRootLevelBand (Code) | | The No-Data-Band is printed if the current report has no data in its main data-table. It replaces the itemband for
such reports.
author: Thomas Morgner |
Constructor Summary | |
public | NoDataBand() Constructs a new band. | public | NoDataBand(boolean pagebreakBefore, boolean pagebreakAfter) Constructs a new band with the given pagebreak attributes. |
NoDataBand | public NoDataBand()(Code) | | Constructs a new band.
|
NoDataBand | public NoDataBand(boolean pagebreakBefore, boolean pagebreakAfter)(Code) | | Constructs a new band with the given pagebreak attributes. Pagebreak attributes have no effect on subbands.
Parameters: pagebreakAfter - defines, whether a pagebreak should be done after that band was printed. Parameters: pagebreakBefore - defines, whether a pagebreak should be done before that band gets printed. |
Fields inherited from org.jfree.report.Element | final public static String ANONYMOUS_ELEMENT_PREFIX(Code)(Java Doc)
|
|
|
|