Package com.vaadin.flow.data.provider
Interface ArrayUpdater.Update
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
Grid.UpdateQueue
- Enclosing interface:
ArrayUpdater
Array updater strategy.
-
Method Summary
-
Method Details
-
clear
void clear(int start, int length) Clearslengthelements in array from thestartposition.- Parameters:
start- the start indexlength- the number of elements to clear
-
set
Sets theitemsat thestartposition.- Parameters:
start- the start indexitems- the items to set
-
commit
void commit(int updateId) Commits changes for the givenupdateId.- Parameters:
updateId- the update identifier of the commit
-