| Package | Description |
|---|---|
| com.holonplatform.vaadin.flow.components |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ValidatableSingleSelect<T>
An
SingleSelect component with validation support using Validators. |
| Modifier and Type | Method and Description |
|---|---|
static <T> ValidatableSingleSelect<T> |
ValidatableSingleSelect.from(SingleSelect<T> input)
Create a
ValidatableSingleSelect from given SingleSelect instance. |
Copyright © 2019 The Holon Platform. All rights reserved.