Uses of Class
com.vaadin.flow.internal.change.NodeChange
-
Packages that use NodeChange Package Description com.vaadin.flow.internal com.vaadin.flow.internal.change com.vaadin.flow.internal.nodefeature -
-
Uses of NodeChange in com.vaadin.flow.internal
Method parameters in com.vaadin.flow.internal with type arguments of type NodeChange Modifier and Type Method Description voidStateNode. 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.change Modifier and Type Class Description classAbstractListChange<T extends Serializable>Change describing an operation (add/remove) in alistnode feature.classEmptyChangeEmpty 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.classMapPutChangeChange describing a changed value in a map feature.classMapRemoveChangeChange describing a value removed from a map.classNodeAttachChangeChange describing that a node has been attached.classNodeDetachChangeChange describing that a node has been detached.classNodeFeatureChangeBase 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 NodeChange Modifier and Type Method Description voidInertData. 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)
-