public interface PasswordInputBuilder extends InputBuilder<String,ValueHolder.ValueChangeEvent<String>,Input<String>,PasswordInputBuilder>, InputValueConfigurator<String,ValueHolder.ValueChangeEvent<String>,PasswordInputBuilder>, TextInputConfigurator<PasswordInputBuilder>, HasSizeConfigurator<PasswordInputBuilder>, HasStyleConfigurator<PasswordInputBuilder>, HasAutofocusConfigurator<PasswordInputBuilder>, FocusableConfigurator<com.vaadin.flow.component.Component,PasswordInputBuilder>, HasPrefixAndSuffixConfigurator<PasswordInputBuilder>, CompositionNotifierConfigurator<PasswordInputBuilder>, HasPlaceholderConfigurator<PasswordInputBuilder>, HasLabelConfigurator<PasswordInputBuilder>, HasTitleConfigurator<PasswordInputBuilder>, HasPatternConfigurator<PasswordInputBuilder>, HasThemeVariantConfigurator<com.vaadin.flow.component.textfield.TextFieldVariant,PasswordInputBuilder>, DeferrableLocalizationConfigurator<PasswordInputBuilder>
InputConfigurator.BaseInputConfigurator<T>ComponentConfigurator.BaseComponentConfiguratorFULL_SIZE| Modifier and Type | Method and Description |
|---|---|
static PasswordInputBuilder |
create()
|
PasswordInputBuilder |
revealButtonVisible(boolean revealButtonVisible)
Set to
false to hide the eye icon which toggles the password visibility. |
build, validatablewithValuereadOnly, readOnly, required, required, withValueChangeListenerhidden, id, visible, withAttachListener, withDetachListenerwithEventListener, withEventListener, withThemeNameblankValuesAsNull, emptyValuesAsNull, maxLength, minLengthdisabled, enabledautocompleteautocapitalizeautocorrectwithInputListenerwithKeyDownListener, withKeyDownListener, withKeyPressListener, withKeyPressListener, withKeyUpListener, withKeyUpListenervalueChangeModefullHeight, fullSize, fullWidth, height, height, heightUndefined, sizeUndefined, width, width, widthUndefinedstyleName, styleNamesautofocustabIndex, withBlurListener, withFocusListenerprefixComponent, suffixComponentwithCompositionEndListener, withCompositionStartListener, withCompositionUpdateListenerplaceholder, placeholder, placeholderlabel, label, labeldescription, description, description, title, title, titlepattern, preventInvalidInput, preventInvalidInputwithThemeVariantsdeferLocalization, withDeferredLocalizationisDeferredLocalizationEnabledPasswordInputBuilder revealButtonVisible(boolean revealButtonVisible)
false to hide the eye icon which toggles the password visibility.revealButtonVisible - true to set the button visible, false otherwisestatic PasswordInputBuilder create()
PasswordInputBuilderCopyright © 2019 The Holon Platform. All rights reserved.