Class Table.SortInfo

java.lang.Object
io.jmix.ui.component.Table.SortInfo
Enclosing interface:
Table<E>

public static class Table.SortInfo extends Object
Object that contains information about column sorting.
  • Field Details

    • propertyId

      protected final Object propertyId
    • ascending

      protected final boolean ascending
  • Constructor Details

    • SortInfo

      public SortInfo(Object propertyId, boolean ascending)
      Constructor for a SortInfo object.
      Parameters:
      propertyId - column indicated by a corresponding MetaPropertyPath object
      ascending - sort direction
  • Method Details

    • getPropertyId

      public Object getPropertyId()
      Returns:
      the property Id
    • getAscending

      public boolean getAscending()
      Returns:
      a sort direction value