| Package | Description |
|---|---|
| com.holonplatform.vaadin.components | |
| com.holonplatform.vaadin.components.builders |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Number> |
Components.input.number(Class<T> numberClass)
|
| Modifier and Type | Method and Description |
|---|---|
NumberInputBuilder<T> |
NumberInputBuilder.allowNegative(boolean allowNegative)
Sets whether to allow negative numbers input
|
NumberInputBuilder<T> |
NumberInputBuilder.html5NumberInputType(boolean html5NumberInputType)
Sets whether to set html5 input type property as "number"
|
NumberInputBuilder<T> |
NumberInputBuilder.numberFormat(NumberFormat numberFormat)
Sets the
NumberFormat to use to represent number values in UI |
Copyright © 2019 The Holon Platform. All rights reserved.