Package | Description |
---|---|
com.vaadin.flow.internal.change | |
com.vaadin.flow.internal.nodefeature |
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
AbstractListChange<T> |
ListRemoveChange.copy(int indx) |
AbstractListChange<T> |
ListClearChange.copy(int indx) |
abstract AbstractListChange<T> |
AbstractListChange.copy(int index)
Gets a copy of the change with the same data except
index . |
Modifier and Type | Method and Description |
---|---|
protected List<AbstractListChange<T>> |
NodeList.getChangeTracker()
Gets or creates the list used to track changes that should be sent to the
client.
|
Copyright © 2025. All rights reserved.