Module org.autogui

Class GuiSwingViewCollectionTable.PreferencesForTableRowSort

java.lang.Object
org.autogui.swing.GuiSwingViewCollectionTable.PreferencesForTableRowSort
Enclosing class:
GuiSwingViewCollectionTable

public static class GuiSwingViewCollectionTable.PreferencesForTableRowSort extends Object
  • Field Details

    • column

      protected int column
    • order

      protected String order
  • Constructor Details

    • PreferencesForTableRowSort

      public PreferencesForTableRowSort(int column, String order)
    • PreferencesForTableRowSort

      public PreferencesForTableRowSort(int column, SortOrder order)
    • PreferencesForTableRowSort

      public PreferencesForTableRowSort(Map<?,?> map)
  • Method Details

    • setColumn

      public void setColumn(int column)
    • getColumn

      public int getColumn()
    • setOrder

      public void setOrder(String order)
    • getOrder

      public String getOrder()
    • toJson

      public Map<String,Object> toJson()