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 Summary
Fields inherited from class io.jmix.flowui.component.delegate.AbstractDataViewDelegate
bindingFields inherited from class io.jmix.flowui.component.delegate.AbstractComponentDelegate
component - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class io.jmix.flowui.component.delegate.AbstractDataViewDelegate
bind, getDataProvider, setItems, setItems, setupItems, valueBindingChangedMethods inherited from class io.jmix.flowui.component.delegate.AbstractComponentDelegate
getComponentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.jmix.flowui.component.delegate.ValueBindingChangeObserver
accept 
- 
Constructor Details
- 
DataViewDelegate
 
 -