Uses of Interface
GWTApplication.client.InternationalizationConstants

Packages that use InternationalizationConstants
GWTApplication.client   
 

Uses of InternationalizationConstants in GWTApplication.client
 

Fields in GWTApplication.client declared as InternationalizationConstants
protected  InternationalizationConstants Main.internationalizationConstants
          This class will be used for internationalization so that we can flick between the locales of English and Spanish.
private  InternationalizationConstants BusyIndicator.internationalizationConstants
          This class will be used for internationalization so that we can flick between the locales of English and Spanish.
private  InternationalizationConstants FaultUpdateMonitor.internationalizationConstants
          This class will be used for internationalization so that we can flick between the locales of English and Spanish.
(package private)  InternationalizationConstants SearchResultFormatter.internationalizationConstants
          This class will be used for internationalization so that we can flick between the locales of English and Spanish.
protected  InternationalizationConstants FaultDBForm.internationalizationConstants
          This class will be used for internationalization so that we can flick between the locales of English and Spanish.
(package private)  InternationalizationConstants SearchForm.internationalizationConstants
          This class will be used for internationalization so that we can flick between the locales of English and Spanish.
 

Constructors in GWTApplication.client with parameters of type InternationalizationConstants
FaultAddition(int FaultNumber, FaultServiceAsync svc, InternationalizationConstants internationalizationConstants, AuthenticationDetails userAuthentication, FaultUpdatedListener faultUpdateListener)
          Constructor for the fault addition tab in the modify fault form
FaultComment(int FaultNumber, FaultServiceAsync svc, InternationalizationConstants internationalizationConstants, AuthenticationDetails userAuthentication, FaultUpdatedListener faultUpdateListener)
          Constructor for the fault comment tab in the modify fault form
FaultSolution(int FaultNumber, FaultServiceAsync svc, InternationalizationConstants internationalizationConstants, AuthenticationDetails userAuthentication, FaultUpdatedListener faultUpdateListener)
          Constructor for the fault solution tab in the modify fault form
FaultWorkAround(int FaultNumber, FaultServiceAsync svc, InternationalizationConstants internationalizationConstants, AuthenticationDetails userAuthentication, FaultUpdatedListener faultUpdateListener)
          Constructor for the fault workaround tab in the modify fault form
ModifyFault(int FaultNumber, FaultServiceAsync svc, InternationalizationConstants internationalizationConstants, com.google.gwt.user.client.ui.TabPanel FaultContainerPanel, AuthenticationDetails UserAuthentication, com.google.gwt.user.client.ui.TabPanel MainTabPanel)
          This is used to create the form which will be used to enter the modify the details of the fault.
SearchResultFormatter(com.google.gwt.user.client.ui.FlexTable resultsTable, ModifyFormPanel modifyFormPage, AuthenticationDetails UserAuthentication, FaultServiceAsync svc, InternationalizationConstants internationalizationConstants, FaultUpdateMonitor faultUpdateMonitor)
          Constructor for the class