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.data.provider.hierarchy.
Interface HierarchicalArrayUpdater
-
All Superinterfaces:
All Known Subinterfaces:
public interface HierarchicalArrayUpdater extends ArrayUpdater
Hierarchical array update strategy aware class.
For internal use only. May be renamed or removed in a future release.
Since:
1.1
Author:
Vaadin Ltd
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
HierarchicalArrayUpdater.HierarchicalUpdate
Array updater strategy that is aware of hierarchical changes.
-
Nested classes/interfaces inherited from interface com.vaadin.flow.data.provider.ArrayUpdater
ArrayUpdater.Update
-
-
Method Summary
All Methods Modifier and Type Method Description HierarchicalArrayUpdater.HierarchicalUpdate
startUpdate(int sizeChange)
Starts update of an array.
-
Methods inherited from interface com.vaadin.flow.data.provider.ArrayUpdater
initialize
-
-
-
-
Method Detail
-
startUpdate
HierarchicalArrayUpdater.HierarchicalUpdate startUpdate(int sizeChange)
Description copied from interface:
ArrayUpdater
Starts update of an array.
Specified by:
startUpdate
in interfaceArrayUpdater
Parameters:
sizeChange
- the size of the array where changes happenedReturns:
array update strategy
-
-