Summary-Row for PFGrid JAVA Eclipse
With PFGrid.SWT you can display a summary-row at the bottom of the page. With this feature you can
easily show SUM, MAX, MIN, AVG or custom summarized values:
The appearance of the summary-row is renderer-specific and can be customized by overriding the method
paintSummaryRow of the ITreeListRenderer.
Summarizers are realized by objects derived from SummarizerBase which you can easily add to columns of the grid:
mailList.addSummarizer(colSize, new MailAVGSizeSummarizer());
mailList.addSummarizer(colSize, new MailMaxSizeSummarizer());