JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.higrid
Interface HiGridPrintListener

All Superinterfaces:
EventListener

public interface HiGridPrintListener
extends EventListener

Event listener interface for HiGrid Print events.


Method Summary
 void printEnd(com.klg.jclass.higrid.HiGridPrintEvent e)
          Print the end part of the last page.
 void printPageFooter(com.klg.jclass.higrid.HiGridPrintEvent e)
          Print the footer part of the page.
 void printPageHeader(com.klg.jclass.higrid.HiGridPrintEvent e)
          Print the header part of the page.
 

Method Detail

printPageHeader

public void printPageHeader(com.klg.jclass.higrid.HiGridPrintEvent e)
Print the header part of the page.


printPageFooter

public void printPageFooter(com.klg.jclass.higrid.HiGridPrintEvent e)
Print the footer part of the page.


printEnd

public void printEnd(com.klg.jclass.higrid.HiGridPrintEvent e)
Print the end part of the last page.


Copyright © 2004 Quest Software Inc..
All rights reserved.