public interface ExtendedSortableTableModel extends SortableTableModel
SortableTableModel. It provides a method to
selectively exclude columns from sorting.| Modifier and Type | Method and Description |
|---|---|
boolean |
isColumnSortable(int columnIndex)
Returns
true if the given column index is sortable. |
getSortedColumn, isDescending, sortByColumnaddTableModelListener, getColumnClass, getColumnCount, getColumnName, getRowCount, getValueAt, isCellEditable, removeTableModelListener, setValueAtboolean isColumnSortable(int columnIndex)
true if the given column index is sortable.columnIndex - Column to be sortedtrue if this column can be sorted, false otherwise.Copyright © 2004–2016. All rights reserved.