Uses of Class
com.vaadin.flow.component.textfield.EmailField
-
-
Uses of EmailField in com.vaadin.flow.component.textfield
Constructor parameters in com.vaadin.flow.component.textfield with type arguments of type EmailField Constructor Description EmailField(com.vaadin.flow.component.HasValue.ValueChangeListener<? super com.vaadin.flow.component.AbstractField.ComponentValueChangeEvent<EmailField,String>> listener)Constructs an emptyEmailFieldwith a value change listener.EmailField(String label, com.vaadin.flow.component.HasValue.ValueChangeListener<? super com.vaadin.flow.component.AbstractField.ComponentValueChangeEvent<EmailField,String>> listener)Constructs an emptyEmailFieldwith a value change listener and a label.EmailField(String label, String initialValue, com.vaadin.flow.component.HasValue.ValueChangeListener<? super com.vaadin.flow.component.AbstractField.ComponentValueChangeEvent<EmailField,String>> listener)Constructs aEmailFieldwith a value change listener, a label and an initial value.
-