Interface Sorting


public interface Sorting
This interface defines the sorting of a column.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static enum 
    Defines available sorting directions.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the sorting direction if the column is currently sorted.
    boolean
    Returns if the column is currently sorted.
  • Method Details

    • isSorted

      boolean isSorted()
      Returns if the column is currently sorted.
      Returns:
      true if the column is currently sorted
    • getDirection

      Sorting.Direction getDirection()
      Returns the sorting direction if the column is currently sorted.
      Returns:
      The sorting direction; null if the column is currently unsorted