public interface SecretInputBuilder extends InputBuilder<String,Input<String>,SecretInputBuilder>
String type Input instances with hidden input, used to enter secret text
information like passwords.InputConfigurator.BaseFieldConfigurator<T>ComponentConfigurator.BaseComponentConfigurator| Modifier and Type | Method and Description |
|---|---|
SecretInputBuilder |
blankValuesAsNull(boolean enable)
Enable or disable treating blank String values (with 0 length or whitespaces only Strings) as
null
values. |
SecretInputBuilder |
emptyValuesAsNull(boolean enable)
Enable or disable treating empty String values as
null values. |
asField, build, deferLocalization, validatablelocale, readOnly, tabIndex, withValue, withValueChangeListenercaption, caption, caption, captionAsHtml, description, description, description, disabled, errorHandler, fullHeight, fullSize, fullWidth, height, height, heightUndefined, hidden, icon, id, immediate, notVisible, primaryStyleName, replaceStyleName, responsive, sizeUndefined, styleName, width, width, widthUndefined, withAttachListener, withContextClickListener, withData, withDetachListener, withShortcutListenerSecretInputBuilder emptyValuesAsNull(boolean enable)
null values.
By default this behaviour is enabled.
enable - True to treat empty String values as null valuesSecretInputBuilder blankValuesAsNull(boolean enable)
null
values.
By default this behaviour is disabled.
enable - True to treat blank String values (with 0 length or whitespaces only Strings) as null
valuesCopyright © 2019 The Holon Platform. All rights reserved.