Class QuerySortOrderBuilder

java.lang.Object
com.vaadin.flow.data.provider.SortOrderBuilder<QuerySortOrder,String>
com.vaadin.flow.data.provider.QuerySortOrderBuilder
All Implemented Interfaces:
Serializable

public class QuerySortOrderBuilder extends SortOrderBuilder<QuerySortOrder,String>
Helper classes with fluent API for constructing QuerySortOrder lists. When the sort order is ready to be passed on, calling SortOrderBuilder.build() will create the list of sort orders.
Since:
1.0
See Also: