SPT RWT Application API

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

Packages that use ExecutorView
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 ExecutorView in com.sptci.rwt.webui
 

Subclasses of ExecutorView in com.sptci.rwt.webui
 class BatchQueryExecutorView
          Query executor view component used to send multiple SQL statements in one batch to the database server.
 class QueryExecutorView
          Query executor view component used to interact with the QueryExecutor class.
 

Fields in com.sptci.rwt.webui declared as ExecutorView
private  ExecutorView HistoryView.view
          The executor view to which this component is bound.
 

Methods in com.sptci.rwt.webui with parameters of type ExecutorView
private  boolean ExportListener.checkView(ExecutorView view)
          Check the QueryExecutorView to ensure that a valid excel workbook can be generated.
 

Constructors in com.sptci.rwt.webui with parameters of type ExecutorView
HistoryView(ExecutorView view, MainController controller)
          Create instance of the pane using the specified controller.
 


SPT RWT Application API