Uses of Class
com.vaadin.flow.internal.change.NodeChange
-
Uses of NodeChange in com.vaadin.flow.internal
Method parameters in com.vaadin.flow.internal with type arguments of type NodeChangeModifier and TypeMethodDescriptionvoid
StateNode.collectChanges
(Consumer<NodeChange> collector) Collects all changes made to this node since the last time
StateNode.collectChanges(Consumer)
has been called.void
StateTree.collectChanges
(Consumer<NodeChange> collector) Collects all changes made to this tree since the last time
StateTree.collectChanges(Consumer)
has been called. -
Uses of NodeChange in com.vaadin.flow.internal.change
Subclasses of NodeChange 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.
class
Change describing that a node has been attached.
class
Change describing that a node has been detached.
class
Base 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 TypeMethodDescriptionvoid
InertData.collectChanges
(Consumer<NodeChange> collector) abstract void
NodeFeature.collectChanges
(Consumer<NodeChange> collector) Collects all changes that are recorded for this feature.
void
NodeList.collectChanges
(Consumer<NodeChange> collector) void
NodeMap.collectChanges
(Consumer<NodeChange> collector) void
NodeValue.collectChanges
(Consumer<NodeChange> collector) void
ServerSideFeature.collectChanges
(Consumer<NodeChange> collector)