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

All Implemented Interfaces:
ValueBindingDelegate<V>, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

@Component("flowui_TextFieldDelegate") @Scope("prototype") public class TextInputFieldDelegate<C extends com.vaadin.flow.component.AbstractField<?,String>,V> extends AbstractTextInputFieldDelegate<C,V>
  • Constructor Details

    • TextInputFieldDelegate

      public TextInputFieldDelegate(C component)