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.QuerySortOrder
Packages that use QuerySortOrder
Package
Description
-
Uses of QuerySortOrder in com.vaadin.flow.component.grid
Methods in com.vaadin.flow.component.grid that return types with arguments of type QuerySortOrderModifier and TypeMethodDescriptionSortOrderProvider.apply
(SortDirection sortDirection) Generates the sort orders when rows are sorted by a column.
Grid.Column.getSortOrder
(SortDirection direction) Gets the sort orders to use with back-end sorting for this column when sorting in the given direction.
-
Uses of QuerySortOrder in com.vaadin.flow.data.provider
Methods in com.vaadin.flow.data.provider that return QuerySortOrderModifier and TypeMethodDescriptionprotected QuerySortOrder
QuerySortOrderBuilder.createSortOrder
(String by, SortDirection direction) Methods in com.vaadin.flow.data.provider that return types with arguments of type QuerySortOrderModifier and TypeMethodDescriptionDataCommunicator.getBackEndSorting()
Returns the
QuerySortOrder
to use with backend sorting.Query.getSortOrders()
Gets the sorting for items to fetch.
Methods in com.vaadin.flow.data.provider with parameters of type QuerySortOrderModifier and TypeMethodDescriptiondefault void
BackEndDataProvider.setSortOrder
(QuerySortOrder sortOrder) Sets a single sort order to use as the default sorting for this data provider.
Method parameters in com.vaadin.flow.data.provider with type arguments of type QuerySortOrderModifier and TypeMethodDescriptionvoid
DataCommunicator.setBackEndSorting
(List<QuerySortOrder> sortOrder) Sets the
QuerySortOrder
s to use with backend sorting.void
AbstractBackEndDataProvider.setSortOrders
(List<QuerySortOrder> sortOrders) void
BackEndDataProvider.setSortOrders
(List<QuerySortOrder> sortOrders) Sets a list of sort orders to use as the default sorting for this data provider.
Constructor parameters in com.vaadin.flow.data.provider with type arguments of type QuerySortOrderModifierConstructorDescriptionQuery
(int offset, int limit, List<QuerySortOrder> sortOrders, Comparator<T> inMemorySorting, F filter) Constructs a new Query object with given offset, limit, sorting and filtering.
-
Uses of QuerySortOrder in com.vaadin.flow.data.provider.hierarchy
Methods in com.vaadin.flow.data.provider.hierarchy that return types with arguments of type QuerySortOrderModifier and TypeMethodDescriptionHierarchyMapper.getBackEndSorting()
Gets the current back-end sorting.
Method parameters in com.vaadin.flow.data.provider.hierarchy with type arguments of type QuerySortOrderModifier and TypeMethodDescriptionvoid
HierarchicalDataCommunicator.setBackEndSorting
(List<QuerySortOrder> sortOrder) void
HierarchyMapper.setBackEndSorting
(List<QuerySortOrder> backEndSorting) Sets the current back-end sorting.
void
AbstractBackEndHierarchicalDataProvider.setSortOrders
(List<QuerySortOrder> sortOrders) Constructor parameters in com.vaadin.flow.data.provider.hierarchy with type arguments of type QuerySortOrderModifierConstructorDescriptionHierarchicalQuery
(int offset, int limit, List<QuerySortOrder> sortOrders, Comparator<T> inMemorySorting, F filter, T parent) Constructs a new hierarchical query object with given offset, limit, sorting and filtering.