| |
|
| java.lang.Object org.jfree.report.Element org.jfree.report.Band org.jfree.report.AbstractRootLevelBand org.jfree.report.GroupFooter
GroupFooter | public class GroupFooter extends AbstractRootLevelBand (Code) | | A band that appears at the end of each instance of a group. A group-footer can be marked as repeating footer causing
the footer to be printed at the bottom of each page as long as the group is active. If the footer is marked sticky,
the footer will even be printed for all sub-report pages.
Subreports defined for a repeating group footer will be ignored for all repeating instances.
author: David Gilbert |
Constructor Summary | |
public | GroupFooter() Constructs a group footer band, containing no elements. |
Method Summary | |
public boolean | isRepeat() Checks, whether this group header should be repeated on new pages. | public boolean | isSticky() Returns true if the footer should be shown on all subreports. | public void | setRepeat(boolean repeat) Defines, whether this group header should be repeated on new pages. | public void | setSticky(boolean b) Defines whether the footer should be shown on all subreports. |
GroupFooter | public GroupFooter()(Code) | | Constructs a group footer band, containing no elements.
|
isRepeat | public boolean isRepeat()(Code) | | Checks, whether this group header should be repeated on new pages.
true, if the header will be repeated, false otherwise |
isSticky | public boolean isSticky()(Code) | | Returns true if the footer should be shown on all subreports.
true or false. |
setRepeat | public void setRepeat(boolean repeat)(Code) | | Defines, whether this group header should be repeated on new pages.
Parameters: repeat - true, if the header will be repeated, false otherwise |
setSticky | public void setSticky(boolean b)(Code) | | Defines whether the footer should be shown on all subreports.
Parameters: b - a flag indicating whether or not the footer is shown on the first page. |
Fields inherited from org.jfree.report.Element | final public static String ANONYMOUS_ELEMENT_PREFIX(Code)(Java Doc)
|
|
|
|