Class ColumnSortInfoImpl<E>

java.lang.Object
io.jmix.groupgridflowui.component.ColumnSortInfoImpl<E>
Type Parameters:
E - the entity type
All Implemented Interfaces:
ColumnSortInfo<E>, PropertySortInfo

public class ColumnSortInfoImpl<E> extends Object implements ColumnSortInfo<E>
Represents an implementation of the ColumnSortInfo interface, providing sorting information about a specific column in a data grid.
  • Field Details

    • column

      protected final DataGridColumn<E> column
    • ascending

      protected final boolean ascending
    • metaPropertyPath

      protected @Nullable MetaPropertyPath metaPropertyPath
  • Constructor Details

  • Method Details