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
protected static class Grid.UpdateQueue
extends Object
implements com.vaadin.flow.data.provider.ArrayUpdater.Update
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedUpdateQueue(GridArrayUpdater.UpdateQueueData data, int size) -
Method Summary
Modifier and TypeMethodDescriptionvoidclear(int start, int length) voidcommit()voidcommit(int updateId) voidenqueue(String name, Serializable... arguments) getData()GetsGridArrayUpdater.UpdateQueueDatafor this queue.protected com.vaadin.flow.dom.Elementvoid
-
Constructor Details
-
UpdateQueue
-
-
Method Details
-
set
- Specified by:
setin interfacecom.vaadin.flow.data.provider.ArrayUpdater.Update
-
clear
public void clear(int start, int length) - Specified by:
clearin interfacecom.vaadin.flow.data.provider.ArrayUpdater.Update
-
commit
public void commit(int updateId) - Specified by:
commitin interfacecom.vaadin.flow.data.provider.ArrayUpdater.Update
-
commit
public void commit() -
enqueue
-
getElement
protected com.vaadin.flow.dom.Element getElement() -
getData
GetsGridArrayUpdater.UpdateQueueDatafor this queue.- Returns:
- the
GridArrayUpdater.UpdateQueueDataobject.
-