Class AbstractValueComponentDelegate<C extends com.vaadin.flow.component.Component & com.vaadin.flow.component.HasValue<?,V>,T,V>

java.lang.Object
io.jmix.flowui.component.delegate.AbstractComponentDelegate<C>
io.jmix.flowui.component.delegate.AbstractValueComponentDelegate<C,T,V>
All Implemented Interfaces:
ValueBindingDelegate<T>
Direct Known Subclasses:
AbstractFieldDelegate

public abstract class AbstractValueComponentDelegate<C extends com.vaadin.flow.component.Component & com.vaadin.flow.component.HasValue<?,V>,T,V> extends AbstractComponentDelegate<C> implements ValueBindingDelegate<T>