|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jasperreports.components.table.fill.TableReportGroup
public class TableReportGroup
| Field Summary |
|---|
| Fields inherited from interface net.sf.jasperreports.engine.JRGroup |
|---|
FOOTER_POSITION_COLLATE_AT_BOTTOM, FOOTER_POSITION_FORCE_AT_BOTTOM, FOOTER_POSITION_NORMAL, FOOTER_POSITION_STACK_AT_BOTTOM |
| Constructor Summary | |
|---|---|
TableReportGroup(JRGroup datasetGroup)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
|
JRVariable |
getCountVariable()
|
JRExpression |
getExpression()
Gets the expression that defines what records in the group have in common. |
byte |
getFooterPosition()
Deprecated. |
FooterPositionEnum |
getFooterPositionValue()
Specifies how the group footer section behaves with regards to its position on the current page. |
JRBand |
getGroupFooter()
Deprecated. |
JRSection |
getGroupFooterSection()
Gets the footer section created for this group. |
JRBand |
getGroupHeader()
Deprecated. |
JRSection |
getGroupHeaderSection()
Gets the header section created for this group. |
int |
getMinHeightToStartNewPage()
Gets the minimum amount of vertical space needed at the bottom of the column in order to place the group header on the current column. |
java.lang.String |
getName()
Gets the group name |
JRGroup |
getOriginalGroup()
|
boolean |
isKeepTogether()
Gets the flag that signals if the group should be prevented from splitting on first break attempt. |
boolean |
isReprintHeaderOnEachPage()
Gets the flag that signals if the group header should be reprinted at the beginning of each page. |
boolean |
isResetPageNumber()
Gets the flag that signals if the group header should be printed always on a new page, along with the re-initialization of the page number. |
boolean |
isStartNewColumn()
Gets the flag that signals if the group header should be printed always on a new column. |
boolean |
isStartNewPage()
Gets the flag that signals if the group header should be printed always on a new page. |
void |
setFooterPosition(byte footerPosition)
Deprecated. |
void |
setFooterPosition(FooterPositionEnum footerPosition)
Specifies the group footer section behavior with regards to its position on the current page. |
void |
setGroupFooter(JRBand footer)
|
void |
setGroupHeader(JRBand header)
|
void |
setKeepTogether(boolean keepTogether)
Sets the flag that signals if the group should be prevented from splitting on first break attempt. |
void |
setMinHeightToStartNewPage(int minHeight)
Sets the minimum amount of vertical space needed at the bottom of the column in order to place the group header on the current column. |
void |
setReprintHeaderOnEachPage(boolean isReprint)
Sets the flag that signals if the group header should be reprinted at the beginning of each page. |
void |
setResetPageNumber(boolean isReset)
Sets the flag that signals if the group header should be printed always on a new page, along with the re-initialization of the page number. |
void |
setStartNewColumn(boolean isStart)
Sets the flag that signals if the group header should be printed always on a new column. |
void |
setStartNewPage(boolean isStart)
Sets the flag that signals if the group header should be printed always on a new page. |
protected JRSection |
wrapBand(JRBand band,
BandTypeEnum bandType)
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TableReportGroup(JRGroup datasetGroup)
| Method Detail |
|---|
public JRVariable getCountVariable()
getCountVariable in interface JRGrouppublic JRExpression getExpression()
JRGroup
getExpression in interface JRGroup@Deprecated public byte getFooterPosition()
getFooterPosition in interface JRGrouppublic FooterPositionEnum getFooterPositionValue()
JRGroup
getFooterPositionValue in interface JRGroup@Deprecated public JRBand getGroupFooter()
JRGroup
getGroupFooter in interface JRGrouppublic void setGroupFooter(JRBand footer)
protected JRSection wrapBand(JRBand band,
BandTypeEnum bandType)
public JRSection getGroupFooterSection()
JRGroup
getGroupFooterSection in interface JRGroup@Deprecated public JRBand getGroupHeader()
JRGroup
getGroupHeader in interface JRGrouppublic void setGroupHeader(JRBand header)
public JRSection getGroupHeaderSection()
JRGroup
getGroupHeaderSection in interface JRGrouppublic int getMinHeightToStartNewPage()
JRGroup
getMinHeightToStartNewPage in interface JRGrouppublic java.lang.String getName()
JRGroup
getName in interface JRGrouppublic boolean isKeepTogether()
JRGroup
isKeepTogether in interface JRGrouppublic boolean isReprintHeaderOnEachPage()
JRGroup
isReprintHeaderOnEachPage in interface JRGrouppublic boolean isResetPageNumber()
JRGroup
isResetPageNumber in interface JRGrouppublic boolean isStartNewColumn()
JRGroup
isStartNewColumn in interface JRGrouppublic boolean isStartNewPage()
JRGroup
isStartNewPage in interface JRGroup@Deprecated public void setFooterPosition(byte footerPosition)
setFooterPosition in interface JRGrouppublic void setFooterPosition(FooterPositionEnum footerPosition)
JRGroup
setFooterPosition in interface JRGrouppublic void setKeepTogether(boolean keepTogether)
JRGroup
setKeepTogether in interface JRGrouppublic void setMinHeightToStartNewPage(int minHeight)
JRGroup
setMinHeightToStartNewPage in interface JRGrouppublic void setReprintHeaderOnEachPage(boolean isReprint)
JRGroup
setReprintHeaderOnEachPage in interface JRGrouppublic void setResetPageNumber(boolean isReset)
JRGroup
setResetPageNumber in interface JRGrouppublic void setStartNewColumn(boolean isStart)
JRGroup
setStartNewColumn in interface JRGrouppublic void setStartNewPage(boolean isStart)
JRGroup
setStartNewPage in interface JRGrouppublic java.lang.Object clone()
clone in interface JRCloneableclone in class java.lang.Objectpublic JRGroup getOriginalGroup()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||