|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.pentaho.reporting.engine.classic.core.Element
org.pentaho.reporting.engine.classic.core.Section
org.pentaho.reporting.engine.classic.core.Band
org.pentaho.reporting.engine.classic.core.AbstractRootLevelBand
org.pentaho.reporting.engine.classic.core.NoDataBand
public class NoDataBand
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.
| Field Summary |
|---|
| Fields inherited from class org.pentaho.reporting.engine.classic.core.Band |
|---|
ANONYMOUS_BAND_PREFIX, CONTENT_TYPE |
| Fields inherited from class org.pentaho.reporting.engine.classic.core.Element |
|---|
ANONYMOUS_ELEMENT_PREFIX |
| Constructor Summary | |
|---|---|
NoDataBand()
Constructs a new band. |
|
NoDataBand(boolean pagebreakBefore,
boolean pagebreakAfter)
Constructs a new band with the given pagebreak attributes. |
|
| Method Summary |
|---|
| Methods inherited from class org.pentaho.reporting.engine.classic.core.AbstractRootLevelBand |
|---|
addSubReport, addSubReport, clone, derive, getSubReport, getSubReportCount, getSubReports, removeSubreport |
| Methods inherited from class org.pentaho.reporting.engine.classic.core.Band |
|---|
addElement, addElement, addElements, clear, getElement, getElement, getElementArray, getElementCount, isPagebreakAfterPrint, isPagebreakBeforePrint, removeElement, setElementAt, setPagebreakAfterPrint, setPagebreakBeforePrint, toString, unsafeGetElementArray |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.pentaho.reporting.engine.classic.core.ReportElement |
|---|
getAttribute, getAttributeExpression, getAttributeExpressionNames, getAttributeExpressionNamespaces, getAttributeNames, getAttributeNamespaces, getAttributes, getId, getMetaData, getName, getObjectID, getParentSection, getReportDefinition, getStyle, getStyleExpression, getStyleExpressions, getTreeLock, setAttribute, setAttributeExpression, setStyleExpression |
| Constructor Detail |
|---|
public NoDataBand()
public NoDataBand(boolean pagebreakBefore,
boolean pagebreakAfter)
pagebreakAfter - defines, whether a pagebreak should be done after that band was printed.pagebreakBefore - defines, whether a pagebreak should be done before that band gets printed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||