protected static class Grid.UpdateQueue extends Object implements com.vaadin.flow.data.provider.ArrayUpdater.Update
| Modifier | Constructor and Description |
|---|---|
protected |
UpdateQueue(GridArrayUpdater.UpdateQueueData data,
int size) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear(int start,
int length) |
void |
commit() |
void |
commit(int updateId) |
void |
enqueue(String name,
Serializable... arguments) |
GridArrayUpdater.UpdateQueueData |
getData()
Gets
GridArrayUpdater.UpdateQueueData for this queue. |
protected com.vaadin.flow.dom.Element |
getElement() |
void |
set(int start,
List<elemental.json.JsonValue> items) |
protected UpdateQueue(GridArrayUpdater.UpdateQueueData data, int size)
public void set(int start,
List<elemental.json.JsonValue> items)
set in interface com.vaadin.flow.data.provider.ArrayUpdater.Updatepublic void clear(int start,
int length)
clear in interface com.vaadin.flow.data.provider.ArrayUpdater.Updatepublic void commit(int updateId)
commit in interface com.vaadin.flow.data.provider.ArrayUpdater.Updatepublic void commit()
public void enqueue(String name, Serializable... arguments)
protected com.vaadin.flow.dom.Element getElement()
public GridArrayUpdater.UpdateQueueData getData()
GridArrayUpdater.UpdateQueueData for this queue.GridArrayUpdater.UpdateQueueData object.Copyright © 2026. All rights reserved.