Class PasswordField

All Implemented Interfaces:
AttachNotifier, BlurNotifier<PasswordField>, CompositionNotifier, DetachNotifier, Focusable<PasswordField>, FocusNotifier<PasswordField>, HasAriaLabel, HasElement, HasEnabled, HasHelper, HasLabel, HasPlaceholder, HasSize, HasStyle, HasTheme, HasValidation, HasValue<AbstractField.ComponentValueChangeEvent<PasswordField,String>,String>, HasValueAndElement<AbstractField.ComponentValueChangeEvent<PasswordField,String>,String>, InputNotifier, KeyNotifier, HasAllowedCharPattern, HasClearButton, HasClientValidation, HasPrefix, HasSuffix, HasThemeVariant<TextFieldVariant>, HasTooltip, HasValidationProperties, InputField<AbstractField.ComponentValueChangeEvent<PasswordField,String>,String>, HasAutocapitalize, HasAutocomplete, HasAutocorrect, HasPrefixAndSuffix, HasValidator<String>, HasValueChangeMode, Serializable

@Tag("vaadin-password-field") @NpmPackage(value="@vaadin/polymer-legacy-adapter",version="24.3.11") @NpmPackage(value="@vaadin/password-field",version="24.3.11") @JsModule("@vaadin/polymer-legacy-adapter/style-modules.js") @JsModule("@vaadin/password-field/src/vaadin-password-field.js") public class PasswordField extends TextFieldBase<PasswordField,String> implements HasAllowedCharPattern, HasThemeVariant<TextFieldVariant>
Password Field is an input field for entering passwords. The input is masked by default. On mobile devices the last typed letter is shown for a brief moment. The masking can be toggled using an optional reveal button.
Author:
Vaadin Ltd.
See Also: