| Package | Description |
|---|---|
| com.holonplatform.vaadin.flow.components |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BoundComponentGroup<P,C extends HasComponent>
A
ComponentGroup for which each component is bound to a property, which identifies the component
itself within the group. |
static interface |
ItemListing.EditorComponentGroup<P,T>
A
BoundComponentGroup which represents the listing item editor Inputs and their property
bindings. |
interface |
PropertyInputForm
A
PropertyInputGroup which provides an UI component to display the group elements, which can be composed
using a Composer. |
interface |
PropertyInputGroup
A
BoundComponentGroup which handles Input elements type and uses a Property set to bind and
identify the elements within the group. |
interface |
PropertyListing
|
interface |
PropertyViewForm
A
PropertyViewGroup which provides an UI component to display the group elements, which can be composed using
a Composer. |
interface |
PropertyViewGroup
A
BoundComponentGroup which handles ViewComponent elements type and uses a Property set to
bind and identify the elements within the group. |
Copyright © 2019 The Holon Platform. All rights reserved.