Uses of Interface
com.vaadin.signals.Node
Packages that use Node
-
Uses of Node in com.vaadin.signals
Classes in com.vaadin.signals that implement NodeModifier and TypeClassDescriptionstatic final recordA node alias.static final recordA data node.Methods in com.vaadin.signals that return types with arguments of type NodeModifier and TypeMethodDescriptionSignalCommand.SnapshotCommand.nodes()Returns the value of thenodesrecord component.Methods in com.vaadin.signals with parameters of type NodeModifier and TypeMethodDescriptionprotected static <T> THelper to convert the value of the given node into Java object of the given type.Constructor parameters in com.vaadin.signals with type arguments of type NodeModifierConstructorDescriptionSnapshotCommand(Id commandId, Map<Id, Node> nodes) Creates an instance of aSnapshotCommandrecord class. -
Uses of Node in com.vaadin.signals.impl
Methods in com.vaadin.signals.impl that return NodeModifier and TypeMethodDescriptionCommandResult.NodeModification.newNode()Returns the value of thenewNoderecord component.CommandResult.NodeModification.oldNode()Returns the value of theoldNoderecord component.Methods in com.vaadin.signals.impl that return types with arguments of type NodeModifier and TypeMethodDescriptionTreeRevision.nodes()Gets the nodes that make up this revision.Constructors in com.vaadin.signals.impl with parameters of type NodeModifierConstructorDescriptionNodeModification(Node oldNode, Node newNode) Creates an instance of aNodeModificationrecord class.Constructor parameters in com.vaadin.signals.impl with type arguments of type NodeModifierConstructorDescriptionTreeRevision(Id ownerId, Map<Id, Node> nodes, Map<Id, SignalCommand.ScopeOwnerCommand> originalInserts) Creates a new revision based on the given owner id, map of signal nodes and map of original inserts.