net.sf.jasperreports.engine.design
public class JRDesignGroup extends JRBaseGroup
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PROPERTY_COUNT_VARIABLE |
static java.lang.String |
PROPERTY_EXPRESSION |
static java.lang.String |
PROPERTY_GROUP_FOOTER |
static java.lang.String |
PROPERTY_GROUP_HEADER |
static java.lang.String |
PROPERTY_NAME |
countVariable, expression, footerPositionValue, groupFooterSection, groupHeaderSection, isReprintHeaderOnEachPage, isResetPageNumber, isStartNewColumn, isStartNewPage, keepTogether, minHeightToStartNewPage, name, PROPERTY_FOOTER_POSITION, PROPERTY_KEEP_TOGETHER, PROPERTY_MIN_HEIGHT_TO_START_NEW_PAGE, PROPERTY_REPRINT_HEADER_ON_EACH_PAGE, PROPERTY_RESET_PAGE_NUMBER, PROPERTY_START_NEW_COLUMN, PROPERTY_START_NEW_PAGE
FOOTER_POSITION_COLLATE_AT_BOTTOM, FOOTER_POSITION_FORCE_AT_BOTTOM, FOOTER_POSITION_NORMAL, FOOTER_POSITION_STACK_AT_BOTTOM
Constructor and Description |
---|
JRDesignGroup() |
Modifier and Type | Method and Description |
---|---|
protected void |
setBandOrigin(JRBand band,
BandTypeEnum type) |
protected void |
setBandOrigin(JRBand band,
byte type)
Deprecated.
Replaced by
setBandOrigin(JRBand, BandTypeEnum) .
s |
void |
setCountVariable(JRVariable countVariable)
public void setGroupFooter(JRSection groupFooterSection)
{
Object old = this.groupFooterSection;
this.groupFooterSection = groupFooterSection;
setSectionOrigin(this.groupFooterSection, JROrigin.GROUP_FOOTER);
getEventSupport().firePropertyChange(PROPERTY_GROUP_FOOTER, old, this.groupFooterSection);
}
/**
|
void |
setExpression(JRExpression expression) |
void |
setGroupFooter(JRBand groupFooter)
Deprecated.
Replaced by
JRBaseGroup.getGroupFooterSection() . |
void |
setGroupHeader(JRBand groupHeader)
Deprecated.
Replaced by
JRBaseGroup.getGroupHeaderSection() . |
void |
setName(java.lang.String name) |
protected void |
setSectionOrigin(JRSection section,
BandTypeEnum type) |
protected void |
setSectionOrigin(JRSection section,
byte type)
Deprecated.
Replaced by
setSectionOrigin(JRSection, BandTypeEnum) |
protected void |
updateSectionOrigins() |
clone, getCountVariable, getEventSupport, getExpression, getFooterPosition, getFooterPositionValue, getGroupFooter, getGroupFooterSection, getGroupHeader, getGroupHeaderSection, getMinHeightToStartNewPage, getName, isKeepTogether, isReprintHeaderOnEachPage, isResetPageNumber, isStartNewColumn, isStartNewPage, setFooterPosition, setFooterPosition, setKeepTogether, setMinHeightToStartNewPage, setReprintHeaderOnEachPage, setResetPageNumber, setStartNewColumn, setStartNewPage
public static final java.lang.String PROPERTY_COUNT_VARIABLE
public static final java.lang.String PROPERTY_EXPRESSION
public static final java.lang.String PROPERTY_GROUP_FOOTER
public static final java.lang.String PROPERTY_GROUP_HEADER
public static final java.lang.String PROPERTY_NAME
public void setName(java.lang.String name)
public void setExpression(JRExpression expression)
public void setGroupHeader(JRBand groupHeader)
JRBaseGroup.getGroupHeaderSection()
.public void setGroupFooter(JRBand groupFooter)
JRBaseGroup.getGroupFooterSection()
.public void setCountVariable(JRVariable countVariable)
protected void setSectionOrigin(JRSection section, byte type)
setSectionOrigin(JRSection, BandTypeEnum)
protected void setBandOrigin(JRBand band, byte type)
setBandOrigin(JRBand, BandTypeEnum)
.
sprotected void setSectionOrigin(JRSection section, BandTypeEnum type)
protected void setBandOrigin(JRBand band, BandTypeEnum type)
protected void updateSectionOrigins()
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com