|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JRBand
Implementations of this interface represent various bands in the report template. A report can contain the following bands: background, title, summary, page header, page footer, last page footer, column header and column footer.
JRSection
Field Summary | |
---|---|
static java.lang.String |
PROPERTY_SPLIT_TYPE
|
static java.lang.Byte |
SPLIT_TYPE_IMMEDIATE
Deprecated. Replaced by SplitTypeEnum.IMMEDIATE . |
static java.lang.Byte |
SPLIT_TYPE_PREVENT
Deprecated. Replaced by SplitTypeEnum.PREVENT . |
static java.lang.Byte |
SPLIT_TYPE_STRETCH
Deprecated. Replaced by SplitTypeEnum.STRETCH . |
Method Summary | |
---|---|
int |
getHeight()
|
JRExpression |
getPrintWhenExpression()
Returns the boolean expression that specifies if the band will be displayed. |
java.lang.Byte |
getSplitType()
Deprecated. Replaced by getSplitTypeValue() . |
SplitTypeEnum |
getSplitTypeValue()
Specifies the band split behavior. |
boolean |
isSplitAllowed()
Deprecated. Replaced by getSplitType() . |
void |
setSplitAllowed(boolean isSplitAllowed)
Deprecated. Replaced by setSplitType(Byte) . |
void |
setSplitType(java.lang.Byte splitType)
Deprecated. Replaced by setSplitType(SplitTypeEnum) . |
void |
setSplitType(SplitTypeEnum splitType)
|
Methods inherited from interface net.sf.jasperreports.engine.JRElementGroup |
---|
getChildren, getElementByKey, getElementGroup, getElements |
Methods inherited from interface net.sf.jasperreports.engine.JRChild |
---|
clone |
Methods inherited from interface net.sf.jasperreports.engine.JRVisitable |
---|
visit |
Methods inherited from interface net.sf.jasperreports.engine.JRCloneable |
---|
clone |
Field Detail |
---|
static final java.lang.String PROPERTY_SPLIT_TYPE
static final java.lang.Byte SPLIT_TYPE_STRETCH
SplitTypeEnum.STRETCH
.
static final java.lang.Byte SPLIT_TYPE_PREVENT
SplitTypeEnum.PREVENT
.
static final java.lang.Byte SPLIT_TYPE_IMMEDIATE
SplitTypeEnum.IMMEDIATE
.
Method Detail |
---|
int getHeight()
boolean isSplitAllowed()
getSplitType()
.
void setSplitAllowed(boolean isSplitAllowed)
setSplitType(Byte)
.
java.lang.Byte getSplitType()
getSplitTypeValue()
.
SplitTypeEnum getSplitTypeValue()
void setSplitType(java.lang.Byte splitType)
setSplitType(SplitTypeEnum)
.
void setSplitType(SplitTypeEnum splitType)
JRExpression getPrintWhenExpression()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |