Class DataViewDelegate<C extends com.vaadin.flow.component.Component & com.vaadin.flow.data.provider.HasDataView<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>
@Component("flowui_DataViewDelegate")
@Scope("prototype")
public class DataViewDelegate<C extends com.vaadin.flow.component.Component & com.vaadin.flow.data.provider.HasDataView<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
Methods inherited from class io.jmix.flowui.component.delegate.AbstractComponentDelegate
getComponent
-
Constructor Details
-
DataViewDelegate
-