Class Hierarchy
- java.lang.Object
- com.vaadin.flow.data.provider.AbstractDataProvider<T,
F> (implements com.vaadin.flow.data.provider.DataProvider<T, F>) - com.vaadin.flow.data.provider.ListDataProvider<T> (implements com.vaadin.flow.data.provider.InMemoryDataProvider<T>)
- org.dellroad.stuff.vaadin24.data.AsyncDataProvider<T>
- org.dellroad.stuff.vaadin24.data.EnumDataProvider<T>
- com.vaadin.flow.data.provider.ListDataProvider<T> (implements com.vaadin.flow.data.provider.InMemoryDataProvider<T>)
- org.dellroad.stuff.vaadin24.data.SimplePropertySet<T> (implements com.vaadin.flow.data.binder.PropertySet<T>)
- org.dellroad.stuff.vaadin24.data.MapPropertySet
- org.dellroad.stuff.vaadin24.data.SimplePropertySet.Definition<V> (implements com.vaadin.flow.data.binder.PropertyDefinition<T,
V>) - org.dellroad.stuff.vaadin24.data.SimplePropertySet.Definition.Getter (implements com.vaadin.flow.function.ValueProvider<SOURCE,
TARGET>)
- com.vaadin.flow.data.provider.AbstractDataProvider<T,
Interface Hierarchy
- org.dellroad.stuff.vaadin24.data.AsyncDataProvider.Loader<T>