Interface HierarchicalArrayUpdater
- All Superinterfaces:
ArrayUpdater,Serializable
- All Known Subinterfaces:
TreeGridArrayUpdater
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 ClassesModifier and TypeInterfaceDescriptionstatic interfaceArray updater strategy that is aware of hierarchical changes.Nested classes/interfaces inherited from interface com.vaadin.flow.data.provider.ArrayUpdater
ArrayUpdater.Update -
Method Summary
Methods inherited from interface com.vaadin.flow.data.provider.ArrayUpdater
initialize
-
Method Details
-
startUpdate
Description copied from interface:ArrayUpdaterStarts update of an array.- Specified by:
startUpdatein interfaceArrayUpdater- Parameters:
sizeChange- the size of the array where changes happened- Returns:
- array update strategy
-