public static class GridArrayUpdater.UpdateQueueData extends Object implements Serializable
TreeGridArrayUpdater.| Constructor and Description |
|---|
UpdateQueueData(com.vaadin.flow.dom.Element element,
String uniqueKeyProperty) |
| Modifier and Type | Method and Description |
|---|---|
com.vaadin.flow.dom.Element |
getElement() |
com.vaadin.flow.function.SerializableSupplier<Boolean> |
getHasExpandedItems() |
String |
getUniqueKeyProperty() |
void |
setHasExpandedItems(com.vaadin.flow.function.SerializableSupplier<Boolean> hasExpandedItems) |
void |
setUniqueKeyProperty(String uniqueKeyProperty) |
public UpdateQueueData(com.vaadin.flow.dom.Element element,
String uniqueKeyProperty)
public com.vaadin.flow.dom.Element getElement()
public String getUniqueKeyProperty()
public void setUniqueKeyProperty(String uniqueKeyProperty)
public com.vaadin.flow.function.SerializableSupplier<Boolean> getHasExpandedItems()
public void setHasExpandedItems(com.vaadin.flow.function.SerializableSupplier<Boolean> hasExpandedItems)
Copyright © 2026. All rights reserved.