Class 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:
    Serialized Form
    • Method Detail

      • 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()
      • getElement

        protected com.vaadin.flow.dom.Element getElement()