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 Summary
Fields inherited from class io.jmix.flowui.component.delegate.AbstractComponentDelegate
component
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
setItems
(CollectionContainer<V> container) void
protected void
setupItems
(EntityValueSource<?, ?> valueSource) void
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
-
Field Details
-
binding
protected 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
-
valueBindingChanged
- Specified by:
valueBindingChanged
in interfaceValueBindingChangeObserver<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
-