Class ColumnSortInfoImpl<T>

java.lang.Object
io.jmix.flowui.component.grid.ColumnSortInfoImpl<T>
Type Parameters:
T - the type of the objects represented in the column
All Implemented Interfaces:
ColumnSortInfo<T>

public class ColumnSortInfoImpl<T> extends Object implements ColumnSortInfo<T>
Implementation of the ColumnSortInfo interface representing sorting information for a DataGridColumn. Provides details about the sorting direction and the meta property path associated with the column.
  • Field Details

    • column

      protected final DataGridColumn<T> column
    • metaPropertyPath

      protected final @Nullable MetaPropertyPath metaPropertyPath
    • ascending

      protected final boolean ascending
  • Constructor Details

  • Method Details