Interface GridDataItems.Sortable<T>

Type Parameters:
T - items type
All Superinterfaces:
com.vaadin.flow.data.provider.DataProvider<T,Void>, DataUnit, GridDataItems<T>, HasType<T>, Serializable
All Known Implementing Classes:
JmixGridDataProvider, JmixTreeGridDataProvider
Enclosing interface:
GridDataItems<T>

public static interface GridDataItems.Sortable<T> extends GridDataItems<T>
The DataGridItems that supports sorting.
  • Method Details

    • sort

      void sort(Object[] propertyId, boolean[] ascending)
    • resetSortOrder

      void resetSortOrder()
    • suppressSorting

      default void suppressSorting()
    • enableSorting

      default void enableSorting()