Uses of Class
com.vaadin.flow.data.provider.SortOrderBuilder
-
Packages that use SortOrderBuilder Package Description com.vaadin.flow.component.grid com.vaadin.flow.data.provider -
-
Uses of SortOrderBuilder in com.vaadin.flow.component.grid
Subclasses of SortOrderBuilder in com.vaadin.flow.component.grid Modifier and Type Class Description classGridSortOrderBuilder<T>Helper classes with fluent API for constructingGridSortOrderlists. -
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.
-