Uses of Interface
com.vaadin.flow.data.provider.HasDataView
Packages that use HasDataView
-
Uses of HasDataView in com.vaadin.flow.data.provider
Methods in com.vaadin.flow.data.provider with parameters of type HasDataViewModifier and TypeMethodDescriptionstatic <T,V extends DataView<T>>
VDataViewUtils.bindItems(HasDataView<T, ?, V> hasDataView, com.vaadin.flow.signals.Signal<? extends List<? extends com.vaadin.flow.signals.Signal<T>>> itemsSignal, com.vaadin.flow.function.SerializableFunction<List<T>, V> dataProviderSetter) Binds a signal containing a list of item signals to a component, enabling fine-grained reactive updates.