Interface TreeGridArrayUpdater
- All Superinterfaces:
ArrayUpdater
,GridArrayUpdater
,HierarchicalArrayUpdater
,Serializable
@Deprecated(since="24.9",
forRemoval=true)
public interface TreeGridArrayUpdater
extends GridArrayUpdater, HierarchicalArrayUpdater
Deprecated, for removal: This API element is subject to removal in a future version.
Array update strategy aware class for TreeGrid.
- Author:
- Vaadin Ltd
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.vaadin.flow.data.provider.ArrayUpdater
ArrayUpdater.Update
Nested classes/interfaces inherited from interface com.vaadin.flow.component.grid.GridArrayUpdater
GridArrayUpdater.UpdateQueueData
Nested classes/interfaces inherited from interface com.vaadin.flow.data.provider.hierarchy.HierarchicalArrayUpdater
HierarchicalArrayUpdater.HierarchicalUpdate
-
Method Summary
Methods inherited from interface com.vaadin.flow.data.provider.ArrayUpdater
initialize
Methods inherited from interface com.vaadin.flow.component.grid.GridArrayUpdater
getUpdateQueueData, setUpdateQueueData
Methods inherited from interface com.vaadin.flow.data.provider.hierarchy.HierarchicalArrayUpdater
startUpdate
GridArrayUpdater
instead.