We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
Uses of Class
com.vaadin.flow.data.provider.QuerySortOrderBuilder
Packages that use QuerySortOrderBuilder
-
Uses of QuerySortOrderBuilder in com.vaadin.flow.data.provider
Methods in com.vaadin.flow.data.provider that return QuerySortOrderBuilderModifier and TypeMethodDescriptionstatic QuerySortOrderBuilder
Creates a new query sort builder with given sorting using ascending sort direction.
static QuerySortOrderBuilder
Creates a new query sort builder with given sorting using descending sort direction.
Methods in com.vaadin.flow.data.provider with parameters of type QuerySortOrderBuilderModifier and TypeMethodDescriptiondefault void
BackEndDataProvider.setSortOrders
(QuerySortOrderBuilder builder) Sets the sort order to use, given a
QuerySortOrderBuilder
.