org.apache.struts2.components.table
Interface SortableTableModel
- All Superinterfaces:
- TableModel
- All Known Implementing Classes:
- SortFilterModel
public interface SortableTableModel
- extends TableModel
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)
Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.