| Package | Description |
|---|---|
| com.holonplatform.vaadin.flow.components |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Input<T>
Input component representation, i.e.
|
interface |
MultiSelect<T>
A
Selectable component in which multiple items can be selected at the
same time. |
interface |
PropertyInputForm
A
PropertyInputGroup which provides an UI component to display the group elements, which can be composed
using a Composer. |
interface |
PropertyViewForm
A
PropertyViewGroup which provides an UI component to display the group elements, which can be composed using
a Composer. |
interface |
SingleSelect<T>
A
Selectable component in which at most one item can be selected at a
time. |
interface |
ValidatableInput<T>
An
Input component with validation support using Validators. |
interface |
ValidatableMultiSelect<T>
An
MultiSelect component with validation support using Validators. |
interface |
ValidatableSingleSelect<T>
An
SingleSelect component with validation support using Validators. |
interface |
ViewComponent<V>
A
ValueHolder component to display a value in UI. |
Copyright © 2020 The Holon Platform. All rights reserved.