Interface GridArrayUpdater
- All Superinterfaces:
com.vaadin.flow.data.provider.ArrayUpdater,Serializable
- All Known Subinterfaces:
TreeGridArrayUpdater
- All Known Implementing Classes:
JmixGroupGrid.JmixGroupGridArrayUpdaterImpl
public interface GridArrayUpdater
extends com.vaadin.flow.data.provider.ArrayUpdater
Array update strategy aware class for Grid.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classData object forTreeGridArrayUpdater.Nested classes/interfaces inherited from interface com.vaadin.flow.data.provider.ArrayUpdater
com.vaadin.flow.data.provider.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.
-