Package 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
@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
ConstructorsConstructorDescriptionUpdateQueueData
(Element element, String uniqueKeyProperty) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, 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.Deprecated, for removal: This API element is subject to removal in a future version.void
setHasExpandedItems
(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.
-
Constructor Details
-
UpdateQueueData
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getElement
Deprecated, for removal: This API element is subject to removal in a future version. -
getUniqueKeyProperty
Deprecated, for removal: This API element is subject to removal in a future version. -
setUniqueKeyProperty
Deprecated, for removal: This API element is subject to removal in a future version. -
getHasExpandedItems
Deprecated, for removal: This API element is subject to removal in a future version. -
setHasExpandedItems
Deprecated, for removal: This API element is subject to removal in a future version.
-