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
Enclosing class:
Grid<T>

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

  • Method Details

    • set

      public void set(int start, List<elemental.json.JsonValue> 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()
    • getData

      Deprecated, for removal: This API element is subject to removal in a future version.
      since 24.9 and will be removed in Vaadin 25
      Returns:
      the GridArrayUpdater.UpdateQueueData object.