Class CustomSortCtrl.SortRule

  • Enclosing class:
    CustomSortCtrl

    public static class CustomSortCtrl.SortRule
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      boolean ascending
      Indicate sort order, either descending or ascending
      int sortIndex
      Indicate sort target, row or column index number
    • Constructor Summary

      Constructors 
      Constructor Description
      SortRule()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • sortIndex

        public int sortIndex
        Indicate sort target, row or column index number
      • ascending

        public boolean ascending
        Indicate sort order, either descending or ascending

        Default false: ascending

    • Constructor Detail

      • SortRule

        public SortRule()
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object