Index
All Classes and Interfaces|All Packages
A
- Accept(Map<Id, CommandResult.NodeModification>, Map<Id, SignalCommand.ScopeOwnerCommand>) - Constructor for record class com.vaadin.signals.impl.CommandResult.Accept
-
Creates an instance of a
Acceptrecord class. - accepted() - Method in record class com.vaadin.signals.impl.CommandResult.Accept
- accepted() - Method in interface com.vaadin.signals.impl.CommandResult
-
Tests whether this command result is accepted or rejected.
- accepted() - Method in record class com.vaadin.signals.impl.CommandResult.Reject
- AdoptAsCommand(Id, Id, Id, String) - Constructor for record class com.vaadin.signals.SignalCommand.AdoptAsCommand
-
Creates an instance of a
AdoptAsCommandrecord class. - AdoptAtCommand(Id, Id, Id, ListSignal.ListPosition) - Constructor for record class com.vaadin.signals.SignalCommand.AdoptAtCommand
-
Creates an instance of a
AdoptAtCommandrecord class. - after() - Method in record class com.vaadin.signals.ListSignal.ListPosition
-
Returns the value of the
afterrecord component. - Alias(Id) - Constructor for record class com.vaadin.signals.Node.Alias
-
Creates an instance of a
Aliasrecord class. - apply(SignalCommand, BiConsumer<Id, CommandResult>) - Method in class com.vaadin.signals.impl.MutableTreeRevision
-
Applies a single command and passes the results to the provided handler.
- apply(List<SignalCommand>) - Method in class com.vaadin.signals.impl.MutableTreeRevision
-
Applies a sequence of commands and ignores the results.
- applyAndGetResults(List<SignalCommand>) - Method in class com.vaadin.signals.impl.MutableTreeRevision
-
Applies a sequence of commands and collects the results to a map.
- asBase64() - Method in record class com.vaadin.signals.Id
-
Returns this id value as a base64 string.
- assertValidTree() - Method in class com.vaadin.signals.impl.TreeRevision
-
Asserts that the nodes in this revision are internally consistent.
B
- before() - Method in record class com.vaadin.signals.ListSignal.ListPosition
-
Returns the value of the
beforerecord component.
C
- childId() - Method in record class com.vaadin.signals.SignalCommand.AdoptAsCommand
-
Returns the value of the
childIdrecord component. - childId() - Method in record class com.vaadin.signals.SignalCommand.AdoptAtCommand
-
Returns the value of the
childIdrecord component. - childId() - Method in record class com.vaadin.signals.SignalCommand.PositionCondition
-
Returns the value of the
childIdrecord component. - ClearCommand(Id, Id) - Constructor for record class com.vaadin.signals.SignalCommand.ClearCommand
-
Creates an instance of a
ClearCommandrecord class. - ClearOwnerCommand(Id, Id) - Constructor for record class com.vaadin.signals.SignalCommand.ClearOwnerCommand
-
Creates an instance of a
ClearOwnerCommandrecord class. - com.vaadin.signals - package com.vaadin.signals
- com.vaadin.signals.impl - package com.vaadin.signals.impl
- commandId() - Method in record class com.vaadin.signals.SignalCommand.AdoptAsCommand
-
Returns the value of the
commandIdrecord component. - commandId() - Method in record class com.vaadin.signals.SignalCommand.AdoptAtCommand
-
Returns the value of the
commandIdrecord component. - commandId() - Method in record class com.vaadin.signals.SignalCommand.ClearCommand
-
Returns the value of the
commandIdrecord component. - commandId() - Method in record class com.vaadin.signals.SignalCommand.ClearOwnerCommand
-
Returns the value of the
commandIdrecord component. - commandId() - Method in interface com.vaadin.signals.SignalCommand
-
Gets the unique command id used to track the status of this command.
- commandId() - Method in record class com.vaadin.signals.SignalCommand.IncrementCommand
-
Returns the value of the
commandIdrecord component. - commandId() - Method in record class com.vaadin.signals.SignalCommand.InsertCommand
-
Returns the value of the
commandIdrecord component. - commandId() - Method in record class com.vaadin.signals.SignalCommand.KeyCondition
-
Returns the value of the
commandIdrecord component. - commandId() - Method in record class com.vaadin.signals.SignalCommand.LastUpdateCondition
-
Returns the value of the
commandIdrecord component. - commandId() - Method in record class com.vaadin.signals.SignalCommand.PositionCondition
-
Returns the value of the
commandIdrecord component. - commandId() - Method in record class com.vaadin.signals.SignalCommand.PutCommand
-
Returns the value of the
commandIdrecord component. - commandId() - Method in record class com.vaadin.signals.SignalCommand.PutIfAbsentCommand
-
Returns the value of the
commandIdrecord component. - commandId() - Method in record class com.vaadin.signals.SignalCommand.RemoveByKeyCommand
-
Returns the value of the
commandIdrecord component. - commandId() - Method in record class com.vaadin.signals.SignalCommand.RemoveCommand
-
Returns the value of the
commandIdrecord component. - commandId() - Method in record class com.vaadin.signals.SignalCommand.SetCommand
-
Returns the value of the
commandIdrecord component. - commandId() - Method in record class com.vaadin.signals.SignalCommand.SnapshotCommand
-
Returns the value of the
commandIdrecord component. - commandId() - Method in record class com.vaadin.signals.SignalCommand.TransactionCommand
-
Returns the value of the
commandIdrecord component. - commandId() - Method in record class com.vaadin.signals.SignalCommand.ValueCondition
-
Returns the value of the
commandIdrecord component. - CommandResult - Interface in com.vaadin.signals.impl
-
The result of applying a signal command against a tree revision.
- CommandResult.Accept - Record Class in com.vaadin.signals.impl
-
An accepted command.
- CommandResult.NodeModification - Record Class in com.vaadin.signals.impl
-
A data node update in an accepted command result.
- CommandResult.Reject - Record Class in com.vaadin.signals.impl
-
A rejected command, together with the reason for the rejection.
- commands() - Method in record class com.vaadin.signals.SignalCommand.TransactionCommand
-
Returns the value of the
commandsrecord component. - compareTo(Id) - Method in record class com.vaadin.signals.Id
- conditional(boolean, String) - Static method in interface com.vaadin.signals.impl.CommandResult
-
Creates an accepted or rejected result depending on the provided condition.
D
- data(Id) - Method in class com.vaadin.signals.impl.TreeRevision
-
Get the data node for the given node id, if present.
- Data(Id, Id, Id, JsonNode, List<Id>, Map<String, Id>) - Constructor for record class com.vaadin.signals.Node.Data
-
Creates a new data node.
- delta() - Method in record class com.vaadin.signals.SignalCommand.IncrementCommand
-
Returns the value of the
deltarecord component.
E
- EDGE - Static variable in record class com.vaadin.signals.Id
-
Id representing the edge of a list.
- EMPTY - Static variable in interface com.vaadin.signals.Node
-
An empty data node without parent, scope owner, value or children and the initial last update id.
- equals(Object) - Method in record class com.vaadin.signals.Id
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.vaadin.signals.impl.CommandResult.Accept
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.vaadin.signals.impl.CommandResult.NodeModification
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.vaadin.signals.impl.CommandResult.Reject
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.vaadin.signals.ListSignal.ListPosition
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.vaadin.signals.Node.Alias
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.vaadin.signals.Node.Data
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.vaadin.signals.SignalCommand.AdoptAsCommand
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.vaadin.signals.SignalCommand.AdoptAtCommand
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.vaadin.signals.SignalCommand.ClearCommand
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.vaadin.signals.SignalCommand.ClearOwnerCommand
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.vaadin.signals.SignalCommand.IncrementCommand
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.vaadin.signals.SignalCommand.InsertCommand
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.vaadin.signals.SignalCommand.KeyCondition
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.vaadin.signals.SignalCommand.LastUpdateCondition
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.vaadin.signals.SignalCommand.PositionCondition
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.vaadin.signals.SignalCommand.PutCommand
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.vaadin.signals.SignalCommand.PutIfAbsentCommand
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.vaadin.signals.SignalCommand.RemoveByKeyCommand
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.vaadin.signals.SignalCommand.RemoveCommand
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.vaadin.signals.SignalCommand.SetCommand
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.vaadin.signals.SignalCommand.SnapshotCommand
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.vaadin.signals.SignalCommand.TransactionCommand
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.vaadin.signals.SignalCommand.ValueCondition
-
Indicates whether some other object is "equal to" this one.
- expectedChild() - Method in record class com.vaadin.signals.SignalCommand.KeyCondition
-
Returns the value of the
expectedChildrecord component. - expectedLastUpdate() - Method in record class com.vaadin.signals.SignalCommand.LastUpdateCondition
-
Returns the value of the
expectedLastUpdaterecord component. - expectedParentId() - Method in record class com.vaadin.signals.SignalCommand.RemoveCommand
-
Returns the value of the
expectedParentIdrecord component. - expectedValue() - Method in record class com.vaadin.signals.SignalCommand.ValueCondition
-
Returns the value of the
expectedValuerecord component.
F
- fail(String) - Static method in interface com.vaadin.signals.impl.CommandResult
-
Creates a new rejected result with the given reason.
- first() - Static method in record class com.vaadin.signals.ListSignal.ListPosition
-
Gets the insertion position that corresponds to the beginning of the list.
H
- hashCode() - Method in record class com.vaadin.signals.Id
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.vaadin.signals.impl.CommandResult.Accept
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.vaadin.signals.impl.CommandResult.NodeModification
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.vaadin.signals.impl.CommandResult.Reject
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.vaadin.signals.ListSignal.ListPosition
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.vaadin.signals.Node.Alias
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.vaadin.signals.Node.Data
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.vaadin.signals.SignalCommand.AdoptAsCommand
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.vaadin.signals.SignalCommand.AdoptAtCommand
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.vaadin.signals.SignalCommand.ClearCommand
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.vaadin.signals.SignalCommand.ClearOwnerCommand
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.vaadin.signals.SignalCommand.IncrementCommand
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.vaadin.signals.SignalCommand.InsertCommand
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.vaadin.signals.SignalCommand.KeyCondition
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.vaadin.signals.SignalCommand.LastUpdateCondition
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.vaadin.signals.SignalCommand.PositionCondition
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.vaadin.signals.SignalCommand.PutCommand
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.vaadin.signals.SignalCommand.PutIfAbsentCommand
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.vaadin.signals.SignalCommand.RemoveByKeyCommand
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.vaadin.signals.SignalCommand.RemoveCommand
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.vaadin.signals.SignalCommand.SetCommand
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.vaadin.signals.SignalCommand.SnapshotCommand
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.vaadin.signals.SignalCommand.TransactionCommand
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.vaadin.signals.SignalCommand.ValueCondition
-
Returns a hash code value for this object.
I
- Id - Record Class in com.vaadin.signals
-
Generated identifier for signals and other related resources.
- Id(long) - Constructor for record class com.vaadin.signals.Id
-
Creates an instance of a
Idrecord class. - IncrementCommand(Id, Id, double) - Constructor for record class com.vaadin.signals.SignalCommand.IncrementCommand
-
Creates an instance of a
IncrementCommandrecord class. - InsertCommand(Id, Id, Id, JsonNode, ListSignal.ListPosition) - Constructor for record class com.vaadin.signals.SignalCommand.InsertCommand
-
Creates an instance of a
InsertCommandrecord class.
K
- key() - Method in record class com.vaadin.signals.SignalCommand.AdoptAsCommand
-
Returns the value of the
keyrecord component. - key() - Method in interface com.vaadin.signals.SignalCommand.KeyCommand
-
Gets the targeted map key.
- key() - Method in record class com.vaadin.signals.SignalCommand.KeyCondition
-
Returns the value of the
keyrecord component. - key() - Method in record class com.vaadin.signals.SignalCommand.PutCommand
-
Returns the value of the
keyrecord component. - key() - Method in record class com.vaadin.signals.SignalCommand.PutIfAbsentCommand
-
Returns the value of the
keyrecord component. - key() - Method in record class com.vaadin.signals.SignalCommand.RemoveByKeyCommand
-
Returns the value of the
keyrecord component. - KeyCondition(Id, Id, String, Id) - Constructor for record class com.vaadin.signals.SignalCommand.KeyCondition
-
Creates an instance of a
KeyConditionrecord class.
L
- last() - Static method in record class com.vaadin.signals.ListSignal.ListPosition
-
Gets the insertion position that corresponds to the end of the list.
- lastUpdate() - Method in record class com.vaadin.signals.Node.Data
-
Returns the value of the
lastUpdaterecord component. - LastUpdateCondition(Id, Id, Id) - Constructor for record class com.vaadin.signals.SignalCommand.LastUpdateCondition
-
Creates an instance of a
LastUpdateConditionrecord class. - listChildren() - Method in record class com.vaadin.signals.Node.Data
-
Returns the value of the
listChildrenrecord component. - ListPosition(Id, Id) - Constructor for record class com.vaadin.signals.ListSignal.ListPosition
-
Creates an instance of a
ListPositionrecord class. - ListSignal - Class in com.vaadin.signals
-
The rest of this class will be implemented later.
- ListSignal() - Constructor for class com.vaadin.signals.ListSignal
- ListSignal.ListPosition - Record Class in com.vaadin.signals
-
A list insertion position before and/or after the referenced entries.
M
- mapChildren() - Method in record class com.vaadin.signals.Node.Data
-
Returns the value of the
mapChildrenrecord component. - MAX - Static variable in record class com.vaadin.signals.Id
-
Special id value reserved for internal bookkeeping.
- MutableTreeRevision - Class in com.vaadin.signals.impl
-
A tree revision that can be mutated by applying signal commands.
- MutableTreeRevision(TreeRevision) - Constructor for class com.vaadin.signals.impl.MutableTreeRevision
-
Creates a new mutable tree revision as a copy of the provided base revision.
N
- newNode() - Method in record class com.vaadin.signals.impl.CommandResult.NodeModification
-
Returns the value of the
newNoderecord component. - Node - Interface in com.vaadin.signals
-
A node in a signal tree.
- Node.Alias - Record Class in com.vaadin.signals
-
A node alias.
- Node.Data - Record Class in com.vaadin.signals
-
A data node.
- NodeModification(Node, Node) - Constructor for record class com.vaadin.signals.impl.CommandResult.NodeModification
-
Creates an instance of a
NodeModificationrecord class. - nodes() - Method in class com.vaadin.signals.impl.TreeRevision
-
Gets the nodes that make up this revision.
- nodes() - Method in record class com.vaadin.signals.SignalCommand.SnapshotCommand
-
Returns the value of the
nodesrecord component.
O
- ok() - Static method in interface com.vaadin.signals.impl.CommandResult
-
Creates a simple accepted result without modifications or original inserts.
- oldNode() - Method in record class com.vaadin.signals.impl.CommandResult.NodeModification
-
Returns the value of the
oldNoderecord component. - onlyUpdate() - Method in record class com.vaadin.signals.impl.CommandResult.Accept
-
Asserts that this result contains exactly one modification and returns it.
- originalInserts() - Method in record class com.vaadin.signals.impl.CommandResult.Accept
-
Returns the value of the
originalInsertsrecord component. - originalInserts() - Method in class com.vaadin.signals.impl.TreeRevision
-
Gets a map of signal commands for creating any nodes owned by this tree.
- ownerId() - Method in class com.vaadin.signals.impl.TreeRevision
-
Gets the id of the tree that this revision belongs to.
- ownerId() - Method in record class com.vaadin.signals.SignalCommand.ClearOwnerCommand
-
Returns the value of the
ownerIdrecord component.
P
- parent() - Method in record class com.vaadin.signals.Node.Data
-
Returns the value of the
parentrecord component. - parse(String) - Static method in record class com.vaadin.signals.Id
-
Parses the given base64 string as an id.
- position() - Method in record class com.vaadin.signals.SignalCommand.AdoptAtCommand
-
Returns the value of the
positionrecord component. - position() - Method in record class com.vaadin.signals.SignalCommand.InsertCommand
-
Returns the value of the
positionrecord component. - position() - Method in record class com.vaadin.signals.SignalCommand.PositionCondition
-
Returns the value of the
positionrecord component. - PositionCondition(Id, Id, Id, ListSignal.ListPosition) - Constructor for record class com.vaadin.signals.SignalCommand.PositionCondition
-
Creates an instance of a
PositionConditionrecord class. - PutCommand(Id, Id, String, JsonNode) - Constructor for record class com.vaadin.signals.SignalCommand.PutCommand
-
Creates an instance of a
PutCommandrecord class. - PutIfAbsentCommand(Id, Id, Id, String, JsonNode) - Constructor for record class com.vaadin.signals.SignalCommand.PutIfAbsentCommand
-
Creates an instance of a
PutIfAbsentCommandrecord class.
R
- random() - Static method in record class com.vaadin.signals.Id
-
Creates a random id.
- reason() - Method in record class com.vaadin.signals.impl.CommandResult.Reject
-
Returns the value of the
reasonrecord component. - Reject(String) - Constructor for record class com.vaadin.signals.impl.CommandResult.Reject
-
Creates an instance of a
Rejectrecord class. - rejectAll(Map<Id, CommandResult>, String) - Static method in interface com.vaadin.signals.impl.CommandResult
-
Creates a copy of the given map of command results where all accepted results are replaced with the same rejection.
- RemoveByKeyCommand(Id, Id, String) - Constructor for record class com.vaadin.signals.SignalCommand.RemoveByKeyCommand
-
Creates an instance of a
RemoveByKeyCommandrecord class. - RemoveCommand(Id, Id, Id) - Constructor for record class com.vaadin.signals.SignalCommand.RemoveCommand
-
Creates an instance of a
RemoveCommandrecord class.
S
- scopeOwner() - Method in record class com.vaadin.signals.Node.Data
-
Returns the value of the
scopeOwnerrecord component. - scopeOwner() - Method in record class com.vaadin.signals.SignalCommand.InsertCommand
-
Returns the value of the
scopeOwnerrecord component. - scopeOwner() - Method in record class com.vaadin.signals.SignalCommand.PutIfAbsentCommand
-
Returns the value of the
scopeOwnerrecord component. - scopeOwner() - Method in interface com.vaadin.signals.SignalCommand.ScopeOwnerCommand
-
The owner id.
- SetCommand(Id, Id, JsonNode) - Constructor for record class com.vaadin.signals.SignalCommand.SetCommand
-
Creates an instance of a
SetCommandrecord class. - SignalCommand - Interface in com.vaadin.signals
-
A command triggered from a signal.
- SignalCommand.AdoptAsCommand - Record Class in com.vaadin.signals
-
Adopts the given node as a child with the given key.
- SignalCommand.AdoptAtCommand - Record Class in com.vaadin.signals
-
Adopts the given node as a child at the given insertion position.
- SignalCommand.ClearCommand - Record Class in com.vaadin.signals
-
Removes all children from the target node.
- SignalCommand.ClearOwnerCommand - Record Class in com.vaadin.signals
-
Removes all nodes that have its scope owner set as the given id.
- SignalCommand.ConditionCommand - Interface in com.vaadin.signals
-
A signal command that doesn't apply any change but only performs a test that will be part of determining whether a transaction passes.
- SignalCommand.GlobalCommand - Interface in com.vaadin.signals
-
A signal command that doesn't target a specific node.
- SignalCommand.IncrementCommand - Record Class in com.vaadin.signals
-
Increments the value of the given node by the given delta.
- SignalCommand.InsertCommand - Record Class in com.vaadin.signals
-
Inserts a new node with the given value at the given list insert position.
- SignalCommand.KeyCommand - Interface in com.vaadin.signals
-
A signal command that targets a map entry by key.
- SignalCommand.KeyCondition - Record Class in com.vaadin.signals
-
Tests whether the given node has the expected child for a specific map key.
- SignalCommand.LastUpdateCondition - Record Class in com.vaadin.signals
-
Tests that the given node was last updated by the command with the given id.
- SignalCommand.PositionCondition - Record Class in com.vaadin.signals
-
Tests whether the given node has a given child at a given position.
- SignalCommand.PutCommand - Record Class in com.vaadin.signals
-
Stores the given value in a child node with the given key.
- SignalCommand.PutIfAbsentCommand - Record Class in com.vaadin.signals
-
Stores the given value in a child node with the given key if it doesn't already exist.
- SignalCommand.RemoveByKeyCommand - Record Class in com.vaadin.signals
-
Removes the child with the given key, if present.
- SignalCommand.RemoveCommand - Record Class in com.vaadin.signals
-
Removes the given node from its parent, optionally verifying that the parent is as expected.
- SignalCommand.ScopeOwnerCommand - Interface in com.vaadin.signals
-
A signal command that creates a new signal node that might have an owner.
- SignalCommand.SetCommand - Record Class in com.vaadin.signals
-
Sets the value of the given node.
- SignalCommand.SnapshotCommand - Record Class in com.vaadin.signals
-
Initializes a tree based on a collection of pre-existing nodes.
- SignalCommand.TransactionCommand - Record Class in com.vaadin.signals
-
A sequence of commands that should be applied atomically and only if all commands are individually accepted.
- SignalCommand.ValueCommand - Interface in com.vaadin.signals
-
A signal command that sets the value of a signal.
- SignalCommand.ValueCondition - Record Class in com.vaadin.signals
-
Tests whether the given node has the expected value, based on JSON equality.
- Snapshot - Class in com.vaadin.signals.impl
-
An immutable tree revision.
- Snapshot(Id, boolean) - Constructor for class com.vaadin.signals.impl.Snapshot
-
Creates an empty snapshot.
- Snapshot(MutableTreeRevision) - Constructor for class com.vaadin.signals.impl.Snapshot
-
Creates a new snapshot from a mutable tree revision.
- SnapshotCommand(Id, Map<Id, Node>) - Constructor for record class com.vaadin.signals.SignalCommand.SnapshotCommand
-
Creates an instance of a
SnapshotCommandrecord class.
T
- target() - Method in record class com.vaadin.signals.Node.Alias
-
Returns the value of the
targetrecord component. - targetNodeId() - Method in record class com.vaadin.signals.SignalCommand.AdoptAsCommand
-
Returns the value of the
targetNodeIdrecord component. - targetNodeId() - Method in record class com.vaadin.signals.SignalCommand.AdoptAtCommand
-
Returns the value of the
targetNodeIdrecord component. - targetNodeId() - Method in record class com.vaadin.signals.SignalCommand.ClearCommand
-
Returns the value of the
targetNodeIdrecord component. - targetNodeId() - Method in interface com.vaadin.signals.SignalCommand.GlobalCommand
- targetNodeId() - Method in record class com.vaadin.signals.SignalCommand.IncrementCommand
-
Returns the value of the
targetNodeIdrecord component. - targetNodeId() - Method in record class com.vaadin.signals.SignalCommand.InsertCommand
-
Returns the value of the
targetNodeIdrecord component. - targetNodeId() - Method in record class com.vaadin.signals.SignalCommand.KeyCondition
-
Returns the value of the
targetNodeIdrecord component. - targetNodeId() - Method in record class com.vaadin.signals.SignalCommand.LastUpdateCondition
-
Returns the value of the
targetNodeIdrecord component. - targetNodeId() - Method in record class com.vaadin.signals.SignalCommand.PositionCondition
-
Returns the value of the
targetNodeIdrecord component. - targetNodeId() - Method in record class com.vaadin.signals.SignalCommand.PutCommand
-
Returns the value of the
targetNodeIdrecord component. - targetNodeId() - Method in record class com.vaadin.signals.SignalCommand.PutIfAbsentCommand
-
Returns the value of the
targetNodeIdrecord component. - targetNodeId() - Method in record class com.vaadin.signals.SignalCommand.RemoveByKeyCommand
-
Returns the value of the
targetNodeIdrecord component. - targetNodeId() - Method in record class com.vaadin.signals.SignalCommand.RemoveCommand
-
Returns the value of the
targetNodeIdrecord component. - targetNodeId() - Method in record class com.vaadin.signals.SignalCommand.SetCommand
-
Returns the value of the
targetNodeIdrecord component. - targetNodeId() - Method in interface com.vaadin.signals.SignalCommand
-
Gets the id of the signal node that is targeted by this command.
- targetNodeId() - Method in record class com.vaadin.signals.SignalCommand.ValueCondition
-
Returns the value of the
targetNodeIdrecord component. - toString() - Method in record class com.vaadin.signals.Id
-
Returns a string representation of this record class.
- toString() - Method in record class com.vaadin.signals.impl.CommandResult.Accept
-
Returns a string representation of this record class.
- toString() - Method in record class com.vaadin.signals.impl.CommandResult.NodeModification
-
Returns a string representation of this record class.
- toString() - Method in record class com.vaadin.signals.impl.CommandResult.Reject
-
Returns a string representation of this record class.
- toString() - Method in record class com.vaadin.signals.ListSignal.ListPosition
-
Returns a string representation of this record class.
- toString() - Method in record class com.vaadin.signals.Node.Alias
-
Returns a string representation of this record class.
- toString() - Method in record class com.vaadin.signals.Node.Data
-
Returns a string representation of this record class.
- toString() - Method in record class com.vaadin.signals.SignalCommand.AdoptAsCommand
-
Returns a string representation of this record class.
- toString() - Method in record class com.vaadin.signals.SignalCommand.AdoptAtCommand
-
Returns a string representation of this record class.
- toString() - Method in record class com.vaadin.signals.SignalCommand.ClearCommand
-
Returns a string representation of this record class.
- toString() - Method in record class com.vaadin.signals.SignalCommand.ClearOwnerCommand
-
Returns a string representation of this record class.
- toString() - Method in record class com.vaadin.signals.SignalCommand.IncrementCommand
-
Returns a string representation of this record class.
- toString() - Method in record class com.vaadin.signals.SignalCommand.InsertCommand
-
Returns a string representation of this record class.
- toString() - Method in record class com.vaadin.signals.SignalCommand.KeyCondition
-
Returns a string representation of this record class.
- toString() - Method in record class com.vaadin.signals.SignalCommand.LastUpdateCondition
-
Returns a string representation of this record class.
- toString() - Method in record class com.vaadin.signals.SignalCommand.PositionCondition
-
Returns a string representation of this record class.
- toString() - Method in record class com.vaadin.signals.SignalCommand.PutCommand
-
Returns a string representation of this record class.
- toString() - Method in record class com.vaadin.signals.SignalCommand.PutIfAbsentCommand
-
Returns a string representation of this record class.
- toString() - Method in record class com.vaadin.signals.SignalCommand.RemoveByKeyCommand
-
Returns a string representation of this record class.
- toString() - Method in record class com.vaadin.signals.SignalCommand.RemoveCommand
-
Returns a string representation of this record class.
- toString() - Method in record class com.vaadin.signals.SignalCommand.SetCommand
-
Returns a string representation of this record class.
- toString() - Method in record class com.vaadin.signals.SignalCommand.SnapshotCommand
-
Returns a string representation of this record class.
- toString() - Method in record class com.vaadin.signals.SignalCommand.TransactionCommand
-
Returns a string representation of this record class.
- toString() - Method in record class com.vaadin.signals.SignalCommand.ValueCondition
-
Returns a string representation of this record class.
- TransactionCommand(Id, List<SignalCommand>) - Constructor for record class com.vaadin.signals.SignalCommand.TransactionCommand
-
Creates an instance of a
TransactionCommandrecord class. - TreeRevision - Class in com.vaadin.signals.impl
-
A revision of a signal tree.
- TreeRevision(Id, Map<Id, Node>, Map<Id, SignalCommand.ScopeOwnerCommand>) - Constructor for class com.vaadin.signals.impl.TreeRevision
-
Creates a new revision based on the given owner id, map of signal nodes and map of original inserts.
U
- updates() - Method in record class com.vaadin.signals.impl.CommandResult.Accept
-
Returns the value of the
updatesrecord component.
V
- value() - Method in record class com.vaadin.signals.Id
-
Returns the value of the
valuerecord component. - value() - Method in record class com.vaadin.signals.Node.Data
-
Returns the value of the
valuerecord component. - value() - Method in record class com.vaadin.signals.SignalCommand.InsertCommand
-
Returns the value of the
valuerecord component. - value() - Method in record class com.vaadin.signals.SignalCommand.PutCommand
-
Returns the value of the
valuerecord component. - value() - Method in record class com.vaadin.signals.SignalCommand.PutIfAbsentCommand
-
Returns the value of the
valuerecord component. - value() - Method in record class com.vaadin.signals.SignalCommand.SetCommand
-
Returns the value of the
valuerecord component. - value() - Method in interface com.vaadin.signals.SignalCommand.ValueCommand
-
Gets the JSON node with the value to set.
- ValueCondition(Id, Id, JsonNode) - Constructor for record class com.vaadin.signals.SignalCommand.ValueCondition
-
Creates an instance of a
ValueConditionrecord class.
Z
- ZERO - Static variable in record class com.vaadin.signals.Id
-
Default or initial id in various contexts.
All Classes and Interfaces|All Packages