Uses of Package
com.vaadin.flow.data.provider.hierarchy
Packages that use com.vaadin.flow.data.provider.hierarchy
-
Classes in com.vaadin.flow.data.provider.hierarchy used by com.vaadin.flow.component.treegridClassDescriptionA generic interface for hierarchical listing components that use a data provider for showing hierarchical data.Deprecated, for removal: This API element is subject to removal in a future version.Data communicator that handles requesting hierarchical data from
HierarchicalDataProviderand sending it to client side.A common interface for fetching hierarchical data from a data source, such as an in-memory collection or a backend database. -
Classes in com.vaadin.flow.data.provider.hierarchy used by com.vaadin.flow.data.provider.hierarchyClassDescriptionAbstract hierarchical data provider implementation which takes care of item refreshes and associated events.A data provider that lazy loads items from a back end containing hierarchical data.Deprecated, for removal: This API element is subject to removal in a future version.since 24.9 and will be replaced by
ArrayUpdaterin Vaadin 25.Deprecated, for removal: This API element is subject to removal in a future version.since 24.9 and will be replaced byArrayUpdater.Updatein Vaadin 25.A hierarchical data provider that supports programmatically setting a filter that will be applied to all queries.A common interface for fetching hierarchical data from a data source, such as an in-memory collection or a backend database.Immutable hierarchical query object used to request data from a backend.Deprecated, for removal: This API element is subject to removal in a future version.since 24.9 and will be removed in Vaadin 25 where HierarchicalDataCommunicator will be refactored to handle hierarchy management entirely on the server side, requiring data to be stored in a different cache structure.Represents hierarchical data.
ArrayUpdaterin Vaadin 25.