Package org.vaadin.firitin.fluency.ui
Interface FluentHasItems<S extends FluentHasItems<S,T>,T>
-
- All Superinterfaces:
com.vaadin.flow.data.binder.HasItems<T>,Serializable
- All Known Subinterfaces:
FluentHasDataProvider<S,T>
- All Known Implementing Classes:
VIronList
public interface FluentHasItems<S extends FluentHasItems<S,T>,T> extends com.vaadin.flow.data.binder.HasItems<T>
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default SwithItems(Collection<T> items)default SwithItems(Stream<T> streamOfItems)default SwithItems(T... items)
-