We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.flow.component.grid.
Package com.vaadin.flow.component.grid
Interface GridArrayUpdater
All Superinterfaces:
All Known Subinterfaces:
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 TypeMethodDescriptionGets
GridArrayUpdater.UpdateQueueData
set for this array updater.void
Sets
GridArrayUpdater.UpdateQueueData
for this array updater.Methods inherited from interface com.vaadin.flow.data.provider.ArrayUpdater
initialize, startUpdate
-
Method Details
-
setUpdateQueueData
Sets
GridArrayUpdater.UpdateQueueData
for this array updater.Parameters:
data
- the newGridArrayUpdater.UpdateQueueData
object -
getUpdateQueueData
GridArrayUpdater.UpdateQueueData getUpdateQueueData()Gets
GridArrayUpdater.UpdateQueueData
set for this array updater.Returns:
the new
GridArrayUpdater.UpdateQueueData
or null if not set.
-