Package com.vaadin.flow.component.grid
Class Grid.UpdateQueue
java.lang.Object
com.vaadin.flow.component.grid.Grid.UpdateQueue
- All Implemented Interfaces:
com.vaadin.flow.data.provider.ArrayUpdater.Update,Serializable
@Deprecated(since="25.3",
forRemoval=true)
protected static class Grid.UpdateQueue
extends Object
implements com.vaadin.flow.data.provider.ArrayUpdater.Update
Deprecated, for removal: This API element is subject to removal in a future version.
- Since:
- 1.1
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedUpdateQueue(com.vaadin.flow.dom.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.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.voidenqueue(String name, Serializable... arguments) Deprecated, for removal: This API element is subject to removal in a future version.protected com.vaadin.flow.dom.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.
-
Constructor Details
-
UpdateQueue
protected UpdateQueue(com.vaadin.flow.dom.Element element, int size) 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.- Specified by:
setin interfacecom.vaadin.flow.data.provider.ArrayUpdater.Update
-
clear
public void clear(int start, int length) Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
clearin interfacecom.vaadin.flow.data.provider.ArrayUpdater.Update
-
commit
public void commit(int updateId) Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
commitin interfacecom.vaadin.flow.data.provider.ArrayUpdater.Update
-
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
protected com.vaadin.flow.dom.Element 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.