Class Grid.UpdateQueue

java.lang.Object
com.vaadin.flow.component.grid.Grid.UpdateQueue
All Implemented Interfaces:
com.vaadin.flow.data.provider.ArrayUpdater.Update, Serializable
Enclosing class:
Grid<T>

protected static class Grid.UpdateQueue extends Object implements com.vaadin.flow.data.provider.ArrayUpdater.Update
See Also:
  • Constructor Details

    • UpdateQueue

      protected UpdateQueue(com.vaadin.flow.dom.Element element, int size)
  • Method Details

    • set

      public void set(int start, List<tools.jackson.databind.JsonNode> items)
      Specified by:
      set in interface com.vaadin.flow.data.provider.ArrayUpdater.Update
    • clear

      public void clear(int start, int length)
      Specified by:
      clear in interface com.vaadin.flow.data.provider.ArrayUpdater.Update
    • commit

      public void commit(int updateId)
      Specified by:
      commit in interface com.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()