C - Concrete configurator typepublic interface PasswordInputConfigurator<C extends PasswordInputConfigurator<C>> extends InputValueConfigurator<String,ValueHolder.ValueChangeEvent<String>,C>, TextInputConfigurator<C>, HasSizeConfigurator<C>, HasStyleConfigurator<C>, HasAutofocusConfigurator<C>, FocusableConfigurator<com.vaadin.flow.component.Component,C>, HasPrefixAndSuffixConfigurator<C>, CompositionNotifierConfigurator<C>, HasPlaceholderConfigurator<C>, HasLabelConfigurator<C>, HasTitleConfigurator<C>, HasPatternConfigurator<C>, HasThemeVariantConfigurator<com.vaadin.flow.component.textfield.TextFieldVariant,C>, DeferrableLocalizationConfigurator<C>
InputConfigurator.BaseInputConfigurator<T>ComponentConfigurator.BaseComponentConfiguratorFULL_SIZE| Modifier and Type | Method and Description |
|---|---|
C |
revealButtonVisible(boolean revealButtonVisible)
Set to
false to hide the eye icon which toggles the password visibility. |
withValuereadOnly, readOnly, required, required, withValueChangeListenerelementConfiguration, hidden, id, visible, withAttachListener, withDetachListenerwithEventListener, withEventListener, withThemeNameautoselect, autoselect, blankValuesAsNull, clearButtonVisible, emptyValuesAsNull, maxLength, minLengthdisabled, enabledautocompleteautocapitalizeautocorrectwithInputListenerwithKeyDownListener, withKeyDownListener, withKeyPressListener, withKeyPressListener, withKeyUpListener, withKeyUpListenervalueChangeModefullHeight, fullSize, fullWidth, height, height, heightUndefined, maxHeight, maxWidth, minHeight, minWidth, sizeUndefined, width, width, widthUndefinedstyleName, styleNamesautofocustabIndex, withBlurListener, withFocusListener, withFocusShortcut, withFocusShortcutKeyprefixComponent, suffixComponentwithCompositionEndListener, withCompositionStartListener, withCompositionUpdateListenerplaceholder, placeholder, placeholderlabel, label, labeldescription, description, description, title, title, titlepattern, preventInvalidInput, preventInvalidInputwithThemeVariantsdeferLocalization, withDeferredLocalizationisDeferredLocalizationEnabledC revealButtonVisible(boolean revealButtonVisible)
false to hide the eye icon which toggles the password visibility.revealButtonVisible - true to set the button visible, false otherwiseCopyright © 2019 The Holon Platform. All rights reserved.