Class Grid.UpdateQueue
java.lang.Object
io.jmix.groupgridflowui.kit.vaadin.grid.Grid.UpdateQueue
- All Implemented Interfaces:
com.vaadin.flow.data.provider.ArrayUpdater.Update,Serializable
- Direct Known Subclasses:
JmixGroupGrid.JmixGroupGridUpdateQueue
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) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidclear(int start, int length) voidcommit()voidcommit(int updateId) voidenqueue(String name, Serializable... arguments) getData()Deprecated, for removal: This API element is subject to removal in a future version.since 24.9 and will be removed in Vaadin 25protected com.vaadin.flow.dom.Elementvoid
-
Constructor Details
-
UpdateQueue
Deprecated.since 24.9 and will be replaced byUpdateQueue(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() -
getData
Deprecated, for removal: This API element is subject to removal in a future version.since 24.9 and will be removed in Vaadin 25GetsGridArrayUpdater.UpdateQueueDatafor this queue.- Returns:
- the
GridArrayUpdater.UpdateQueueDataobject.
-
UpdateQueue(Element element, int size)