com.vaadin.flow.component.grid.

Class GridArrayUpdater.UpdateQueueData

java.lang.Object
com.vaadin.flow.component.grid.GridArrayUpdater.UpdateQueueData

All Implemented Interfaces:

Serializable

Enclosing interface:

GridArrayUpdater

public static class GridArrayUpdater.UpdateQueueData extends Object implements Serializable

Data object for TreeGridArrayUpdater.

See Also:

  • Constructor Details

    • UpdateQueueData

      public UpdateQueueData(Element element, String uniqueKeyProperty)
  • Method Details

    • getElement

      public Element getElement()
    • getUniqueKeyProperty

      public String getUniqueKeyProperty()
    • setUniqueKeyProperty

      public void setUniqueKeyProperty(String uniqueKeyProperty)
    • getHasExpandedItems

      public SerializableSupplier<Boolean> getHasExpandedItems()
    • setHasExpandedItems

      public void setHasExpandedItems(SerializableSupplier<Boolean> hasExpandedItems)