Class GroupPropertyDescriptorSortInfoImpl<E>

java.lang.Object
io.jmix.groupgridflowui.component.GroupPropertyDescriptorSortInfoImpl<E>
Type Parameters:
E - the type of the items displayed in the GroupDataGrid
All Implemented Interfaces:
ColumnSortInfo<E>, GroupPropertyDescriptorSortInfo<E>, PropertySortInfo

public class GroupPropertyDescriptorSortInfoImpl<E> extends Object implements GroupPropertyDescriptorSortInfo<E>
An implementation of GroupPropertyDescriptorSortInfo used to represent sort information for a group property descriptor in a GroupDataGrid.
  • Field Details

    • column

      protected final DataGridColumn<E> column
    • sortProperties

      protected final List<Object> sortProperties
    • ascending

      protected final boolean ascending
  • Constructor Details

    • GroupPropertyDescriptorSortInfoImpl

      public GroupPropertyDescriptorSortInfoImpl(DataGridColumn<E> column, boolean ascending, List<Object> sortProperties)
  • Method Details