Class AbstractDataViewDelegate<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> 
- All Implemented Interfaces:
- ValueBindingChangeObserver<Object>,- Consumer<ValueBindingDelegate.ValueBindingChangeEvent<Object>>
- Direct Known Subclasses:
- DataViewDelegate
public abstract class AbstractDataViewDelegate<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 AbstractComponentDelegate<C>
implements ValueBindingChangeObserver<Object>
- 
Field SummaryFieldsFields inherited from class io.jmix.flowui.component.delegate.AbstractComponentDelegatecomponent
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidcom.vaadin.flow.data.provider.DataProvider<V,?> voidsetItems(CollectionContainer<V> container) voidprotected voidsetupItems(EntityValueSource<?, ?> valueSource) voidMethods 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
- 
Field Details- 
bindingprotected DataViewBinding<C extends com.vaadin.flow.component.Component & com.vaadin.flow.data.provider.HasDataView<V,?, binding?> & com.vaadin.flow.data.provider.HasListDataView<V, ?> & SupportsDataProvider<V>, V> 
 
- 
- 
Constructor Details- 
AbstractDataViewDelegate
 
- 
- 
Method Details- 
bind
- 
getDataProvider
- 
valueBindingChanged- Specified by:
- valueBindingChangedin interface- ValueBindingChangeObserver<C extends com.vaadin.flow.component.Component & com.vaadin.flow.data.provider.HasDataView<V,- ?, - ?> & com.vaadin.flow.data.provider.HasListDataView<V, - ?> & SupportsDataProvider<V>> 
 
- 
setupItems
- 
setItems
- 
setItems
 
-