Class SortableModel.SortingDirective

java.lang.Object
com.illumon.iris.gui.table.SortableModel.SortingDirective
Enclosing interface:
SortableModel

public static class SortableModel.SortingDirective extends Object
Object representing sort attributes on a column.
  • Field Details

    • direction_

      public final int direction_
    • isAbsolute_

      public final boolean isAbsolute_
  • Constructor Details

    • SortingDirective

      public SortingDirective(int direction, boolean isAbsolute)