GWTApplication.client
Class SearchResultFormatter.FaultLinkClickListener

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

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

An inner class which is called when the user presses the link fault link which will result in a dialog being displayed within which the user can enter the id of a fault to link this fault to.

Author:
Craige Bevil

Field Summary
private  SearchResultFormatter.DisplayFullFault faultDisplayer
           
private  int faultNumber
           
private  LinkFaultDialog linkfaultDialog
           
 
Constructor Summary
SearchResultFormatter.FaultLinkClickListener(int faultNumber, SearchResultFormatter.DisplayFullFault faultDisplayer)
           
 
Method Summary
 void onClick(com.google.gwt.user.client.ui.Widget sender)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

linkfaultDialog

private LinkFaultDialog linkfaultDialog

faultDisplayer

private SearchResultFormatter.DisplayFullFault faultDisplayer

faultNumber

private int faultNumber
Constructor Detail

SearchResultFormatter.FaultLinkClickListener

public SearchResultFormatter.FaultLinkClickListener(int faultNumber,
                                                    SearchResultFormatter.DisplayFullFault faultDisplayer)
Method Detail

onClick

public void onClick(com.google.gwt.user.client.ui.Widget sender)
Specified by:
onClick in interface com.google.gwt.user.client.ui.ClickListener