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.
com.vaadin.flow.component.treegrid.
Interface TreeGridArrayUpdater
-
All Superinterfaces:
ArrayUpdater, GridArrayUpdater, HierarchicalArrayUpdater, Serializable
public interface TreeGridArrayUpdater extends GridArrayUpdater, HierarchicalArrayUpdater
Array update strategy aware class for TreeGrid.
Author:
Vaadin Ltd
-
-
Nested Class Summary
-
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
-
Nested classes/interfaces inherited from interface com.vaadin.flow.data.provider.ArrayUpdater
ArrayUpdater.Update
-
-
Method Summary
-
Methods inherited from interface com.vaadin.flow.component.grid.GridArrayUpdater
getUpdateQueueData, setUpdateQueueData
-
Methods inherited from interface com.vaadin.flow.data.provider.hierarchy.HierarchicalArrayUpdater
startUpdate
-
Methods inherited from interface com.vaadin.flow.data.provider.ArrayUpdater
initialize
-
-