T - Number typepublic interface NumberInputBuilder<T extends Number> extends TextInputBuilder<T,Input<T>,NumberInputBuilder<T>>
InputConfigurator.BaseFieldConfigurator<T>ComponentConfigurator.BaseComponentConfigurator| Modifier and Type | Method and Description |
|---|---|
NumberInputBuilder<T> |
allowNegative(boolean allowNegative)
Sets whether to allow negative numbers input
|
NumberInputBuilder<T> |
html5NumberInputType(boolean html5NumberInputType)
Sets whether to set html5 input type property as "number"
|
NumberInputBuilder<T> |
numberFormat(NumberFormat numberFormat)
Sets the
NumberFormat to use to represent number values in UI |
inputPrompt, inputPrompt, inputPrompt, maxLength, textChangeEventMode, textChangeTimeout, withBlurListener, withFocusListener, withTextChangeListenerasField, 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, withShortcutListenerNumberInputBuilder<T> numberFormat(NumberFormat numberFormat)
NumberFormat to use to represent number values in UInumberFormat - the NumberFormat to setNumberInputBuilder<T> allowNegative(boolean allowNegative)
allowNegative - true to allow negative numbers inputNumberInputBuilder<T> html5NumberInputType(boolean html5NumberInputType)
html5NumberInputType - true to set html5 input type property as "number"Copyright © 2019 The Holon Platform. All rights reserved.