Interface FluentHasItems<S extends FluentHasItems<S,T>,T>

All Superinterfaces:
com.vaadin.flow.data.binder.HasItems<T>, Serializable
All Known Subinterfaces:
FluentHasDataProvider<S,T>

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

    Modifier and Type
    Method
    Description
    default S
     
    default S
    withItems(Stream<T> streamOfItems)
     
    default S
    withItems(T... items)
     

    Methods inherited from interface com.vaadin.flow.data.binder.HasItems

    setItems, setItems, setItems
  • Method Details

    • withItems

      default S withItems(Collection<T> items)
    • withItems

      default S withItems(Stream<T> streamOfItems)
    • withItems

      default S withItems(T... items)