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 to TableColumnCore.setLastSortValueChange(long) when you know you've changed the sort value.
    • Method Summary

      • Methods inherited from interface java.lang.Comparable

        compareTo