Interface DataGridItems.Sortable<T>

Type Parameters:
T - items type
All Superinterfaces:
DataGridItems<T>, DataUnit, HasType<T>
All Known Implementing Classes:
ContainerDataGridItems, ContainerTreeDataGridItems
Enclosing interface:
DataGridItems<T>

public static interface DataGridItems.Sortable<T> extends DataGridItems<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()