Interface FluentHasDataProvider<S extends FluentHasDataProvider<S,​T>,​T>

  • All Superinterfaces:
    FluentHasItems<S,​T>, com.vaadin.flow.data.binder.HasDataProvider<T>, com.vaadin.flow.data.binder.HasItems<T>, Serializable
    All Known Implementing Classes:
    VIronList

    public interface FluentHasDataProvider<S extends FluentHasDataProvider<S,​T>,​T>
    extends com.vaadin.flow.data.binder.HasDataProvider<T>, FluentHasItems<S,​T>
    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default S withDataProvider​(com.vaadin.flow.data.provider.DataProvider<T,​?> dataProvider)  
      • Methods inherited from interface com.vaadin.flow.data.binder.HasDataProvider

        setDataProvider, setItems
      • Methods inherited from interface com.vaadin.flow.data.binder.HasItems

        setItems, setItems
    • Method Detail

      • withDataProvider

        default S withDataProvider​(com.vaadin.flow.data.provider.DataProvider<T,​?> dataProvider)