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:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedUpdateQueue(GridArrayUpdater.UpdateQueueData data, int size)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear(int start, int length)voidcommit()voidcommit(int updateId)voidenqueue(String name, Serializable... arguments)GridArrayUpdater.UpdateQueueDatagetData()GetsGridArrayUpdater.UpdateQueueDatafor this queue.protected com.vaadin.flow.dom.ElementgetElement()voidset(int start, List<elemental.json.JsonValue> items)
-
-
-
Constructor Detail
-
UpdateQueue
protected UpdateQueue(GridArrayUpdater.UpdateQueueData data, int size)
-
-
Method Detail
-
set
public void set(int start, List<elemental.json.JsonValue> items)- 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
public void enqueue(String name, Serializable... arguments)
-
getElement
protected com.vaadin.flow.dom.Element getElement()
-
getData
public GridArrayUpdater.UpdateQueueData getData()
GetsGridArrayUpdater.UpdateQueueDatafor this queue.- Returns:
- the
GridArrayUpdater.UpdateQueueDataobject.
-
-