We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
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 TypeClassDescriptionclass
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.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 except
index
.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.