Uses of Class
com.vaadin.signals.MapSignal
Packages that use MapSignal
-
Uses of MapSignal in com.vaadin.signals
Methods in com.vaadin.signals that return MapSignalModifier and TypeMethodDescription<T> MapSignal<T>Creates a map signal backed by the map children of this node.MapSignal.asReadonly()Wraps this signal to not accept changes.default <T> MapSignal<T>Gets a map signal with the given element type for the given name.MapSignal.withValidator(Predicate<SignalCommand> validator) Wraps this signal with a validator.