Package io.jmix.flowui.data.items
Class EnumDataProvider<T>
java.lang.Object
com.vaadin.flow.data.provider.AbstractDataProvider<T,com.vaadin.flow.function.SerializablePredicate<T>>
 
com.vaadin.flow.data.provider.ListDataProvider<T>
io.jmix.flowui.data.items.EnumDataProvider<T>
- All Implemented Interfaces:
- com.vaadin.flow.data.provider.ConfigurableFilterDataProvider<T,,- com.vaadin.flow.function.SerializablePredicate<T>, - com.vaadin.flow.function.SerializablePredicate<T>> - com.vaadin.flow.data.provider.DataProvider<T,,- com.vaadin.flow.function.SerializablePredicate<T>> - com.vaadin.flow.data.provider.InMemoryDataProvider<T>,- Serializable
public class EnumDataProvider<T>
extends com.vaadin.flow.data.provider.ListDataProvider<T>
- See Also:
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class com.vaadin.flow.data.provider.ListDataProviderfetch, getFilter, getItems, getSortComparator, setFilter, setSortComparator, sizeMethods inherited from class com.vaadin.flow.data.provider.AbstractDataProvideraddDataProviderListener, addListener, fireEvent, refreshAll, refreshItem, refreshItemMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.vaadin.flow.data.provider.DataProvideraddDataProviderListener, getId, refreshAll, refreshItem, refreshItem, withConfigurableFilter, withConfigurableFilter, withConvertedFilterMethods inherited from interface com.vaadin.flow.data.provider.InMemoryDataProvideraddFilter, addFilter, addFilterByValue, addSortComparator, addSortOrder, clearFilters, filteringBy, filteringBy, filteringByEquals, filteringByPrefix, filteringByPrefix, filteringBySubstring, filteringBySubstring, isInMemory, setFilter, setFilterByValue, setSortOrder
- 
Field Details- 
enumClass
 
- 
- 
Constructor Details- 
EnumDataProvider
 
- 
- 
Method Details- 
getEnumClass
 
-