Uses of Class
com.vaadin.signals.shared.SharedValueSignal
Packages that use SharedValueSignal
-
Uses of SharedValueSignal in com.vaadin.signals.shared
Subclasses of SharedValueSignal in com.vaadin.signals.sharedMethods in com.vaadin.signals.shared that return SharedValueSignalModifier and TypeMethodDescriptionSharedValueSignal.asReadonly()<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.signals.shared that return types with arguments of type SharedValueSignalModifier and TypeMethodDescriptionprotected List<SharedValueSignal<T>> SharedListSignal.extractValue(Node.Data data) protected Map<String, SharedValueSignal<T>> SharedMapSignal.extractValue(Node.Data data) 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.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.signals.shared with parameters of type SharedValueSignalModifier and TypeMethodDescriptionSharedListSignal.remove(SharedValueSignal<T> child) Removes the given child from this list.