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 TypeClassDescriptionclassListSignal<T>classA signal that holds a number value.classValueSignal<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 providedclientSignalId.Signal<?>SignalsRegistry.getBySignalId(UUID signalId) Get a signal instance by the providedsignalId.Methods in com.vaadin.hilla.signals.core.registry with parameters of type Signal