SPT RWT Application API

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

Packages that use SortableRowTableModel
com.sptci.rwt.webui The primary package for the Echo2/EPNG based web UI built around the com.sptci.rwt database abstraction API. 
com.sptci.rwt.webui.model Contains custom classes to display details of the MetaData classes in the detail area. 
 

Uses of SortableRowTableModel in com.sptci.rwt.webui
 

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

Uses of SortableRowTableModel in com.sptci.rwt.webui.model
 

Fields in com.sptci.rwt.webui.model declared as SortableRowTableModel
private  SortableRowTableModel TableTypeDataView.model
          The TableModel used to build the Table in which the data is displayed.
 

Methods in com.sptci.rwt.webui.model with parameters of type SortableRowTableModel
 void TableTypeDataView.setModel(SortableRowTableModel model)
          Set the model for the table displayed in this view.
 

Constructors in com.sptci.rwt.webui.model with parameters of type SortableRowTableModel
TableTypeDataView(TableTypeMetaData metaData, SortableRowTableModel model)
          Create a new instance for the specified meta data.
 


SPT RWT Application API