Package com.vaadin.flow.data.provider
Interface ArrayUpdater
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
GridArrayUpdater
Array update strategy aware class.
For internal use only. May be renamed or removed in a future release.
- Since:
- 1.0
- Author:
- Vaadin Ltd
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceArray updater strategy. -
Method Summary
Modifier and TypeMethodDescriptionvoidInitialize the array.startUpdate(int sizeChange) Starts update of an array.
-
Method Details
-
startUpdate
Starts update of an array.- Parameters:
sizeChange- the size of the array where changes happened- Returns:
- array update strategy
-
initialize
void initialize()Initialize the array.
-