Package com.vaadin.flow.component.grid
Interface GridArrayUpdater
- All Superinterfaces:
ArrayUpdater,Serializable
- All Known Subinterfaces:
TreeGridArrayUpdater
Array update strategy aware class for Grid.
- Author:
- Vaadin Ltd
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classDeprecated, for removal: This API element is subject to removal in a future version.since 24.9 and will be removed in Vaadin 25Nested classes/interfaces inherited from interface com.vaadin.flow.data.provider.ArrayUpdater
ArrayUpdater.Update -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.since 24.9 and will be removed in Vaadin 25voidDeprecated, for removal: This API element is subject to removal in a future version.since 24.9 and will be removed in Vaadin 25Methods inherited from interface com.vaadin.flow.data.provider.ArrayUpdater
initialize, startUpdate
-
Method Details
-
setUpdateQueueData
@Deprecated(since="24.9", forRemoval=true) void setUpdateQueueData(GridArrayUpdater.UpdateQueueData data) Deprecated, for removal: This API element is subject to removal in a future version.since 24.9 and will be removed in Vaadin 25SetsGridArrayUpdater.UpdateQueueDatafor this array updater.- Parameters:
data- the newGridArrayUpdater.UpdateQueueDataobject
-
getUpdateQueueData
Deprecated, for removal: This API element is subject to removal in a future version.since 24.9 and will be removed in Vaadin 25GetsGridArrayUpdater.UpdateQueueDataset for this array updater.- Returns:
- the new
GridArrayUpdater.UpdateQueueDataor null if not set.
-