Uses of Class
GWTApplication.client.ModifyFormPanel

Packages that use ModifyFormPanel
GWTApplication.client   
 

Uses of ModifyFormPanel in GWTApplication.client
 

Fields in GWTApplication.client declared as ModifyFormPanel
private  ModifyFormPanel SearchResultFormatter.CloseFaultClickListener.modifyFormPage
          This is the panel which is being used to update faults.
private  ModifyFormPanel SearchResultFormatter.ModifyFormPage
          This panel will be used to allow the user to modify the details of a fault
private  ModifyFormPanel SearchResultFormatter.ModifyFaultClickListener.ModifyFormPage
          The tab panel which contains the faults which are currently being updated
private  ModifyFormPanel SearchForm.ModifyFormPage
          This is the object which will be used to allow the user to modify faults should he be entitled to
private  ModifyFormPanel Main.modifyFormPanel
          This is an instance of the Modify fault object which will allow the user to Update and append to an existing fault in the system.
 

Constructors in GWTApplication.client with parameters of type ModifyFormPanel
QuickViewReport(com.google.gwt.user.client.ui.TabPanel MainTabPanel, FaultServiceAsync svc, ModifyFormPanel ModifyFormPage, AuthenticationDetails UserAuthentication, FaultUpdateMonitor faultUpdateMonitor)
          This is used to create the panel which is used to generate reports for the user on request.
SearchForm(com.google.gwt.user.client.ui.TabPanel MainTabPanel, FaultServiceAsync svc, AuthenticationDetails UserAuthentication, ModifyFormPanel ModifyFormPage, FaultUpdateMonitor faultUpdateMonitor)
          This is used to create the form which will be used to enter the details of a search.
SearchResultFormatter.CloseFaultClickListener(int faultNumber, ModifyFormPanel ModifyFormPage, com.google.gwt.user.client.ui.Hyperlink UpdateLink)
          Constructor
SearchResultFormatter.ModifyFaultClickListener(int FaultNumber, ModifyFormPanel ModifyFormPage, com.google.gwt.user.client.ui.TabPanel MainTabPanel)
           
SearchResultFormatter(com.google.gwt.user.client.ui.FlexTable resultsTable, ModifyFormPanel modifyFormPage, AuthenticationDetails UserAuthentication, FaultServiceAsync svc, InternationalizationConstants internationalizationConstants, FaultUpdateMonitor faultUpdateMonitor)
          Constructor for the class