Class EmailFieldDelegate<C extends com.vaadin.flow.component.textfield.EmailField>

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

@Component("flowui_EmailFieldDelegate") @Scope("prototype") public class EmailFieldDelegate<C extends com.vaadin.flow.component.textfield.EmailField> extends AbstractTextInputFieldDelegate<C,String>
  • Constructor Details

    • EmailFieldDelegate

      public EmailFieldDelegate(C component)
  • Method Details