public interface StringInputBuilder extends TextInputBuilder<String,Input<String>,StringInputBuilder>, ValueChangeModeConfigurator<StringInputBuilder>
InputConfigurator.BaseFieldConfigurator<T>ComponentConfigurator.BaseComponentConfigurator| Modifier and Type | Method and Description |
|---|---|
StringInputBuilder |
blankValuesAsNull(boolean enable)
Enable or disable treating blank String values (with 0 length or whitespaces only Strings) as
null
values. |
StringInputBuilder |
emptyValuesAsNull(boolean enable)
Enable or disable treating empty String values as
null values. |
StringInputBuilder |
rows(int rows)
If field is rendered as a text area in UI, set the number of rows of the text area
|
inputPrompt, inputPrompt, inputPrompt, maxLength, textChangeEventMode, textChangeTimeout, withBlurListener, withFocusListenerasField, build, deferLocalization, dragSource, dropTarget, validatablelocale, readOnly, tabIndex, withValue, withValueChangeListenercaption, caption, caption, captionAsHtml, description, description, description, disabled, errorHandler, fullHeight, fullSize, fullWidth, height, height, heightUndefined, hidden, icon, id, notVisible, primaryStyleName, replaceStyleName, responsive, sizeUndefined, styleName, width, width, widthUndefined, withAttachListener, withContextClickListener, withData, withDetachListener, withShortcutListenervalueChangeMode, valueChangeTimeoutStringInputBuilder rows(int rows)
rows - the number of rows of the text areaStringInputBuilder emptyValuesAsNull(boolean enable)
null values.
By default this behaviour is enabled.
enable - True to treat empty String values as null valuesStringInputBuilder 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.