SPT RWT Application API

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

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

Subclasses of RowTable in com.sptci.rwt.webui
 class SortableRowTable
          A sortable table used to display Row objects.
 

Methods in com.sptci.rwt.webui with parameters of type RowTable
private  void QueryExecutorView.createNavigation(RowTable table)
          Create a TableNavigation for the specified RowTable if necessary.
 void QueryExecutorView.setResults(RowTable table)
          Display the specified table in ExecutorView.results.
 


SPT RWT Application API