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 classes/interfaces inherited from interface com.vaadin.flow.data.provider.ArrayUpdater
ArrayUpdater.Update
-
Method Summary
Modifier and TypeMethodDescriptionGetsGridArrayUpdater.UpdateQueueData
set for this array updater.void
SetsGridArrayUpdater.UpdateQueueData
for this array updater.Methods inherited from interface com.vaadin.flow.data.provider.ArrayUpdater
initialize, startUpdate
-
Method Details
-
setUpdateQueueData
SetsGridArrayUpdater.UpdateQueueData
for this array updater.- Parameters:
data
- the newGridArrayUpdater.UpdateQueueData
object
-
getUpdateQueueData
GridArrayUpdater.UpdateQueueData getUpdateQueueData()GetsGridArrayUpdater.UpdateQueueData
set for this array updater.- Returns:
- the new
GridArrayUpdater.UpdateQueueData
or null if not set.
-