| Package | Description |
|---|---|
| com.holonplatform.vaadin7.components | |
| com.holonplatform.vaadin7.components.builders |
| Modifier and Type | Method and Description |
|---|---|
static StringInputBuilder |
Components.input.string()
|
static StringInputBuilder |
Components.input.string(boolean area)
|
| Modifier and Type | Method and Description |
|---|---|
StringInputBuilder |
StringInputBuilder.blankValuesAsNull(boolean enable)
Enable or disable treating blank String values (with 0 length or whitespaces only Strings) as
null
values. |
StringInputBuilder |
StringInputBuilder.emptyValuesAsNull(boolean enable)
Enable or disable treating empty String values as
null values. |
StringInputBuilder |
StringInputBuilder.rows(int rows)
If field is rendered as a text area in UI, set the number of rows of the text area
|
Copyright © 2019 The Holon Platform. All rights reserved.