Method Summary |
|
public JRVariable | getCountVariable() |
public JRExpression | getExpression() Gets the expression that defines what records in the group have in common. |
public JRBand | getGroupFooter() Gets the footer band created for this group. |
public JRBand | getGroupHeader() Gets the header band created for this group. |
public 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. |
public String | getName() |
public boolean | isReprintHeaderOnEachPage() Gets the flag that signals if the group header should be reprinted at the beginning of each page. |
public 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. |
public boolean | isStartNewColumn() Gets the flag that signals if the group header should be printed always on a new column. |
public boolean | isStartNewPage() Gets the flag that signals if the group header should be printed always on a new page. |
public 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. |
public void | setReprintHeaderOnEachPage(boolean isReprint) Sets the flag that signals if the group header should be reprinted at the beginning of each page. |
public 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. |
public void | setStartNewColumn(boolean isStart) Sets the flag that signals if the group header should be printed always on a new column. |
public void | setStartNewPage(boolean isStart) Sets the flag that signals if the group header should be printed always on a new page. |