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