|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jasperreports.engine.fill.JRFillGroup
public class JRFillGroup
| Field Summary | |
|---|---|
protected JRGroup |
parent
|
| Constructor Summary | |
|---|---|
JRFillGroup(JRGroup group,
JRFillObjectFactory factory)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
|
JRVariable |
getCountVariable()
|
JRExpression |
getExpression()
Gets the expression that defines what records in the group have in common. |
JRBand |
getGroupFooter()
Gets the footer band created for this group. |
JRBand |
getGroupHeader()
Gets the header band 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 |
boolean |
hasChanged()
|
boolean |
isFooterPrinted()
|
boolean |
isHeaderPrinted()
|
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. |
boolean |
isTopLevelChange()
|
void |
setFooterPrinted(boolean isFooterPrinted)
|
void |
setHasChanged(boolean hasChanged)
|
void |
setHeaderPrinted(boolean isHeaderPrinted)
|
void |
setMinHeightToStartNewPage(int minHeight)
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. |
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. |
void |
setTopLevelChange(boolean isTopLevelChange)
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected JRGroup parent
| Constructor Detail |
|---|
public JRFillGroup(JRGroup group,
JRFillObjectFactory factory)
| Method Detail |
|---|
public java.lang.String getName()
JRGroup
getName in interface JRGrouppublic JRExpression getExpression()
JRGroup
getExpression in interface JRGrouppublic boolean isStartNewColumn()
JRGroup
isStartNewColumn in interface JRGrouppublic void setStartNewColumn(boolean isStart)
JRGroup
setStartNewColumn in interface JRGrouppublic boolean isStartNewPage()
JRGroup
isStartNewPage in interface JRGrouppublic void setStartNewPage(boolean isStart)
JRGroup
setStartNewPage in interface JRGrouppublic boolean isResetPageNumber()
JRGroup
isResetPageNumber in interface JRGrouppublic void setResetPageNumber(boolean isReset)
JRGroup
setResetPageNumber in interface JRGrouppublic boolean isReprintHeaderOnEachPage()
JRGroup
isReprintHeaderOnEachPage in interface JRGrouppublic void setReprintHeaderOnEachPage(boolean isReprint)
JRGroup
setReprintHeaderOnEachPage in interface JRGrouppublic int getMinHeightToStartNewPage()
JRGroup
getMinHeightToStartNewPage in interface JRGrouppublic void setMinHeightToStartNewPage(int minHeight)
JRGroup
setMinHeightToStartNewPage in interface JRGrouppublic JRBand getGroupHeader()
JRGroup
getGroupHeader in interface JRGrouppublic JRBand getGroupFooter()
JRGroup
getGroupFooter in interface JRGrouppublic JRVariable getCountVariable()
getCountVariable in interface JRGrouppublic boolean hasChanged()
public void setHasChanged(boolean hasChanged)
public boolean isTopLevelChange()
public void setTopLevelChange(boolean isTopLevelChange)
public boolean isHeaderPrinted()
public void setHeaderPrinted(boolean isHeaderPrinted)
public boolean isFooterPrinted()
public void setFooterPrinted(boolean isFooterPrinted)
public java.lang.Object clone()
clone in interface JRCloneableclone in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||