Interface StorageViewDataProvider<F>

All Superinterfaces:
com.vaadin.flow.data.provider.DataProvider<StorageViewElement,​F>, com.vaadin.flow.data.provider.hierarchy.HierarchicalDataProvider<StorageViewElement,​F>, Serializable
All Known Implementing Classes:
StorageViewDataProvider.Default

public interface StorageViewDataProvider<F>
extends com.vaadin.flow.data.provider.hierarchy.HierarchicalDataProvider<StorageViewElement,​F>
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Interface Description
    static class  StorageViewDataProvider.Default<F>  
  • Method Summary

    Static Methods 
    Modifier and Type Method Description
    static <F> StorageViewDataProvider<F> New​(StorageView storageView)  
    static <F> StorageViewDataProvider<F> New​(StorageViewElement root)  

    Methods inherited from interface com.vaadin.flow.data.provider.DataProvider

    addDataProviderListener, getId, isInMemory, refreshAll, refreshItem, refreshItem

    Methods inherited from interface com.vaadin.flow.data.provider.hierarchy.HierarchicalDataProvider

    fetch, fetchChildren, getChildCount, hasChildren, size, withConfigurableFilter, withConfigurableFilter, withConvertedFilter