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>
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>
  • Field Details

  • Constructor Details

    • AbstractValueComponentDelegate

      public AbstractValueComponentDelegate(C component)
  • Method Details