Serialized Form
-
Package com.vaadin.signals
-
Exception Class com.vaadin.signals.BindingActiveException
class BindingActiveException extends IllegalStateException implements Serializable -
Record Class com.vaadin.signals.Id
class Id extends Record implements Serializable-
Serialized Fields
-
value
long value
The field for thevaluerecord component.
-
-
-
Record Class com.vaadin.signals.Node.Alias
class Alias extends Record implements Serializable -
Record Class com.vaadin.signals.Node.Data
class Data extends Record implements Serializable-
Serialized Fields
-
lastUpdate
Id lastUpdate
The field for thelastUpdaterecord component. -
listChildren
List<Id> listChildren
The field for thelistChildrenrecord component. -
mapChildren
Map<String,
Id> mapChildren The field for themapChildrenrecord component. -
parent
Id parent
The field for theparentrecord component. -
scopeOwner
Id scopeOwner
The field for thescopeOwnerrecord component. -
value
tools.jackson.databind.JsonNode value
The field for thevaluerecord component.
-
-
-
Record Class com.vaadin.signals.SignalCommand.AdoptAsCommand
class AdoptAsCommand extends Record implements Serializable -
Record Class com.vaadin.signals.SignalCommand.AdoptAtCommand
class AdoptAtCommand extends Record implements Serializable-
Serialized Fields
-
childId
Id childId
The field for thechildIdrecord component. -
commandId
Id commandId
The field for thecommandIdrecord component. -
position
SharedListSignal.ListPosition position
The field for thepositionrecord component. -
targetNodeId
Id targetNodeId
The field for thetargetNodeIdrecord component.
-
-
-
Record Class com.vaadin.signals.SignalCommand.ClearCommand
class ClearCommand extends Record implements Serializable-
Serialized Fields
-
commandId
Id commandId
The field for thecommandIdrecord component. -
targetNodeId
Id targetNodeId
The field for thetargetNodeIdrecord component.
-
-
-
Record Class com.vaadin.signals.SignalCommand.ClearOwnerCommand
class ClearOwnerCommand extends Record implements Serializable -
Record Class com.vaadin.signals.SignalCommand.IncrementCommand
class IncrementCommand extends Record implements Serializable-
Serialized Fields
-
commandId
Id commandId
The field for thecommandIdrecord component. -
delta
double delta
The field for thedeltarecord component. -
targetNodeId
Id targetNodeId
The field for thetargetNodeIdrecord component.
-
-
-
Record Class com.vaadin.signals.SignalCommand.InsertCommand
class InsertCommand extends Record implements Serializable-
Serialized Fields
-
commandId
Id commandId
The field for thecommandIdrecord component. -
position
SharedListSignal.ListPosition position
The field for thepositionrecord component. -
scopeOwner
Id scopeOwner
The field for thescopeOwnerrecord component. -
targetNodeId
Id targetNodeId
The field for thetargetNodeIdrecord component. -
value
tools.jackson.databind.JsonNode value
The field for thevaluerecord component.
-
-
-
Record Class com.vaadin.signals.SignalCommand.KeyCondition
class KeyCondition extends Record implements Serializable-
Serialized Fields
-
commandId
Id commandId
The field for thecommandIdrecord component. -
expectedChild
Id expectedChild
The field for theexpectedChildrecord component. -
key
String key
The field for thekeyrecord component. -
targetNodeId
Id targetNodeId
The field for thetargetNodeIdrecord component.
-
-
-
Record Class com.vaadin.signals.SignalCommand.LastUpdateCondition
class LastUpdateCondition extends Record implements Serializable-
Serialized Fields
-
commandId
Id commandId
The field for thecommandIdrecord component. -
expectedLastUpdate
Id expectedLastUpdate
The field for theexpectedLastUpdaterecord component. -
targetNodeId
Id targetNodeId
The field for thetargetNodeIdrecord component.
-
-
-
Record Class com.vaadin.signals.SignalCommand.PositionCondition
class PositionCondition extends Record implements Serializable-
Serialized Fields
-
childId
Id childId
The field for thechildIdrecord component. -
commandId
Id commandId
The field for thecommandIdrecord component. -
position
SharedListSignal.ListPosition position
The field for thepositionrecord component. -
targetNodeId
Id targetNodeId
The field for thetargetNodeIdrecord component.
-
-
-
Record Class com.vaadin.signals.SignalCommand.PutCommand
class PutCommand extends Record implements Serializable-
Serialized Fields
-
-
Record Class com.vaadin.signals.SignalCommand.PutIfAbsentCommand
class PutIfAbsentCommand extends Record implements Serializable-
Serialized Fields
-
commandId
Id commandId
The field for thecommandIdrecord component. -
key
String key
The field for thekeyrecord component. -
scopeOwner
Id scopeOwner
The field for thescopeOwnerrecord component. -
targetNodeId
Id targetNodeId
The field for thetargetNodeIdrecord component. -
value
tools.jackson.databind.JsonNode value
The field for thevaluerecord component.
-
-
-
Record Class com.vaadin.signals.SignalCommand.RemoveByKeyCommand
class RemoveByKeyCommand extends Record implements Serializable -
Record Class com.vaadin.signals.SignalCommand.RemoveCommand
class RemoveCommand extends Record implements Serializable-
Serialized Fields
-
commandId
Id commandId
The field for thecommandIdrecord component. -
expectedParentId
Id expectedParentId
The field for theexpectedParentIdrecord component. -
targetNodeId
Id targetNodeId
The field for thetargetNodeIdrecord component.
-
-
-
Record Class com.vaadin.signals.SignalCommand.SetCommand
class SetCommand extends Record implements Serializable-
Serialized Fields
-
commandId
Id commandId
The field for thecommandIdrecord component. -
targetNodeId
Id targetNodeId
The field for thetargetNodeIdrecord component. -
value
tools.jackson.databind.JsonNode value
The field for thevaluerecord component.
-
-
-
Record Class com.vaadin.signals.SignalCommand.SnapshotCommand
class SnapshotCommand extends Record implements Serializable -
Record Class com.vaadin.signals.SignalCommand.TransactionCommand
class TransactionCommand extends Record implements Serializable-
Serialized Fields
-
commandId
Id commandId
The field for thecommandIdrecord component. -
commands
List<SignalCommand> commands
The field for thecommandsrecord component.
-
-
-
Record Class com.vaadin.signals.SignalCommand.ValueCondition
class ValueCondition extends Record implements Serializable-
Serialized Fields
-
commandId
Id commandId
The field for thecommandIdrecord component. -
expectedValue
tools.jackson.databind.JsonNode expectedValue
The field for theexpectedValuerecord component. -
targetNodeId
Id targetNodeId
The field for thetargetNodeIdrecord component.
-
-
-
-
Package com.vaadin.signals.function
-
Package com.vaadin.signals.impl
-
Class com.vaadin.signals.impl.ComputedSignal
-
Serialized Fields
-
computation
SignalComputation<T> computation
-
dependencyRegistration
CleanupCallback dependencyRegistration
-
dependentCount
int dependentCount
-
-
-
Class com.vaadin.signals.impl.Effect
class Effect extends Object implements Serializable-
Serialized Fields
-
action
SerializableRunnable action
-
dispatcher
SerializableExecutor dispatcher
-
invalidateScheduled
AtomicBoolean invalidateScheduled
-
registrations
List<CleanupCallback> registrations
-
-
-
Class com.vaadin.signals.impl.MappedModifySignal
class MappedModifySignal extends Object implements Serializable-
Serialized Fields
-
getter
SignalMapper<P,
C> getter -
modifier
SignalModifier<P,
C> modifier -
parent
ValueSignal<P> parent
-
-
-
Class com.vaadin.signals.impl.MappedWritableSignal
class MappedWritableSignal extends Object implements Serializable-
Serialized Fields
-
getter
SignalMapper<P,
C> getter -
merger
ValueMerger<P,
C> merger -
parent
WritableSignal<P> parent
-
-
-
Class com.vaadin.signals.impl.Transaction
class Transaction extends Object implements Serializable
-
-
Package com.vaadin.signals.local
-
Class com.vaadin.signals.local.AbstractLocalSignal
class AbstractLocalSignal extends Object implements Serializable-
Serialized Fields
-
listeners
List<TransientListener> listeners
-
lock
ReentrantLock lock
-
signalValue
T signalValue
-
version
int version
-
-
-
Class com.vaadin.signals.local.ListSignal
-
Class com.vaadin.signals.local.ValueSignal
-
Serialized Fields
-
modifyRunning
boolean modifyRunning
-
-
-
-
Package com.vaadin.signals.operations
-
Class com.vaadin.signals.operations.CancelableOperation
-
Serialized Fields
-
cancelled
boolean cancelled
-
-
-
Class com.vaadin.signals.operations.InsertOperation
-
Class com.vaadin.signals.operations.SignalOperation
class SignalOperation extends Object implements Serializable-
Serialized Fields
-
result
CompletableFuture<SignalOperation.ResultOrError<T>> result
-
-
-
Record Class com.vaadin.signals.operations.SignalOperation.Error
class Error extends Record implements Serializable -
Record Class com.vaadin.signals.operations.SignalOperation.Result
class Result extends Record implements Serializable -
Class com.vaadin.signals.operations.TransactionOperation
-
Serialized Fields
-
returnValue
T returnValue
-
-
-
-
Package com.vaadin.signals.shared
-
Package com.vaadin.signals.shared.impl