Uses of Class
com.vaadin.signals.ValueSignal
Packages that use ValueSignal
-
Uses of ValueSignal in com.vaadin.signals
Subclasses of ValueSignal in com.vaadin.signalsMethods in com.vaadin.signals that return ValueSignalModifier and TypeMethodDescriptionValueSignal.asReadonly()Wraps this signal to not accept changes.<T> ValueSignal<T> Creates a value signal backed by the node value of this node.default <T> ValueSignal<T> Gets a value signal of the given type for the given name.default <T> ValueSignal<T> Gets a value signal of the given type for the given name and initializes it with the provided default value if the signal doesn't already have a value.default <T> ValueSignal<T> Gets a value signal for the given name and initializes it with the provided default value if the signal doesn't already have a value.ValueSignal.withValidator(Predicate<SignalCommand> validator) Wraps this signal with a validator.Methods in com.vaadin.signals that return types with arguments of type ValueSignalModifier and TypeMethodDescriptionprotected List<ValueSignal<T>> ListSignal.extractValue(Node.Data data) protected Map<String, ValueSignal<T>> MapSignal.extractValue(Node.Data data) ListSignal.insertAt(T value, ListSignal.ListPosition at) Inserts a value at the given position in this list.ListSignal.insertFirst(T value) Inserts a value as the first entry in this list.ListSignal.insertLast(T value) Inserts a value as the last entry in this list.MapSignal.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.signals with parameters of type ValueSignalModifier and TypeMethodDescriptionListSignal.remove(ValueSignal<T> child) Removes the given child from this list.