Uses of Class
com.vaadin.signals.ValueSignal
Packages that use ValueSignal
-
Uses of ValueSignal in com.vaadin.flow.component
Method parameters in com.vaadin.flow.component with type arguments of type ValueSignalModifier and TypeMethodDescriptionstatic <T,PARENT extends Component & HasComponents>
voidComponentEffect.bindChildren(PARENT parent, ListSignal<T> list, SerializableFunction<ValueSignal<T>, Component> childFactory) Binds aListSignalto a parent component using a child component factory. -
Uses of ValueSignal in com.vaadin.signals
Subclasses of ValueSignal in com.vaadin.signalsMethods in com.vaadin.signals that return ValueSignalModifier and TypeMethodDescriptionValueSignal.asReadonly()<T> ValueSignal<T> Creates a value signal backed by the node value of this node.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.