Interface SortOrderProvider

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.stream.Stream<QuerySortOrder> apply​(com.vaadin.shared.data.sort.SortDirection sortDirection)
      Generates the sort orders when rows are sorted by a column.
      • Methods inherited from interface java.util.function.Function

        andThen, compose
    • Method Detail

      • apply

        java.util.stream.Stream<QuerySortOrder> apply​(com.vaadin.shared.data.sort.SortDirection sortDirection)
        Generates the sort orders when rows are sorted by a column.
        Specified by:
        apply in interface java.util.function.Function<com.vaadin.shared.data.sort.SortDirection,​java.util.stream.Stream<QuerySortOrder>>
        Parameters:
        sortDirection - desired sort direction
        Returns:
        sort information