Uses of Record Class
com.vaadin.flow.signals.Id
Packages that use Id
Package
Description
-
Uses of Id in com.vaadin.flow.signals
Fields in com.vaadin.flow.signals declared as IdModifier and TypeFieldDescriptionstatic final IdId.EDGEId representing the edge of a list.static final IdId.MAXSpecial id value reserved for internal bookkeeping.static final IdId.ZERODefault or initial id in various contexts.Methods in com.vaadin.flow.signals that return IdModifier and TypeMethodDescriptionSignalCommand.AdoptAsCommand.childId()Returns the value of thechildIdrecord component.SignalCommand.AdoptAtCommand.childId()Returns the value of thechildIdrecord component.SignalCommand.PositionCondition.childId()Returns the value of thechildIdrecord component.SignalCommand.AdoptAsCommand.commandId()Returns the value of thecommandIdrecord component.SignalCommand.AdoptAtCommand.commandId()Returns the value of thecommandIdrecord component.SignalCommand.ClearCommand.commandId()Returns the value of thecommandIdrecord component.SignalCommand.ClearOwnerCommand.commandId()Returns the value of thecommandIdrecord component.SignalCommand.commandId()Gets the unique command id used to track the status of this command.SignalCommand.IncrementCommand.commandId()Returns the value of thecommandIdrecord component.SignalCommand.InsertCommand.commandId()Returns the value of thecommandIdrecord component.SignalCommand.KeyCondition.commandId()Returns the value of thecommandIdrecord component.SignalCommand.LastUpdateCondition.commandId()Returns the value of thecommandIdrecord component.SignalCommand.PositionCondition.commandId()Returns the value of thecommandIdrecord component.SignalCommand.PutCommand.commandId()Returns the value of thecommandIdrecord component.SignalCommand.PutIfAbsentCommand.commandId()Returns the value of thecommandIdrecord component.SignalCommand.RemoveByKeyCommand.commandId()Returns the value of thecommandIdrecord component.SignalCommand.RemoveCommand.commandId()Returns the value of thecommandIdrecord component.SignalCommand.SetCommand.commandId()Returns the value of thecommandIdrecord component.SignalCommand.SnapshotCommand.commandId()Returns the value of thecommandIdrecord component.SignalCommand.TransactionCommand.commandId()Returns the value of thecommandIdrecord component.SignalCommand.ValueCondition.commandId()Returns the value of thecommandIdrecord component.@Nullable IdSignalCommand.KeyCondition.expectedChild()Returns the value of theexpectedChildrecord component.SignalCommand.LastUpdateCondition.expectedLastUpdate()Returns the value of theexpectedLastUpdaterecord component.@Nullable IdSignalCommand.RemoveCommand.expectedParentId()Returns the value of theexpectedParentIdrecord component.Node.Data.lastUpdate()Returns the value of thelastUpdaterecord component.SignalCommand.ClearOwnerCommand.ownerId()Returns the value of theownerIdrecord component.@Nullable IdNode.Data.parent()Returns the value of theparentrecord component.static IdParses the given base64 string as an id.static IdId.random()Creates a random id.@Nullable IdNode.Data.scopeOwner()Returns the value of thescopeOwnerrecord component.@Nullable IdSignalCommand.InsertCommand.scopeOwner()Returns the value of thescopeOwnerrecord component.@Nullable IdSignalCommand.PutIfAbsentCommand.scopeOwner()Returns the value of thescopeOwnerrecord component.@Nullable IdSignalCommand.ScopeOwnerCommand.scopeOwner()The owner id.Node.Alias.target()Returns the value of thetargetrecord component.SignalCommand.AdoptAsCommand.targetNodeId()Returns the value of thetargetNodeIdrecord component.SignalCommand.AdoptAtCommand.targetNodeId()Returns the value of thetargetNodeIdrecord component.SignalCommand.ClearCommand.targetNodeId()Returns the value of thetargetNodeIdrecord component.default IdSignalCommand.GlobalCommand.targetNodeId()SignalCommand.IncrementCommand.targetNodeId()Returns the value of thetargetNodeIdrecord component.SignalCommand.InsertCommand.targetNodeId()Returns the value of thetargetNodeIdrecord component.SignalCommand.KeyCondition.targetNodeId()Returns the value of thetargetNodeIdrecord component.SignalCommand.LastUpdateCondition.targetNodeId()Returns the value of thetargetNodeIdrecord component.SignalCommand.PositionCondition.targetNodeId()Returns the value of thetargetNodeIdrecord component.SignalCommand.PutCommand.targetNodeId()Returns the value of thetargetNodeIdrecord component.SignalCommand.PutIfAbsentCommand.targetNodeId()Returns the value of thetargetNodeIdrecord component.SignalCommand.RemoveByKeyCommand.targetNodeId()Returns the value of thetargetNodeIdrecord component.SignalCommand.RemoveCommand.targetNodeId()Returns the value of thetargetNodeIdrecord component.SignalCommand.SetCommand.targetNodeId()Returns the value of thetargetNodeIdrecord component.SignalCommand.targetNodeId()Gets the id of the signal node that is targeted by this command.SignalCommand.ValueCondition.targetNodeId()Returns the value of thetargetNodeIdrecord component.Methods in com.vaadin.flow.signals that return types with arguments of type IdModifier and TypeMethodDescriptionNode.Data.listChildren()Returns the value of thelistChildrenrecord component.Node.Data.mapChildren()Returns the value of themapChildrenrecord component.SignalCommand.SnapshotCommand.nodes()Returns the value of thenodesrecord component.Methods in com.vaadin.flow.signals with parameters of type IdConstructors in com.vaadin.flow.signals with parameters of type IdModifierConstructorDescriptionAdoptAsCommand(Id commandId, Id targetNodeId, Id childId, String key) Creates an instance of aAdoptAsCommandrecord class.AdoptAtCommand(Id commandId, Id targetNodeId, Id childId, SharedListSignal.ListPosition position) Creates an instance of aAdoptAtCommandrecord class.Creates an instance of aAliasrecord class.ClearCommand(Id commandId, Id targetNodeId) Creates an instance of aClearCommandrecord class.ClearOwnerCommand(Id commandId, Id ownerId) Creates an instance of aClearOwnerCommandrecord class.Data(@Nullable Id parent, Id lastUpdate, @Nullable Id scopeOwner, @Nullable tools.jackson.databind.JsonNode value, List<Id> listChildren, Map<String, Id> mapChildren) Creates a new data node.IncrementCommand(Id commandId, Id targetNodeId, double delta) Creates an instance of aIncrementCommandrecord class.InsertCommand(Id commandId, Id targetNodeId, @Nullable Id scopeOwner, @Nullable tools.jackson.databind.JsonNode value, SharedListSignal.ListPosition position) Creates an instance of aInsertCommandrecord class.KeyCondition(Id commandId, Id targetNodeId, String key, @Nullable Id expectedChild) Creates an instance of aKeyConditionrecord class.LastUpdateCondition(Id commandId, Id targetNodeId, Id expectedLastUpdate) Creates an instance of aLastUpdateConditionrecord class.PositionCondition(Id commandId, Id targetNodeId, Id childId, SharedListSignal.ListPosition position) Creates an instance of aPositionConditionrecord class.PutCommand(Id commandId, Id targetNodeId, String key, @Nullable tools.jackson.databind.JsonNode value) Creates an instance of aPutCommandrecord class.PutIfAbsentCommand(Id commandId, Id targetNodeId, @Nullable Id scopeOwner, String key, @Nullable tools.jackson.databind.JsonNode value) Creates an instance of aPutIfAbsentCommandrecord class.RemoveByKeyCommand(Id commandId, Id targetNodeId, String key) Creates an instance of aRemoveByKeyCommandrecord class.RemoveCommand(Id commandId, Id targetNodeId, @Nullable Id expectedParentId) Creates an instance of aRemoveCommandrecord class.SetCommand(Id commandId, Id targetNodeId, @Nullable tools.jackson.databind.JsonNode value) Creates an instance of aSetCommandrecord class.SnapshotCommand(Id commandId, Map<Id, Node> nodes) Creates an instance of aSnapshotCommandrecord class.TransactionCommand(Id commandId, List<SignalCommand> commands) Creates an instance of aTransactionCommandrecord class.ValueCondition(Id commandId, Id targetNodeId, @Nullable tools.jackson.databind.JsonNode expectedValue) Creates an instance of aValueConditionrecord class.Constructor parameters in com.vaadin.flow.signals with type arguments of type IdModifierConstructorDescriptionData(@Nullable Id parent, Id lastUpdate, @Nullable Id scopeOwner, @Nullable tools.jackson.databind.JsonNode value, List<Id> listChildren, Map<String, Id> mapChildren) Creates a new data node.Data(@Nullable Id parent, Id lastUpdate, @Nullable Id scopeOwner, @Nullable tools.jackson.databind.JsonNode value, List<Id> listChildren, Map<String, Id> mapChildren) Creates a new data node.SnapshotCommand(Id commandId, Map<Id, Node> nodes) Creates an instance of aSnapshotCommandrecord class. -
Uses of Id in com.vaadin.hilla.signals.internal
Methods in com.vaadin.hilla.signals.internal that return IdMethods in com.vaadin.hilla.signals.internal with parameters of type IdModifier and TypeMethodDescriptionSignalsRegistry.getAllClientSignalIdsFor(Id signalId) Returns the Set of registered client signal ids for the providedsignalId.SignalsRegistry.getBySignalId(Id signalId) Get a signal instance by the providedsignalId.voidSignalsRegistry.unregister(Id signalId) Removes a signal instance by the providedsignalId.