Interface AccessibleSort


public interface AccessibleSort
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Items are sorted in ascending order by this column.
    static final int
    Items are sorted in descending order by this column.
    static final int
    There is no defined sort applied to the column.
    static final int
    A sort algorithm other than ascending or
    descending has been applied.
  • Field Details

    • NONE

      static final int NONE
      There is no defined sort applied to the column.
      See Also:
    • ASCENDING

      static final int ASCENDING
      Items are sorted in ascending order by this column.
      See Also:
    • DESCENDING

      static final int DESCENDING
      Items are sorted in descending order by this column.
      See Also:
    • OTHER

      static final int OTHER
      A sort algorithm other than ascending or
      descending has been applied.
      See Also: