Package com.vaadin.signals
Interface SignalCommand.ConditionCommand
- All Superinterfaces:
SignalCommand
- All Known Implementing Classes:
SignalCommand.KeyCondition
,SignalCommand.LastUpdateCondition
,SignalCommand.PositionCondition
,SignalCommand.ValueCondition
- Enclosing interface:
- SignalCommand
public static sealed interface SignalCommand.ConditionCommand
extends SignalCommand
permits SignalCommand.ValueCondition, SignalCommand.PositionCondition, SignalCommand.KeyCondition, SignalCommand.LastUpdateCondition
A signal command that doesn't apply any change but only performs a test
that will be part of determining whether a transaction passes.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.vaadin.signals.SignalCommand
SignalCommand.AdoptAsCommand, SignalCommand.AdoptAtCommand, SignalCommand.ClearCommand, SignalCommand.ClearOwnerCommand, SignalCommand.ConditionCommand, SignalCommand.GlobalCommand, SignalCommand.IncrementCommand, SignalCommand.InsertCommand, SignalCommand.KeyCommand, SignalCommand.KeyCondition, SignalCommand.LastUpdateCondition, SignalCommand.PositionCondition, SignalCommand.PutCommand, SignalCommand.PutIfAbsentCommand, SignalCommand.RemoveByKeyCommand, SignalCommand.RemoveCommand, SignalCommand.ScopeOwnerCommand, SignalCommand.SetCommand, SignalCommand.SnapshotCommand, SignalCommand.TransactionCommand, SignalCommand.ValueCommand, SignalCommand.ValueCondition
-
Method Summary
Methods inherited from interface com.vaadin.signals.SignalCommand
commandId, targetNodeId