Uses of Class
com.vaadin.flow.internal.change.NodeChange
Packages that use NodeChange
Package
Description
-
Uses of NodeChange in com.vaadin.flow.internal
Method parameters in com.vaadin.flow.internal with type arguments of type NodeChangeModifier and TypeMethodDescriptionvoidStateNode.collectChanges(Consumer<NodeChange> collector) Collects all changes made to this node since the last timeStateNode.collectChanges(Consumer)has been called.voidStateTree.collectChanges(Consumer<NodeChange> collector) Collects all changes made to this tree since the last timeStateTree.collectChanges(Consumer)has been called. -
Uses of NodeChange in com.vaadin.flow.internal.change
Subclasses of NodeChange 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.classChange describing that a node has been attached.classChange describing that a node has been detached.classBase class for all node changes related to a feature. -
Uses of NodeChange in com.vaadin.flow.internal.nodefeature
Method parameters in com.vaadin.flow.internal.nodefeature with type arguments of type NodeChangeModifier and TypeMethodDescriptionvoidInertData.collectChanges(Consumer<NodeChange> collector) abstract voidNodeFeature.collectChanges(Consumer<NodeChange> collector) Collects all changes that are recorded for this feature.voidNodeList.collectChanges(Consumer<NodeChange> collector) voidNodeMap.collectChanges(Consumer<NodeChange> collector) voidNodeValue.collectChanges(Consumer<NodeChange> collector) voidServerSideFeature.collectChanges(Consumer<NodeChange> collector)