| Constructor and Description |
|---|
EmailField(com.vaadin.flow.component.HasValue.ValueChangeListener<? super com.vaadin.flow.component.AbstractField.ComponentValueChangeEvent<EmailField,String>> listener)
Constructs an empty
EmailField with 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 empty
EmailField with 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 a
EmailField with a value change listener, a label and
an initial value. |
Copyright © 2025. All rights reserved.