We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.signals.
Package com.vaadin.signals
Interface SignalCommand.KeyCommand
All Superinterfaces:
All Known Implementing Classes:
SignalCommand.AdoptAsCommand
, SignalCommand.PutCommand
, SignalCommand.PutIfAbsentCommand
, SignalCommand.RemoveByKeyCommand
Enclosing interface:
public static sealed interface SignalCommand.KeyCommand
extends SignalCommand
permits SignalCommand.AdoptAsCommand, SignalCommand.RemoveByKeyCommand, SignalCommand.PutCommand, SignalCommand.PutIfAbsentCommand
A signal command that targets a map entry by key.
-
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
-
Method Details
-
key
String key()Gets the targeted map key.
Returns:
the map key, not
null
-