Uses of Class
com.vaadin.signals.ListSignal
Packages that use ListSignal
-
Uses of ListSignal in com.vaadin.flow.component
Methods in com.vaadin.flow.component with parameters of type ListSignalModifier 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 ListSignal in com.vaadin.signals
Methods in com.vaadin.signals that return ListSignalModifier and TypeMethodDescription<T> ListSignal<T> Creates a list signal backed by the list children of this node.ListSignal.asReadonly()Wraps this signal to not accept changes.default <T> ListSignal<T> Gets a list signal with the given element type for the given name.ListSignal.withValidator(Predicate<SignalCommand> validator) Wraps this signal with a validator.