Uses of Interface
com.vaadin.flow.data.provider.InMemoryDataProvider
Packages that use InMemoryDataProvider
-
Uses of InMemoryDataProvider in com.vaadin.flow.data.provider
Classes in com.vaadin.flow.data.provider that implement InMemoryDataProviderModifier and TypeClassDescriptionstatic final classIn-memory data provider with no items.classDataProviderwrapper forCollections.Methods in com.vaadin.flow.data.provider with parameters of type InMemoryDataProviderModifier and TypeMethodDescriptionstatic <T> DataProvider<T, String> InMemoryDataProviderHelpers.filteringByCaseInsensitiveString(InMemoryDataProvider<T> dataProvider, com.vaadin.flow.function.ValueProvider<T, String> valueProvider, com.vaadin.flow.function.SerializableBiPredicate<String, String> predicate, com.vaadin.flow.function.SerializableSupplier<Locale> localeSupplier) Wraps a given data provider so that its filter tests the given predicate with the lower case string provided by the given value provider.static <T,V, Q> DataProvider <T, Q> InMemoryDataProviderHelpers.filteringByIgnoreNull(InMemoryDataProvider<T> dataProvider, com.vaadin.flow.function.ValueProvider<T, V> valueProvider, com.vaadin.flow.function.SerializableBiPredicate<V, Q> predicate) Wraps a given data provider so that its filter ignores null items returned by the given value provider.HasDataView.setItems(InMemoryDataProvider<T> dataProvider) Sets an in-memory data provider for the component to use -
Uses of InMemoryDataProvider in com.vaadin.flow.data.provider.hierarchy
Classes in com.vaadin.flow.data.provider.hierarchy that implement InMemoryDataProviderModifier and TypeClassDescriptionclassAn in-memory data provider for listing components that display hierarchical data.