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(com.vaadin.flow.dom.Element element, int size) -
Method Summary
-
Constructor Details
-
UpdateQueue
protected UpdateQueue(com.vaadin.flow.dom.Element element, int size)
-
-
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()
-