Uses of Class
com.vaadin.flow.internal.change.AbstractListChange
Packages that use AbstractListChange
-
Uses of AbstractListChange in com.vaadin.flow.internal.change
Subclasses of AbstractListChange in com.vaadin.flow.internal.changeModifier and TypeClassDescriptionclassListAddChange<T extends Serializable>Change describing an add operation in alistnode feature.classListClearChange<T extends Serializable>Change describing a clear operation in alistnode feature.classListRemoveChange<T extends Serializable>Change describing a remove operation in alistnode feature.Methods in com.vaadin.flow.internal.change that return AbstractListChangeModifier and TypeMethodDescriptionabstract AbstractListChange<T> AbstractListChange.copy(int index) Gets a copy of the change with the same data exceptindex.ListClearChange.copy(int indx) ListRemoveChange.copy(int indx) -
Uses of AbstractListChange in com.vaadin.flow.internal.nodefeature
Methods in com.vaadin.flow.internal.nodefeature that return types with arguments of type AbstractListChangeModifier and TypeMethodDescriptionprotected List<AbstractListChange<T>> NodeList.getChangeTracker()Gets or creates the list used to track changes that should be sent to the client.