Package com.biglybt.ui.common.table
Interface TableColumnSortObject
-
- All Superinterfaces:
java.lang.Comparable
- All Known Implementing Classes:
ActivitiesEntry
public interface TableColumnSortObject extends java.lang.Comparable
If cell.setSortValue is set to an object of this type, the column will not be set to "Live". Live columns get invalidated every single refresh. If you use this object, it's wise toTableColumnCore.setLastSortValueChange(long)
when you know you've changed the sort value.