Uses of Class
com.vaadin.signals.operations.SignalOperation
Packages that use SignalOperation
Package
Description
-
Uses of SignalOperation in com.vaadin.signals
Methods in com.vaadin.signals that return SignalOperationModifier and TypeMethodDescriptionSets the value of this signal if and only if the signal has the expected value at the time when the operation is confirmed.Sets the value of this signal. -
Uses of SignalOperation in com.vaadin.signals.local
Methods in com.vaadin.signals.local that return SignalOperationModifier and TypeMethodDescriptionSets the value of this signal if and only if the signal has the expected value at the time when the operation is confirmed. -
Uses of SignalOperation in com.vaadin.signals.operations
Subclasses of SignalOperation in com.vaadin.signals.operationsModifier and TypeClassDescriptionclassAn operation that can be cancelled.classInsertOperation<T extends Signal<?>>An operation that inserts a new child signal into a list or map.classA signal operation representing a transaction and the return value from the transaction callback.