GWTApplication.client
Class SearchResultFormatter.PrintFaultClickListener

java.lang.Object
  extended by GWTApplication.client.SearchResultFormatter.PrintFaultClickListener
All Implemented Interfaces:
com.google.gwt.user.client.ui.ClickListener, java.util.EventListener
Enclosing class:
SearchResultFormatter

 class SearchResultFormatter.PrintFaultClickListener
extends java.lang.Object
implements com.google.gwt.user.client.ui.ClickListener

Inner class which is used to allow the user to print out a fault should he wish to


Field Summary
private  int FaultNumber
          This is the fault number which will be printed by this instance of the dialog.
private  PrintFaultDialog printFaultDialog
          This is the instance of the print dialogue which will be used by this user to select the printer that he wants to be used to print the fault.
 
Constructor Summary
SearchResultFormatter.PrintFaultClickListener(int FaultNumber)
          Constructor
 
Method Summary
 void onClick(com.google.gwt.user.client.ui.Widget sender)
          Callback method which is called when the user clicks on a print fault link
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

printFaultDialog

private PrintFaultDialog printFaultDialog
This is the instance of the print dialogue which will be used by this user to select the printer that he wants to be used to print the fault.


FaultNumber

private final int FaultNumber
This is the fault number which will be printed by this instance of the dialog.

Constructor Detail

SearchResultFormatter.PrintFaultClickListener

SearchResultFormatter.PrintFaultClickListener(int FaultNumber)
Constructor

Method Detail

onClick

public void onClick(com.google.gwt.user.client.ui.Widget sender)
Callback method which is called when the user clicks on a print fault link

Specified by:
onClick in interface com.google.gwt.user.client.ui.ClickListener
Parameters:
sender - The widget which resulted in this callback being called.