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.
Uses of Class
com.vaadin.hilla.signals.Signal
Packages that use Signal
-
Uses of Signal in com.vaadin.hilla.signals
Subclasses of Signal in com.vaadin.hilla.signalsModifier and TypeClassDescriptionclass
ListSignal<T>
class
A signal that holds a number value.
class
ValueSignal<T>
Methods in com.vaadin.hilla.signals that return SignalModifier and TypeMethodDescriptionSignal.asReadonly()
Returns a read-only instance of the signal that rejects any attempt to modify the signal value.
Signal.getDelegate()
Constructors in com.vaadin.hilla.signals with parameters of type Signal -
Uses of Signal in com.vaadin.hilla.signals.core.registry
Methods in com.vaadin.hilla.signals.core.registry that return SignalModifier and TypeMethodDescriptionSignal<?>
Signal<?>
Get a signal instance by the provided
clientSignalId
.Signal<?>
SignalsRegistry.getBySignalId
(UUID signalId) Get a signal instance by the provided
signalId
.Methods in com.vaadin.hilla.signals.core.registry with parameters of type Signal