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>

@Deprecated(since="25.3", forRemoval=true) protected static class Grid.UpdateQueue extends Object implements com.vaadin.flow.data.provider.ArrayUpdater.Update
Deprecated, for removal: This API element is subject to removal in a future version.
To customize array updates, override Grid.createDefaultArrayUpdater() and return a GridArrayUpdater whose startUpdate method returns a custom ArrayUpdater.Update implementation. This class will be made private in Vaadin 26.
Since:
1.1
See Also:
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    UpdateQueue(com.vaadin.flow.dom.Element element, int size)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    clear(int start, int length)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    commit(int updateId)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    enqueue(String name, Serializable... arguments)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    protected com.vaadin.flow.dom.Element
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    set(int start, List<tools.jackson.databind.JsonNode> items)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • UpdateQueue

      protected UpdateQueue(com.vaadin.flow.dom.Element element, int size)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • set

      public void set(int start, List<tools.jackson.databind.JsonNode> items)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      set in interface com.vaadin.flow.data.provider.ArrayUpdater.Update
    • clear

      public void clear(int start, int length)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      clear in interface com.vaadin.flow.data.provider.ArrayUpdater.Update
    • commit

      public void commit(int updateId)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      commit in interface com.vaadin.flow.data.provider.ArrayUpdater.Update
    • commit

      public void commit()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • enqueue

      public void enqueue(String name, Serializable... arguments)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getElement

      protected com.vaadin.flow.dom.Element getElement()
      Deprecated, for removal: This API element is subject to removal in a future version.