Uses of Class
com.vaadin.flow.data.provider.Query
Packages that use Query
-
Uses of Query in com.vaadin.flow.data.provider
Methods in com.vaadin.flow.data.provider that return QueryModifier and TypeMethodDescriptionDataCommunicator.buildQuery(int offset, int limit) Generate a data query with component sorting and filtering.static QueryDataViewUtils.getQuery(com.vaadin.flow.component.Component component) Generates a data query with component's in-memory filter and sort comparator.static QueryDataViewUtils.getQuery(com.vaadin.flow.component.Component component, boolean withSorting) Generates a data query with component's in-memory filter and sort comparator, which is optionally included ifwithSortingis set totrue.Methods in com.vaadin.flow.data.provider with parameters of type QueryModifier and TypeMethodDescriptionGets the index of the item in the filtered and sorted data set.static <T,C, F> F FilterUtils.convertFilter(com.vaadin.flow.function.SerializableFunction<C, F> filterConverter, Query<T, C> query) Gets the filter converted from a query filter by thefilterConverter.intCounts the number of available items based on a query.Fetches a stream of items based on a query.Fetches data from this DataProvider using givenquery.AbstractBackEndDataProvider.fetchFromBackEnd(Query<T, F> query) Fetches data from the back end using the given query.CallbackDataProvider.fetchFromBackEnd(Query<T, F> query) protected Fprotected abstract MGets the filter that should be used in the modified Query.intintGets the amount of data in this DataProvider.intintprotected abstract intAbstractBackEndDataProvider.sizeInBackEnd(Query<T, F> query) Counts the number of items available in the back end.protected intCallbackDataProvider.sizeInBackEnd(Query<T, F> query) -
Uses of Query in com.vaadin.flow.data.provider.hierarchy
Subclasses of Query in com.vaadin.flow.data.provider.hierarchyModifier and TypeClassDescriptionclassHierarchicalQuery<T,F> Immutable hierarchical query object used to request data from a backend.Methods in com.vaadin.flow.data.provider.hierarchy with parameters of type Query