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.
com.vaadin.flow.internal.change.
Package com.vaadin.flow.internal.change
package com.vaadin.flow.internal.change
-
ClassesClassDescriptionAbstractListChange<T extends Serializable>
Change describing an operation (add/remove) in a
list
node feature.Empty change for the feature to report its presence for the client (send the feature information even though its data is empty).
ListAddChange<T extends Serializable>Change describing an add operation in a
list
node feature.ListClearChange<T extends Serializable>Change describing a clear operation in a
list
node feature.ListRemoveChange<T extends Serializable>Change describing a remove operation in a
list
node feature.Change describing a changed value in a map feature.
Change describing a value removed from a map.
Change describing that a node has been attached.
Base class describing a change to a state node.
Change describing that a node has been detached.
Base class for all node changes related to a feature.