Uses of Class
com.vaadin.flow.internal.change.AbstractListChange
-
Packages that use AbstractListChange Package Description com.vaadin.flow.internal.change com.vaadin.flow.internal.nodefeature -
-
Uses of AbstractListChange in com.vaadin.flow.internal.change
Subclasses of AbstractListChange in com.vaadin.flow.internal.change Modifier and Type Class Description classListAddChange<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 AbstractListChange Modifier and Type Method Description abstract AbstractListChange<T>AbstractListChange. copy(int index)Gets a copy of the change with the same data exceptindex.AbstractListChange<T>ListClearChange. copy(int indx)AbstractListChange<T>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 AbstractListChange Modifier and Type Method Description protected List<AbstractListChange<T>>NodeList. getChangeTracker()Gets or creates the list used to track changes that should be sent to the client.
-