SPT RWT Application API

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

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

Subclasses of RowTableModel in com.sptci.rwt.webui
 class RowsTableModel
          A custom table model used to display Rows object.
 class SortableRowTableModel
          A custom table model used to display Row objects.
 

Methods in com.sptci.rwt.webui that return RowTableModel
 RowTableModel RowTable.getModel()
          Return the data model backing this table.
 

Constructors in com.sptci.rwt.webui with parameters of type RowTableModel
RowTable(RowTableModel model)
          Create a new table instance using the specified model.
SortableRowTable(RowTableModel model)
          Create a new table instance using the specified model.
 


SPT RWT Application API