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