Package org.vaadin.firitin.fluency.ui
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 SwithDataProvider(com.vaadin.flow.data.provider.DataProvider<T,?> dataProvider)-
Methods inherited from interface org.vaadin.firitin.fluency.ui.FluentHasItems
withItems, withItems, withItems
-
-