We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.signals.
Package com.vaadin.signals
Interface Node
All Known Implementing Classes:
A node in a signal tree. Each node represents as signal entry. Nodes are
immutable and referenced by an Id
rather than directly referencing
the node instance. The node is either a Node.Data
node carrying actual
signal data or an Node.Alias
node that allows multiple signal ids to
reference the same data.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final record
A node alias.
static final record
A data node.
-
Field Summary
Fields
-
Field Details
-
EMPTY
An empty data node without parent, scope owner, value or children and the initial last update id.
-