SPT RWT Application API

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

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

Methods in com.sptci.rwt.webui with parameters of type RowsTableModel
 void BatchQueryExecutorView.addResults(String name, RowsTableModel model)
          Create a Table using the specified TableModel and display in a TabbedPane.
(package private)  void BatchQueryExecutorView.createNavigation(RowsTableModel model, Component parent)
          Create a TableNavigation for the specified RowTable if necessary.
 


SPT RWT Application API