Uses of Interface
com.vaadin.flow.signals.Signal
Packages that use Signal
Package
Description
-
Uses of Signal in com.vaadin.flow.component
Methods in com.vaadin.flow.component with type parameters of type SignalModifier and TypeMethodDescriptionHasComponentsOfType.bindChildren(Signal<List<S>> list, SerializableFunction<S, T> childFactory) Binds a listSignalto this component using a child component factory.Methods in com.vaadin.flow.component that return SignalModifier and TypeMethodDescriptionUI.localeSignal()Gets a read-only signal that holds the current locale of this UI.UI.routerStateSignal()Gets a read-only signal that holds the currentRouterStateof this UI.Methods in com.vaadin.flow.component with parameters of type SignalModifier and TypeMethodDescriptionBinds aSignal's value to this property support.HasComponentsOfType.bindChildren(Signal<List<S>> list, SerializableFunction<S, T> childFactory) Binds a listSignalto this component using a child component factory.default SignalBinding<Boolean> HasStyle.bindClassName(String className, Signal<Boolean> signal) Binds the presence of the given CSS class name to aSignal.default SignalBinding<List<String>> HasStyle.bindClassNames(Signal<List<String>> names) Binds the CSS class names of this component to aSignal.default SignalBinding<Boolean> HasEnabled.bindEnabled(Signal<Boolean> enabledSignal) Binds aSignal's value to the enabled state of this component.default SignalBinding<?> HasSize.bindHeight(Signal<String> heightSignal) Binds aSignal's value to the height of this component.default SignalBinding<String> HasHelper.bindHelperText(Signal<String> helperTextSignal) Binds a signal's value to the component's helper text.Html.bindHtmlContent(Signal<String> htmlSignal) Binds aSignal's value to this component's HTML content (outer HTML).default SignalBinding<String> HasPlaceholder.bindPlaceholder(Signal<String> placeholderSignal) Binds a signal's value to the component's placeholder.default SignalBinding<Boolean> HasValue.bindReadOnly(Signal<Boolean> readOnlySignal) Binds aSignal's value to the read-only state of this component.default SignalBinding<Boolean> HasValueAndElement.bindReadOnly(Signal<Boolean> readOnlySignal) default SignalBinding<Boolean> HasValue.bindRequiredIndicatorVisible(Signal<Boolean> requiredSignal) Binds aSignal's value to the required indicator visible state of this component.default SignalBinding<Boolean> HasValueAndElement.bindRequiredIndicatorVisible(Signal<Boolean> requiredSignal) default SignalBinding<String> Binds aSignal's value to the text content of this component.default SignalBinding<Boolean> HasTheme.bindThemeName(String name, Signal<Boolean> signal) Binds the presence of the given theme name to the provided signal so that the theme name is added when the signal value istrueand removed when the value isfalse.default SignalBinding<List<String>> HasTheme.bindThemeNames(Signal<List<String>> names) Binds the theme names of this component to aSignalso that the theme list is dynamically updated to match the signal's value.AbstractCompositeField.bindValue(Signal<T> valueSignal, SerializableConsumer<T> writeCallback) AbstractField.bindValue(Signal<T> valueSignal, SerializableConsumer<T> writeCallback) default SignalBinding<V> HasValue.bindValue(Signal<V> valueSignal, SerializableConsumer<V> writeCallback) Binds aSignal's value to the value state of this component.Component.bindVisible(Signal<Boolean> visibleSignal) Binds aSignal's value to thevisibleproperty of this component.default SignalBinding<?> Binds aSignal's value to the width of this component.Constructors in com.vaadin.flow.component with parameters of type Signal -
Uses of Signal in com.vaadin.flow.component.applayout
Methods in com.vaadin.flow.component.applayout with parameters of type SignalModifier and TypeMethodDescriptionAppLayout.bindDrawerOpened(Signal<Boolean> signal, SerializableConsumer<Boolean> writeCallback) Binds the drawer opened state to the given signal. -
Uses of Signal in com.vaadin.flow.component.avatar
Methods in com.vaadin.flow.component.avatar with type parameters of type SignalModifier and TypeMethodDescription<S extends Signal<AvatarGroup.AvatarGroupItem>>
SignalBinding<Collection<AvatarGroup.AvatarGroupItem>> Binds the given signal to the items of the avatar group as a one-way binding so that the rendered avatars are updated when the signal's value or any individual item signal changes.Methods in com.vaadin.flow.component.avatar with parameters of type SignalModifier and TypeMethodDescription<S extends Signal<AvatarGroup.AvatarGroupItem>>
SignalBinding<Collection<AvatarGroup.AvatarGroupItem>> Binds the given signal to the items of the avatar group as a one-way binding so that the rendered avatars are updated when the signal's value or any individual item signal changes.Constructors in com.vaadin.flow.component.avatar with parameters of type SignalModifierConstructorDescriptionAvatarGroup(Signal<List<S>> itemsSignal) Creates an avatar group with the provided signal bound to the items. -
Uses of Signal in com.vaadin.flow.component.badge
Methods in com.vaadin.flow.component.badge with parameters of type SignalModifier and TypeMethodDescriptionBadge.bindNumber(Signal<Integer> numberSignal) Binds the number property to the given signal.Constructors in com.vaadin.flow.component.badge with parameters of type Signal -
Uses of Signal in com.vaadin.flow.component.button
Methods in com.vaadin.flow.component.button with parameters of type SignalModifier and TypeMethodDescriptionButton.bindEnabled(Signal<Boolean> enabledSignal) Binds aSignal's value to the enabled state of this component.Constructors in com.vaadin.flow.component.button with parameters of type SignalModifierConstructorDescriptionCreates a button with a text bound to a signal.Creates a button with an icon and a text bound to a signal.Button(Signal<String> textSignal, ComponentEventListener<ClickEvent<Button>> clickListener) Creates a button with a text bound to a signal and a listener for click events.Button(Signal<String> textSignal, Component icon, ComponentEventListener<ClickEvent<Button>> clickListener) Creates a button with an icon, a text bound to a signal, and a listener for click events. -
Uses of Signal in com.vaadin.flow.component.checkbox
Methods in com.vaadin.flow.component.checkbox with parameters of type SignalModifier and TypeMethodDescriptionCheckbox.bindIndeterminate(Signal<Boolean> signal, SerializableConsumer<Boolean> writeCallback) Binds the indeterminate state to the given signal. -
Uses of Signal in com.vaadin.flow.component.confirmdialog
Methods in com.vaadin.flow.component.confirmdialog with parameters of type Signal -
Uses of Signal in com.vaadin.flow.component.dashboard
Methods in com.vaadin.flow.component.dashboard with parameters of type SignalModifier and TypeMethodDescriptionDashboard.bindVisible(Signal<Boolean> visibleSignal) Deprecated.This method is not supported and will throw an exception when called.DashboardSection.bindVisible(Signal<Boolean> visibleSignal) Deprecated.This method is not supported and will throw an exception when called.DashboardWidget.bindVisible(Signal<Boolean> visibleSignal) Deprecated.This method is not supported and will throw an exception when called. -
Uses of Signal in com.vaadin.flow.component.datepicker
Methods in com.vaadin.flow.component.datepicker with parameters of type SignalModifier and TypeMethodDescriptionDatePicker.bindInitialPosition(Signal<LocalDate> signal) Binds the given signal to the visible date when there is no value selected.Binds the given signal to the maximum date allowed to be selected for this field.Binds the given signal to the minimum date allowed to be selected for this field. -
Uses of Signal in com.vaadin.flow.component.datetimepicker
Methods in com.vaadin.flow.component.datetimepicker with parameters of type SignalModifier and TypeMethodDescriptionDateTimePicker.bindMax(Signal<LocalDateTime> signal) Binds the given signal to the maximum date and time allowed to be set for this field.DateTimePicker.bindMin(Signal<LocalDateTime> signal) Binds the given signal to the minimum date and time allowed to be set for this field.DateTimePicker.bindReadOnly(Signal<Boolean> readOnlySignal) -
Uses of Signal in com.vaadin.flow.component.details
Methods in com.vaadin.flow.component.details with type parameters of type SignalModifier and TypeMethodDescription<T,S extends Signal<T>>
voidDetails.bindChildren(Signal<List<S>> list, SerializableFunction<S, Component> childFactory) Methods in com.vaadin.flow.component.details with parameters of type SignalModifier and TypeMethodDescription<T,S extends Signal<T>>
voidDetails.bindChildren(Signal<List<S>> list, SerializableFunction<S, Component> childFactory) -
Uses of Signal in com.vaadin.flow.component.dialog
Methods in com.vaadin.flow.component.dialog with type parameters of type SignalModifier and TypeMethodDescription<T,S extends Signal<T>>
voidDialog.bindChildren(Signal<List<S>> list, SerializableFunction<S, Component> childFactory) Dialog does not support binding children directly.Methods in com.vaadin.flow.component.dialog with parameters of type SignalModifier and TypeMethodDescription<T,S extends Signal<T>>
voidDialog.bindChildren(Signal<List<S>> list, SerializableFunction<S, Component> childFactory) Dialog does not support binding children directly.Dialog.bindHeight(Signal<String> heightSignal) Deprecated.This method is not supported and will throw an exception when called.Dialog.bindVisible(Signal<Boolean> visibleSignal) Deprecated.This method is not supported and will throw an exception when called. -
Uses of Signal in com.vaadin.flow.component.geolocation
Methods in com.vaadin.flow.component.geolocation that return SignalModifier and TypeMethodDescriptionGeolocationWatcher.activeSignal()Returns a read-only signal indicating whether the watcher is currently receiving updates.static Signal<GeolocationAvailability> Geolocation.availabilityHintSignal()Returns a read-only signal hinting at whether geolocation is usable for the current UI.static Signal<GeolocationAvailability> Geolocation.availabilityHintSignal(UI ui) Returns a read-only signal hinting at whether geolocation is usable for the given UI.GeolocationWatcher.positionSignal()Returns a read-only signal that holds the most recent reading. -
Uses of Signal in com.vaadin.flow.component.html
Methods in com.vaadin.flow.component.html with parameters of type SignalModifier and TypeMethodDescriptionvoidBinds the given signal to the "data" attribute of this component.voidFieldSet.bindLegendText(Signal<String> legendTextSignal) Binds a signal's value to the fieldset legend text so that the legend is updated when the signal's value is updated.voidBinds a signal's value to the "max" attribute so that the attribute is updated when the signal's value is updated.voidBinds a signal's value to the "min" attribute so that the attribute is updated when the signal's value is updated.voidBinds a signal's value to the "name" attribute as a one-way binding, so that the attribute is updated when the signal's value is updated.voidNativeDetails.bindOpen(Signal<Boolean> signal, SerializableConsumer<Boolean> writeCallback) Binds the open state to the given signal.voidNativeDetails.bindSummaryText(Signal<String> summarySignal) Binds a signal's value to the summary text so that the text is updated when the signal's value is updated.voidBinds a signal's value to the "value" attribute as a one-way binding, so that the attribute is updated when the signal's value is updated.Constructors in com.vaadin.flow.component.html with parameters of type SignalModifierConstructorDescriptionCreates a new abbreviation with its text content bound to the given signal.Anchor(DownloadHandler downloadHandler, Signal<String> textSignal) Creates an anchor component with its text content bound to the given signal and a callback that handles data download from the server to the client when clicking this anchor.Creates an anchor component with the given href and binds its text content to the given signal.Creates a new code component with its text content bound to the given signal.Description(Signal<String> textSignal) Creates a new description with its text content bound to the given signal.Creates a new div with its text content bound to the given signal.Creates a new emphasis with its text content bound to the given signal.Creates a new fieldset with its legend text bound to the given signal.Creates a new heading with its text content bound to the given signal.Creates a new heading with its text content bound to the given signal.Creates a new heading with its text content bound to the given signal.Creates a new heading with its text content bound to the given signal.Creates a new heading with its text content bound to the given signal.Creates a new heading with its text content bound to the given signal.Creates a new legend with its text content bound to the given signal.Creates a new list item with its text content bound to the given signal.NativeButton(Signal<String> textSignal) Creates a button with its text content bound to the given signal.NativeDetails(Signal<String> summarySignal) Binds a signal's value to the summary text so that the text is updated when the signal's value is updated.NativeDetails(Signal<String> summarySignal, Component content) Creates a new details using the provided summary signal and content.NativeLabel(Signal<String> textSignal) Creates a new label with its text content bound to the given signal.NativeTableCell(Signal<String> textSignal) Creates a new table cell with its text content bound to the given signal.NativeTableHeaderCell(Signal<String> textSignal) Creates a new header cell with its text content bound to the given signal.Creates a new paragraph with its text content bound to the given signal.Creates a new preformatted text component with its text content bound to the given signal.Creates a new span with its text content bound to the given signal. -
Uses of Signal in com.vaadin.flow.component.icon
Methods in com.vaadin.flow.component.icon with parameters of type SignalModifier and TypeMethodDescriptionFontIcon.bindCharCode(Signal<String> signal) Binds the given signal to the character code of the font icon.Icon.bindIcon(Signal<VaadinIcon> signal) Binds the given signal to the icon of the component.FontIcon.bindLigature(Signal<String> signal) Binds the given signal to the ligature name of the font icon.SvgIcon.bindSymbol(Signal<String> signal) Binds the given signal to the symbol of the SVG icon.Constructors in com.vaadin.flow.component.icon with parameters of type SignalModifierConstructorDescriptionIcon(Signal<VaadinIcon> iconSignal) Creates an Icon component that displays the icon from the given signal.SvgIcon(DownloadHandler src, Signal<String> symbolSignal) Creates an SVG icon with the given download handler resource and binds the given signal to the symbol.Creates an SVG icon with the given source and binds the given signal to the symbol. -
Uses of Signal in com.vaadin.flow.component.internal
Methods in com.vaadin.flow.component.internal that return SignalModifier and TypeMethodDescriptionUIInternals.getRouterStateSignal()Gets the cached read-onlySignalthat holds the currentRouterStatefor this UI.Methods in com.vaadin.flow.component.internal with parameters of type Signal -
Uses of Signal in com.vaadin.flow.component.listbox
Methods in com.vaadin.flow.component.listbox with parameters of type SignalModifier and TypeMethodDescriptionListBoxBase.bindRequiredIndicatorVisible(Signal<Boolean> requiredSignal) Deprecated.This method is not supported and will throw an exception when called. -
Uses of Signal in com.vaadin.flow.component.login
Methods in com.vaadin.flow.component.login with parameters of type SignalModifier and TypeMethodDescriptionAbstractLogin.bindEnabled(Signal<Boolean> enabledSignal) Deprecated.This method is not supported and will throw an exception when called. -
Uses of Signal in com.vaadin.flow.component.messages
Methods in com.vaadin.flow.component.messages with type parameters of type SignalModifier and TypeMethodDescription<S extends Signal<MessageListItem>>
SignalBinding<List<S>> Binds the given signal to the items of the message list as a one-way binding so that the rendered messages are updated when the signal's value or any individual item signal changes.Methods in com.vaadin.flow.component.messages with parameters of type SignalModifier and TypeMethodDescription<S extends Signal<MessageListItem>>
SignalBinding<List<S>> Binds the given signal to the items of the message list as a one-way binding so that the rendered messages are updated when the signal's value or any individual item signal changes.Constructors in com.vaadin.flow.component.messages with parameters of type SignalModifierConstructorDescriptionMessageList(Signal<List<S>> itemsSignal) Creates a new message list component with the provided signal bound to the items. -
Uses of Signal in com.vaadin.flow.component.notification
Methods in com.vaadin.flow.component.notification with type parameters of type SignalModifier and TypeMethodDescription<T,S extends Signal<T>>
voidNotification.bindChildren(Signal<List<S>> list, SerializableFunction<S, Component> childFactory) Notification does not support binding children directly.Methods in com.vaadin.flow.component.notification with parameters of type SignalModifier and TypeMethodDescription<T,S extends Signal<T>>
voidNotification.bindChildren(Signal<List<S>> list, SerializableFunction<S, Component> childFactory) Notification does not support binding children directly. -
Uses of Signal in com.vaadin.flow.component.page
Methods in com.vaadin.flow.component.page that return SignalModifier and TypeMethodDescriptionPage.pageVisibilitySignal()Returns a read-only signal that tracks the browser tab's visibility and focus state.Page.windowSizeSignal()Returns a signal that tracks the current browser window size. -
Uses of Signal in com.vaadin.flow.component.progressbar
Methods in com.vaadin.flow.component.progressbar with parameters of type SignalModifier and TypeMethodDescriptionBinds the given signal to the maximum bound of the progressbar.Binds the given signal to the minimum bound of the progressbar.Binds the given signal to the value of the progressbar as a one-way binding so that the property is updated when the signal's value is updated. -
Uses of Signal in com.vaadin.flow.component.radiobutton
Methods in com.vaadin.flow.component.radiobutton with parameters of type Signal -
Uses of Signal in com.vaadin.flow.component.textfield
Methods in com.vaadin.flow.component.textfield with parameters of type SignalModifier and TypeMethodDescriptionBinds the given signal to the maximum value for this field.Binds the given signal to the maximum value for this field.protected final SignalBinding<Double> AbstractNumberField.bindMaxInternal(Signal<Double> signal) Internal helper to bind a signal to the maximum value.Binds the given signal to the minimum value for this field.Binds the given signal to the minimum value for this field.protected final SignalBinding<Double> AbstractNumberField.bindMinInternal(Signal<Double> signal) Internal helper to bind a signal to the minimum value. -
Uses of Signal in com.vaadin.flow.component.timepicker
Methods in com.vaadin.flow.component.timepicker with parameters of type SignalModifier and TypeMethodDescriptionBinds the given signal to the maximum time allowed to be selected for this field.Binds the given signal to the minimum time allowed to be selected for this field. -
Uses of Signal in com.vaadin.flow.data.binder
Methods in com.vaadin.flow.data.binder that return SignalModifier and TypeMethodDescriptionBinder.validationStatusSignal()Gets a read-onlySignalemittingBinderValidationStatuschanges. -
Uses of Signal in com.vaadin.flow.dom
Methods in com.vaadin.flow.dom with type parameters of type SignalModifier and TypeMethodDescriptionstatic <T extends @Nullable Object,S extends Signal<T>>
RegistrationElementEffect.bindChildren(Element parentElement, Signal<List<S>> list, SerializableFunction<S, Element> childFactory) Binds a list signal containing child signals to a parent component using a child component factory.Methods in com.vaadin.flow.dom with parameters of type SignalModifier and TypeMethodDescriptiondefault SignalBinding<List<String>> Binds the class names to the provided signal.default SignalBinding<Boolean> Binds the presence of the given class name to the provided signal.static <T extends @Nullable Object>
SignalBinding<T> ElementEffect.bind(Element owner, Signal<T> signal, SerializableBiConsumer<Element, T> setter) Binds asignal's value to a given owner element in a way defined insetterfunction and creates a Signal effect function executing the setter whenever the signal value changes.default SignalBinding<String> Binds the given style property to the provided string signal.default SignalBinding<List<String>> Binds the theme names to the provided signal so that the theme list is dynamically updated to match the signal's value.default SignalBinding<Boolean> Binds the presence of the given theme name to the provided signal so that the theme name is added when the signal value istrueand removed when the value isfalse.Element.bindAttribute(String attribute, Signal<String> signal) Binds aSignal's value to a given attribute.ElementStateProvider.bindAttributeSignal(Element owner, String attribute, Signal<String> signal) Binds the given signal to the given attribute.static <T extends @Nullable Object,S extends Signal<T>>
RegistrationElementEffect.bindChildren(Element parentElement, Signal<List<S>> list, SerializableFunction<S, Element> childFactory) Binds a list signal containing child signals to a parent component using a child component factory.Element.bindEnabled(Signal<Boolean> enabledSignal) Binds aSignal's value to the enabled state of this element.<T extends @Nullable Object>
SignalBinding<T> Element.bindProperty(String name, Signal<T> signal, SerializableConsumer<T> writeCallback) Binds aSignal's value to the given property.ElementStateProvider.bindPropertySignal(Element owner, String name, Signal<?> signal, SerializableConsumer<?> writeCallback) Binds the given signal to the given property.Binds aSignal's value to the text content of this element.Element.bindVisible(Signal<Boolean> visibleSignal) Binds aSignal's value to thevisibleproperty of this element.ElementStateProvider.bindVisibleSignal(Element owner, Signal<Boolean> signal) Binds the given signal to thevisibleproperty. -
Uses of Signal in com.vaadin.flow.dom.impl
Methods in com.vaadin.flow.dom.impl with parameters of type SignalModifier and TypeMethodDescriptionBinds the class names to the provided signal.Binds the presence of the given class name to the provided signal.Binds the given style property to the provided string signal.AbstractTextElementStateProvider.bindAttributeSignal(Element owner, String attribute, Signal<String> signal) BasicElementStateProvider.bindAttributeSignal(Element owner, String attribute, Signal<String> signal) ShadowRootStateProvider.bindAttributeSignal(Element owner, String attribute, Signal<String> signal) AbstractTextElementStateProvider.bindPropertySignal(Element owner, String name, Signal<?> signal, SerializableConsumer<?> writeCallback) BasicElementStateProvider.bindPropertySignal(Element owner, String name, Signal<?> signal, SerializableConsumer<?> writeCallback) ShadowRootStateProvider.bindPropertySignal(Element owner, String name, Signal<?> signal, SerializableConsumer<?> writeCallback) AbstractTextElementStateProvider.bindVisibleSignal(Element owner, Signal<Boolean> signal) BasicElementStateProvider.bindVisibleSignal(Element owner, Signal<Boolean> signal) ShadowRootStateProvider.bindVisibleSignal(Element owner, Signal<Boolean> signal) -
Uses of Signal in com.vaadin.flow.internal.nodefeature
Methods in com.vaadin.flow.internal.nodefeature that return SignalModifier and TypeMethodDescriptionGets the signal bound to the given key.Signal<?> NodeMap.InternalSignalBinding.signal()Returns the value of thesignalrecord component.Methods in com.vaadin.flow.internal.nodefeature with parameters of type SignalModifier and TypeMethodDescription<T> SignalBinding<T> AbstractPropertyMap.bindSignal(Element owner, String name, Signal<T> signal, SerializableConsumer<?> writeCallback) Binds the given signal to the given property with a write callback.ElementAttributeMap.bindSignal(Element owner, String attribute, Signal<String> signal) Binds the given signal to the given attribute.protected <T extends @Nullable Object>
SignalBinding<T> NodeMap.bindSignal(Element owner, String key, Signal<T> signal, SerializableBiConsumer<Element, T> setter, SerializableConsumer<?> writeCallback) Binds a signal to a given key using a setter function and stores the writeCallback in SignalBindingFeature.ElementData.bindVisibleSignal(Element owner, Signal<Boolean> signal) Binds the given signal to thevisibleproperty.voidSignalBindingFeature.setBinding(String key, Signal<?> signal) Sets a binding for the given key.voidSignalBindingFeature.setBinding(String key, Signal<?> signal, @Nullable SerializableConsumer<?> writeCallback) Sets a binding for the given key with a write callback.Constructors in com.vaadin.flow.internal.nodefeature with parameters of type SignalModifierConstructorDescriptionInternalSignalBinding(Signal<?> signal, Serializable value, SerializableConsumer<?> writeCallback) Creates an instance of aInternalSignalBindingrecord class. -
Uses of Signal in com.vaadin.flow.server
Methods in com.vaadin.flow.server that return SignalModifier and TypeMethodDescriptionVaadinSession.localeSignal()Gets a read-only signal that holds the current locale of this session. -
Uses of Signal in com.vaadin.flow.signals
Methods in com.vaadin.flow.signals that return SignalModifier and TypeMethodDescriptionCreates a new cached signal based on the given inner signal.Signal.computed(SignalComputation<T> computation) Creates a new computed signal with the given computation callback.Signal.map(SignalMapper<T, C> mapper) Creates a simple computed signal based on a mapper function that is passed the value of this signal.Creates a new computed signal containing the negation of the provided boolean-valued signal.Methods in com.vaadin.flow.signals with parameters of type SignalModifier and TypeMethodDescriptionCreates a new cached signal based on the given inner signal.Creates a new computed signal containing the negation of the provided boolean-valued signal. -
Uses of Signal in com.vaadin.flow.signals.impl
Classes in com.vaadin.flow.signals.impl that implement SignalModifier and TypeClassDescriptionclassCachedSignal<T extends @Nullable Object>A signal that caches the value of an inner signal.Constructors in com.vaadin.flow.signals.impl with parameters of type SignalModifierConstructorDescriptionCachedSignal(Signal<T> inner) Creates a new cached signal with the provided inner signal. -
Uses of Signal in com.vaadin.flow.signals.local
Classes in com.vaadin.flow.signals.local that implement SignalModifier and TypeClassDescriptionclassAbstractLocalSignal<T extends @Nullable Object>Base class for local signals providing shared listener notification, usage tracking, and value access logic.classListSignal<T extends @Nullable Object>A local list signal that holds a list of writable signals, enabling per-entry reactivity.classValueSignal<T extends @Nullable Object>A local writable signal that holds a reference to an object.Methods in com.vaadin.flow.signals.local that return SignalModifier and TypeMethodDescriptionValueSignal.asReadonly()Wraps this signal to not accept changes. -
Uses of Signal in com.vaadin.flow.signals.operations
Classes in com.vaadin.flow.signals.operations with type parameters of type SignalModifier and TypeClassDescriptionclassBulkInsertOperation<T extends Signal<?>>An operation that inserts multiple child signals into a list as a single atomic batch.classInsertOperation<T extends Signal<?>>An operation that inserts a new child signal into a list or map.final recordPutIfAbsentResult<S extends Signal<?>>The result of a put-if-absent operation.