Uses of Record Class
com.vaadin.signals.Node.Data
Packages that use Node.Data
-
Uses of Node.Data in com.vaadin.signals
Fields in com.vaadin.signals declared as Node.DataModifier and TypeFieldDescriptionstatic final Node.DataNode.EMPTYAn empty data node without parent, scope owner, value or children and the initial last update id.Methods in com.vaadin.signals that return Node.DataModifier and TypeMethodDescriptionprotected Node.DataAbstractSignal.data(Transaction transaction) Gets the data node for this signal in the given transaction.protected Node.DataAbstractSignal.data(TreeRevision revision) Gets the data node for this signal in the given tree revision.Methods in com.vaadin.signals with parameters of type Node.DataModifier and TypeMethodDescriptionprotected abstract TAbstractSignal.extractValue(Node.Data data) Extracts the value for this signal from the given signal data node.protected List<ValueSignal<T>>ListSignal.extractValue(Node.Data data) protected Map<String,ValueSignal<T>> MapSignal.extractValue(Node.Data data) protected NodeSignal.NodeSignalStateNodeSignal.extractValue(Node.Data data) protected TValueSignal.extractValue(Node.Data data) protected abstract ObjectAbstractSignal.usageChangeValue(Node.Data data) Gets a reference value that will be used to determine whether a dependency based on previous usage should be invalidated.protected ObjectListSignal.usageChangeValue(Node.Data data) protected ObjectMapSignal.usageChangeValue(Node.Data data) protected ObjectNodeSignal.usageChangeValue(Node.Data data) protected ObjectValueSignal.usageChangeValue(Node.Data data) -
Uses of Node.Data in com.vaadin.signals.impl
Methods in com.vaadin.signals.impl that return types with arguments of type Node.DataModifier and TypeMethodDescriptionGet the data node for the given node id, if present.Methods in com.vaadin.signals.impl with parameters of type Node.DataModifier and TypeMethodDescriptionprotected TComputedSignal.extractValue(Node.Data data) protected ObjectComputedSignal.usageChangeValue(Node.Data data)