SPT Core API

com.sptci.echo.table
Interface SortableTable

All Superinterfaces:
Serializable
All Known Implementing Classes:
DirectoryTable, JDOTable

public interface SortableTable
extends Serializable

A marker interface for Tables that hold data that are sortable. The backing data model should be an instance of SortableTableModel.

© Copyright 2007 Sans Pareil Technologies, Inc.

Version:
$Id: SortableTable.java 4853 2009-08-10 21:10:14Z rakesh $
Author:
Rakesh Vidyadharan 2007-11-12

Method Summary
 SortableTableModel getModel()
          Return the model backing this table.
 

Method Detail

getModel

SortableTableModel getModel()
Return the model backing this table.

Returns:
The sortable table model backing this table.

SPT Core API