| Package | Description |
|---|---|
| com.holonplatform.vaadin.components |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Input<V>
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 component to display the property Inputs on a layout, using the
ComposableComponent composition strategy. |
interface |
PropertyInputGroup
|
interface |
PropertyViewForm
A
PropertyViewGroup component to display the property ViewComponents on a layout, using the
ComposableComponent composition strategy. |
interface |
PropertyViewGroup
Provides functionalities to build and manage a group of
ViewComponents bound to a Property set. |
interface |
SingleSelect<T>
A
Selectable component in which at most one item can be selected at a time. |
interface |
ValidatableInput<V>
An
Input component with validation support using Validators. |
interface |
ViewComponent<V>
A
ValueHolder Component to display a value in UI. |
| Modifier and Type | Method and Description |
|---|---|
ValueHolder<V> |
ValueHolder.ValueChangeEvent.getSource()
Get the source of this value change event.
|
Copyright © 2019 The Holon Platform. All rights reserved.