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.data.provider.
Package com.vaadin.flow.data.provider
Interface ArrayUpdater.Update
All Superinterfaces:
All Known Subinterfaces:
All Known Implementing Classes:
Enclosing interface:
Array updater strategy.
-
Method Summary
-
Method Details
-
clear
void clear(int start, int length) Clears
length
elements in array from thestart
position.Parameters:
start
- the start indexlength
- the number of elements to clear -
set
Sets the
items
at thestart
position.Parameters:
start
- the start indexitems
- the items to set -
commit
void commit(int updateId) Commits changes for the given
updateId
.Parameters:
updateId
- the update identifier of the commit
-