Uses of Class
com.vaadin.flow.signals.shared.SharedValueSignal
Packages that use SharedValueSignal
-
Uses of SharedValueSignal in com.vaadin.flow.signals.shared
Subclasses of SharedValueSignal in com.vaadin.flow.signals.sharedMethods in com.vaadin.flow.signals.shared that return SharedValueSignalModifier and TypeMethodDescriptionSharedValueSignal.asReadonly()Wraps this signal to not accept changes.<T> SharedValueSignal<T> Creates a value signal backed by the node value of this node.SharedValueSignal.withValidator(CommandValidator validator) Wraps this signal with a validator.Methods in com.vaadin.flow.signals.shared that return types with arguments of type SharedValueSignalModifier and TypeMethodDescriptionprotected List<SharedValueSignal<T>> SharedListSignal.extractValue(@Nullable Node.Data data) protected Map<String, SharedValueSignal<T>> SharedMapSignal.extractValue(@Nullable Node.Data data) SharedListSignal.get()SharedMapSignal.get()SharedListSignal.insertAt(T value, SharedListSignal.ListPosition at) Inserts a value at the given position in this list.SharedListSignal.insertFirst(T value) Inserts a value as the first entry in this list.SharedListSignal.insertLast(T value) Inserts a value as the last entry in this list.SharedListSignal.peek()SharedMapSignal.peek()SharedListSignal.peekConfirmed()SharedMapSignal.peekConfirmed()SharedMapSignal.putIfAbsent(String key, T value) Creates a new entry with the given value if an entry with the given key doesn't already exist.Methods in com.vaadin.flow.signals.shared with parameters of type SharedValueSignalModifier and TypeMethodDescriptionSharedListSignal.remove(SharedValueSignal<T> child) Removes the given child from this list.