GWTApplication.client
Class SearchResultFormatter.ModifyFaultClickListener

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

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

An inner class which is called when the user presses the modification link and will result in the modification panel being called and being set up with the details of the fault which has been selected being available to be modified.


Field Summary
private  int FaultNumber
          This is the fault number of the fault which this object is associated with
private  com.google.gwt.user.client.ui.TabPanel MainTabPanel
          This is the main tab panel of the application
private  ModifyFormPanel ModifyFormPage
          The tab panel which contains the faults which are currently being updated
 
Constructor Summary
SearchResultFormatter.ModifyFaultClickListener(int FaultNumber, ModifyFormPanel ModifyFormPage, com.google.gwt.user.client.ui.TabPanel MainTabPanel)
           
 
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

ModifyFormPage

private final ModifyFormPanel ModifyFormPage
The tab panel which contains the faults which are currently being updated


FaultNumber

private final int FaultNumber
This is the fault number of the fault which this object is associated with


MainTabPanel

private final com.google.gwt.user.client.ui.TabPanel MainTabPanel
This is the main tab panel of the application

Constructor Detail

SearchResultFormatter.ModifyFaultClickListener

SearchResultFormatter.ModifyFaultClickListener(int FaultNumber,
                                               ModifyFormPanel ModifyFormPage,
                                               com.google.gwt.user.client.ui.TabPanel MainTabPanel)
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 - This is the widget that caused this event to be raised.