Package com.vaadin.flow.component.grid
Class Grid.UpdateQueue
java.lang.Object
com.vaadin.flow.component.grid.Grid.UpdateQueue
- All Implemented Interfaces:
ArrayUpdater.Update
,Serializable
- See Also:
-
Constructor Summary
ModifierConstructorDescriptionprotected
UpdateQueue
(GridArrayUpdater.UpdateQueueData data, int size) -
Method Summary
Modifier and TypeMethodDescriptionvoid
clear
(int start, int length) Clearslength
elements in array from thestart
position.void
commit()
void
commit
(int updateId) Commits changes for the givenupdateId
.void
enqueue
(String name, Serializable... arguments) getData()
GetsGridArrayUpdater.UpdateQueueData
for this queue.protected Element
void
Sets theitems
at thestart
position.
-
Constructor Details
-
UpdateQueue
-
-
Method Details
-
set
Description copied from interface:ArrayUpdater.Update
Sets theitems
at thestart
position.- Specified by:
set
in interfaceArrayUpdater.Update
- Parameters:
start
- the start indexitems
- the items to set
-
clear
public void clear(int start, int length) Description copied from interface:ArrayUpdater.Update
Clearslength
elements in array from thestart
position.- Specified by:
clear
in interfaceArrayUpdater.Update
- Parameters:
start
- the start indexlength
- the number of elements to clear
-
commit
public void commit(int updateId) Description copied from interface:ArrayUpdater.Update
Commits changes for the givenupdateId
.- Specified by:
commit
in interfaceArrayUpdater.Update
- Parameters:
updateId
- the update identifier of the commit
-
commit
public void commit() -
enqueue
-
getElement
-
getData
GetsGridArrayUpdater.UpdateQueueData
for this queue.- Returns:
- the
GridArrayUpdater.UpdateQueueData
object.
-