Class FieldDelegate<C extends com.vaadin.flow.component.AbstractField<?,V>,T,V>

Type Parameters:
C - component type
T - value source value type
V - component value type
All Implemented Interfaces:
ValueBindingDelegate<T>, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

@Component("flowui_FieldDelegate") @Scope("prototype") public class FieldDelegate<C extends com.vaadin.flow.component.AbstractField<?,V>,T,V> extends AbstractFieldDelegate<C,T,V>