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.hierarchy.HierarchicalQuery
Packages that use HierarchicalQuery
-
Uses of HierarchicalQuery in com.vaadin.flow.data.provider.hierarchy
Methods in com.vaadin.flow.data.provider.hierarchy with parameters of type HierarchicalQueryModifier and TypeMethodDescriptionAbstractBackEndHierarchicalDataProvider.fetchChildren
(HierarchicalQuery<T, F> query) HierarchicalDataProvider.fetchChildren
(HierarchicalQuery<T, F> query) Fetches data from this HierarchicalDataProvider using given
query
.TreeDataProvider.fetchChildren
(HierarchicalQuery<T, SerializablePredicate<T>> query) AbstractBackEndHierarchicalDataProvider.fetchChildrenFromBackEnd
(HierarchicalQuery<T, F> query) Fetches data from the back end using the given query.
int
HierarchicalDataProvider.getChildCount
(HierarchicalQuery<T, F> query) Get the number of immediate child data items for the parent item returned by a given query.
int
TreeDataProvider.getChildCount
(HierarchicalQuery<T, SerializablePredicate<T>> query)