Interface Sorting


  • public interface Sorting
    This interface defines the sorting of a column.
    • Method Detail

      • 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