Uses of Class
com.vaadin.flow.data.provider.SortOrderBuilder
-
Packages that use SortOrderBuilder Package Description com.vaadin.flow.data.provider -
-
Uses of SortOrderBuilder in com.vaadin.flow.data.provider
Subclasses of SortOrderBuilder in com.vaadin.flow.data.provider Modifier and Type Class Description classQuerySortOrderBuilderHelper classes with fluent API for constructingQuerySortOrderlists.Methods in com.vaadin.flow.data.provider that return SortOrderBuilder Modifier and Type Method Description SortOrderBuilder<T,V>SortOrderBuilder. thenAsc(V by)Appends sorting with ascending sort direction.SortOrderBuilder<T,V>SortOrderBuilder. thenDesc(V by)Appends sorting with descending sort direction.
-