Package | Description |
---|---|
com.vaadin.flow.internal.change |
Modifier and Type | Class and Description |
---|---|
class |
AbstractListChange<T extends Serializable>
Change describing an operation (add/remove) in a
list node
feature. |
class |
EmptyChange
Empty change for the feature to report its presence for the client (send the
feature information even though its data is empty).
|
class |
ListAddChange<T extends Serializable>
Change describing an add operation in a
list node feature. |
class |
ListClearChange<T extends Serializable>
Change describing a clear operation in a
list node feature. |
class |
ListRemoveChange<T extends Serializable>
Change describing a remove operation in a
list node feature. |
class |
MapPutChange
Change describing a changed value in a map feature.
|
class |
MapRemoveChange
Change describing a value removed from a map.
|
Copyright © 2025. All rights reserved.