SPT RWT Application API

Uses of Class
com.sptci.rwt.webui.ConnectionDialogue

Packages that use ConnectionDialogue
com.sptci.rwt.webui The primary package for the Echo2/EPNG based web UI built around the com.sptci.rwt database abstraction API. 
 

Uses of ConnectionDialogue in com.sptci.rwt.webui
 

Methods in com.sptci.rwt.webui that return ConnectionDialogue
private  ConnectionDialogue SavedConnectionListener.createDialogue()
          Create the ConnectionDialogue and initialise its components with the values in the saved connection.
 

Methods in com.sptci.rwt.webui with parameters of type ConnectionDialogue
protected  void ConnectListener.checkString(String name, ConnectionDialogue dialogue, Collection<String> messages)
          Check the field represented by the specified name.
protected  Collection<String> ConnectListener.checkView(ConnectionDialogue dialogue)
          Check the ConnectionDialogue to ensure that all the required information has been entered to fetch a connection.
 ConnectionParameters MainController.getParameters(ConnectionDialogue dialogue)
          Create a connection parameters bean using the values in the ConnectionDialogue.
 


SPT RWT Application API