org.kuali.kfs.gl.report
Class TransactionReport.PageHelper

java.lang.Object
  extended by com.lowagie.text.pdf.PdfPageEventHelper
      extended by org.kuali.kfs.gl.report.TransactionReport.PageHelper
All Implemented Interfaces:
com.lowagie.text.pdf.PdfPageEvent
Enclosing class:
TransactionReport

public static class TransactionReport.PageHelper
extends com.lowagie.text.pdf.PdfPageEventHelper


Field Summary
 com.lowagie.text.Font headerFont
           
 Date runDate
           
 String title
           
 
Constructor Summary
TransactionReport.PageHelper()
           
 
Method Summary
 void onEndPage(com.lowagie.text.pdf.PdfWriter writer, com.lowagie.text.Document document)
          Generates the end page for this transaction report
 
Methods inherited from class com.lowagie.text.pdf.PdfPageEventHelper
onChapter, onChapterEnd, onCloseDocument, onGenericTag, onOpenDocument, onParagraph, onParagraphEnd, onSection, onSectionEnd, onStartPage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

runDate

public Date runDate

headerFont

public com.lowagie.text.Font headerFont

title

public String title
Constructor Detail

TransactionReport.PageHelper

public TransactionReport.PageHelper()
Method Detail

onEndPage

public void onEndPage(com.lowagie.text.pdf.PdfWriter writer,
                      com.lowagie.text.Document document)
Generates the end page for this transaction report

Specified by:
onEndPage in interface com.lowagie.text.pdf.PdfPageEvent
Overrides:
onEndPage in class com.lowagie.text.pdf.PdfPageEventHelper
See Also:
PdfPageEventHelper.onEndPage(com.lowagie.text.pdf.PdfWriter, com.lowagie.text.Document)


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.