com.opensymphony.webwork.components.table
Interface SortableTableModel
- All Superinterfaces:
- TableModel
- All Known Implementing Classes:
- SortFilterModel
public interface SortableTableModel
- extends TableModel
- Version:
- $Revision: 1282 $
- Author:
- $author$
NONE
static final String NONE
- See Also:
- Constant Field Values
ASC
static final String ASC
- See Also:
- Constant Field Values
DESC
static final String DESC
- See Also:
- Constant Field Values
getSortedColumnNumber
int getSortedColumnNumber()
getSortedDirection
String getSortedDirection(int columnNumber)
sort
void sort(int columnNumber,
String direction)