public interface JRBand extends JRElementGroup
JRSection| Modifier and Type | Field and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
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) |
getChildren, getElementByKey, getElementGroup, getElementsvisitclonestatic 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.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()
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com