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>    
java.lang.Object
io.jmix.flowui.component.delegate.AbstractComponentDelegate<C>
io.jmix.flowui.component.delegate.AbstractDataViewDelegate<C,V>
 
io.jmix.flowui.component.delegate.DataViewDelegate<C,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> 
- 
Field SummaryFields inherited from class io.jmix.flowui.component.delegate.AbstractDataViewDelegatebindingFields inherited from class io.jmix.flowui.component.delegate.AbstractComponentDelegatecomponent
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class io.jmix.flowui.component.delegate.AbstractDataViewDelegatebind, getDataProvider, setItems, setItems, setupItems, valueBindingChangedMethods inherited from class io.jmix.flowui.component.delegate.AbstractComponentDelegategetComponentMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.jmix.flowui.component.delegate.ValueBindingChangeObserveraccept
- 
Constructor Details- 
DataViewDelegate
 
-