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.NodeFeatureChange
Packages that use NodeFeatureChange
-
Uses of NodeFeatureChange in com.vaadin.flow.internal.change
Subclasses of NodeFeatureChange in com.vaadin.flow.internal.changeModifier and TypeClassDescriptionclass
AbstractListChange<T extends Serializable>
Change describing an operation (add/remove) in a
list
node feature.class
Empty change for the feature to report its presence for the client (send the feature information even though its data is empty).
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.class
Change describing a changed value in a map feature.
class
Change describing a value removed from a map.