| Package | Description |
|---|---|
| com.holonplatform.vaadin.flow.components | |
| com.holonplatform.vaadin.flow.components.builders |
| Modifier and Type | Method and Description |
|---|---|
static <T> ValidatableInputBuilder<T> |
ValidatableInput.builder(Input<T> input)
Get a fluent builder to create and setup a
ValidatableInput from given Input. |
| Modifier and Type | Method and Description |
|---|---|
static <T> ValidatableInputBuilder<T> |
ValidatableInputBuilder.create(Input<T> input)
Get a builder to create and setup a
ValidatableInput from given Input. |
Copyright © 2020 The Holon Platform. All rights reserved.