Class TextAreaFieldDelegate<C extends com.vaadin.flow.component.AbstractField<?,String>,V>

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

@Component("flowui_TextAreaFieldDelegate") @Scope("prototype") public class TextAreaFieldDelegate<C extends com.vaadin.flow.component.AbstractField<?,String>,V> extends AbstractFieldDelegate<C,V,String>