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