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 Summary

    Constructors
    Constructor
    Description
    UpdateQueueData(com.vaadin.flow.dom.Element element, String uniqueKeyProperty)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.vaadin.flow.dom.Element
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    com.vaadin.flow.function.SerializableSupplier<Boolean>
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setHasExpandedItems(com.vaadin.flow.function.SerializableSupplier<Boolean> hasExpandedItems)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setUniqueKeyProperty(String uniqueKeyProperty)
    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

    • UpdateQueueData

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

    • getElement

      public com.vaadin.flow.dom.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 com.vaadin.flow.function.SerializableSupplier<Boolean> getHasExpandedItems()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setHasExpandedItems

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