Package com.vaadin.flow.component.grid
Class Grid.UpdateQueue
java.lang.Object
com.vaadin.flow.component.grid.Grid.UpdateQueue
- All Implemented Interfaces:
ArrayUpdater.Update,Serializable
@Deprecated(since="25.3",
forRemoval=true)
protected static class Grid.UpdateQueue
extends Object
implements ArrayUpdater.Update
Deprecated, for removal: This API element is subject to removal in a future version.
- Since:
- 1.1
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedUpdateQueue(Element element, int size) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoidclear(int start, int length) Deprecated, for removal: This API element is subject to removal in a future version.Clearslengthelements in array from thestartposition.voidcommit()Deprecated, for removal: This API element is subject to removal in a future version.voidcommit(int updateId) Deprecated, for removal: This API element is subject to removal in a future version.Commits changes for the givenupdateId.voidenqueue(String name, Serializable... arguments) Deprecated, for removal: This API element is subject to removal in a future version.protected ElementDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.Sets theitemsat thestartposition.
-
Constructor Details
-
UpdateQueue
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
set
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:ArrayUpdater.UpdateSets theitemsat thestartposition.- Specified by:
setin interfaceArrayUpdater.Update- Parameters:
start- the start indexitems- the items to set
-
clear
public void clear(int start, int length) Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:ArrayUpdater.UpdateClearslengthelements in array from thestartposition.- Specified by:
clearin interfaceArrayUpdater.Update- Parameters:
start- the start indexlength- the number of elements to clear
-
commit
public void commit(int updateId) Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:ArrayUpdater.UpdateCommits changes for the givenupdateId.- Specified by:
commitin interfaceArrayUpdater.Update- Parameters:
updateId- the update identifier of the commit
-
commit
public void commit()Deprecated, for removal: This API element is subject to removal in a future version. -
enqueue
Deprecated, for removal: This API element is subject to removal in a future version. -
getElement
Deprecated, for removal: This API element is subject to removal in a future version.
-
Grid.createDefaultArrayUpdater()and return aGridArrayUpdaterwhosestartUpdatemethod returns a customArrayUpdater.Updateimplementation. This class will be made private in Vaadin 26.