Interface HierarchicalArrayUpdater
- All Superinterfaces:
ArrayUpdater,Serializable
@Deprecated(since="24.9",
forRemoval=true)
public interface HierarchicalArrayUpdater
extends ArrayUpdater
Deprecated, for removal: This API element is subject to removal in a future version.
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 interfaceDeprecated, for removal: This API element is subject to removal in a future version.since 24.9 and will be replaced byArrayUpdater.Updatein Vaadin 25.Nested classes/interfaces inherited from interface com.vaadin.flow.data.provider.ArrayUpdater
ArrayUpdater.Update -
Method Summary
Modifier and TypeMethodDescriptionstartUpdate(int sizeChange) Deprecated, for removal: This API element is subject to removal in a future version.Starts update of an array.Methods inherited from interface com.vaadin.flow.data.provider.ArrayUpdater
initialize
-
Method Details
-
startUpdate
Deprecated, for removal: This API element is subject to removal in a future version.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
-
ArrayUpdaterin Vaadin 25.