Class GridArrayUpdater.UpdateQueueData

java.lang.Object
io.jmix.groupgridflowui.kit.vaadin.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(com.vaadin.flow.dom.Element element, String uniqueKeyProperty)
  • Method Details

    • getElement

      public com.vaadin.flow.dom.Element getElement()
    • getUniqueKeyProperty

      public String getUniqueKeyProperty()
    • setUniqueKeyProperty

      public void setUniqueKeyProperty(String uniqueKeyProperty)
    • getHasExpandedItems

      public com.vaadin.flow.function.SerializableSupplier<Boolean> getHasExpandedItems()
    • setHasExpandedItems

      public void setHasExpandedItems(com.vaadin.flow.function.SerializableSupplier<Boolean> hasExpandedItems)