Class GridArrayUpdater.UpdateQueueData

java.lang.Object
com.vaadin.flow.component.grid.GridArrayUpdater.UpdateQueueData
All Implemented Interfaces:
Serializable
Enclosing interface:
GridArrayUpdater

@Deprecated(since="24.9", forRemoval=true) public static class GridArrayUpdater.UpdateQueueData extends Object implements Serializable
Deprecated, for removal: This API element is subject to removal in a future version.
since 24.9 and will be removed in Vaadin 25
Data object for TreeGridArrayUpdater.
See Also:
  • Constructor Details

    • UpdateQueueData

      public UpdateQueueData(Element element, String uniqueKeyProperty)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getElement

      public Element getElement()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getUniqueKeyProperty

      public String getUniqueKeyProperty()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setUniqueKeyProperty

      public void setUniqueKeyProperty(String uniqueKeyProperty)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getHasExpandedItems

      public SerializableSupplier<Boolean> getHasExpandedItems()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setHasExpandedItems

      public void setHasExpandedItems(SerializableSupplier<Boolean> hasExpandedItems)
      Deprecated, for removal: This API element is subject to removal in a future version.