com.vaadin.flow.data.provider.

Interface HasDataView<T,F,V extends DataView<T>>

    • Method Summary

      All Methods
      Modifier and Type Method and Description
      V getGenericDataView()

      Get the DataView for the component.

      V setItems(DataProvider<T,F> dataProvider)

      Set a generic data provider for the component to use and returns the base DataView that provides API to get information on the items.

      V setItems(InMemoryDataProvider<T> dataProvider)

      Sets an in-memory data provider for the component to use