Class SortInfo<T>


  • public class SortInfo<T>
    extends Object
    Holds the current sort option in a DataProvider.
    • Constructor Detail

      • SortInfo

        public SortInfo​(String id,
                        Comparator<T> comparator,
                        boolean ascending)
    • Method Detail

      • getId

        public String getId()
      • isAscending

        public boolean isAscending()
      • isEmpty

        public boolean isEmpty()