| Package | Description |
|---|---|
| com.holonplatform.vaadin.flow.components |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BeanListing<T>
An
ItemListing component using a bean type as item type and the bean property names as property set. |
interface |
ItemListing<T,P>
A component to display a set of items as tabular data, using the item properties as column ids.
|
interface |
MultiSelect<T>
A
Selectable component in which multiple items can be selected at the same time. |
interface |
PropertyListing
|
interface |
SingleSelect<T>
A
Selectable component in which at most one item can be selected at a time. |
interface |
ValidatableMultiSelect<T>
An
MultiSelect component with validation support using Validators. |
interface |
ValidatableSingleSelect<T>
An
SingleSelect component with validation support using Validators. |
Copyright © 2019 The Holon Platform. All rights reserved.