Class DataViewDelegate<C extends com.vaadin.flow.component.Component & com.vaadin.flow.data.provider.HasDataView<V,?,?> & com.vaadin.flow.data.provider.HasListDataView<V,?> & SupportsDataProvider<V>,V>

All Implemented Interfaces:
ValueBindingChangeObserver<Object>, Consumer<ValueBindingDelegate.ValueBindingChangeEvent<Object>>

@Component("flowui_DataViewDelegate") @Scope("prototype") public class DataViewDelegate<C extends com.vaadin.flow.component.Component & com.vaadin.flow.data.provider.HasDataView<V,?,?> & com.vaadin.flow.data.provider.HasListDataView<V,?> & SupportsDataProvider<V>,V> extends AbstractDataViewDelegate<C,V>
  • Constructor Details

    • DataViewDelegate

      public DataViewDelegate(C component)