Class CustomSortCtrl.SortRule

java.lang.Object
io.keikaiex.ui.dialog.CustomSortCtrl.SortRule
Enclosing class:
CustomSortCtrl

public static class CustomSortCtrl.SortRule extends Object
  • Field Details

    • 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 Details

    • SortRule

      public SortRule()
  • Method Details