| Package | Description |
|---|---|
| com.holonplatform.vaadin.flow.components | |
| com.holonplatform.vaadin.flow.components.builders |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Number> |
Input.number(Class<T> numberClass)
Gets a builder to create a numeric type
Input. |
static <T extends Number> |
Components.input.number(Class<T> numberClass)
Gets a builder to create a numeric type
Input. |
| Modifier and Type | Method and Description |
|---|---|
NumberInputBuilder<T> |
NumberInputBuilder.allowNegative(boolean allowNegative)
Sets whether to allow negative numbers.
|
static <T extends Number> |
NumberInputBuilder.create(Class<T> numberType)
Get a new
NumberInputBuilder to create a numeric type Input. |
NumberInputBuilder<T> |
NumberInputBuilder.locale(Locale locale)
Set the
Locale to use to represent and convert number values. |
NumberInputBuilder<T> |
NumberInputBuilder.maxDecimals(int maxDecimals)
Sets the maximum number of digits allowed in the fraction portion of a number.
|
NumberInputBuilder<T> |
NumberInputBuilder.minDecimals(int minDecimals)
Sets the minimum number of digits allowed in the fraction portion of a number.
|
NumberInputBuilder<T> |
NumberInputBuilder.numberFormat(NumberFormat numberFormat)
Sets the
NumberFormat to use to represent and convert number values. |
NumberInputBuilder<T> |
NumberInputBuilder.numberFormatPattern(String numberFormatPattern)
Sets the number format pattern to use to represent and convert number values.
|
Copyright © 2019 The Holon Platform. All rights reserved.