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 TypeClassDescriptionclassAbstractListChange<T extends Serializable>Change describing an operation (add/remove) in alistnode feature.classEmpty change for the feature to report its presence for the client (send the feature information even though its data is empty).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.classChange describing a changed value in a map feature.classChange describing a value removed from a map.