| Package | Description |
|---|---|
| com.holonplatform.vaadin.flow.components | |
| com.holonplatform.vaadin.flow.components.builders |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Composable.Composer<C extends com.vaadin.flow.component.HasElement,E extends HasComponent,G extends ComponentGroup<E>>
Provides the elements composition strategy on the content layout.
|
| 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 |
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. |
| Modifier and Type | Method and Description |
|---|---|
static <C extends com.vaadin.flow.component.HasComponents,E extends HasComponent,G extends ComponentGroup<E>> |
Composable.componentContainerComposer()
Create a
Composable.Composer which uses a HasComponents component as composition layout and adds the group
elements components to the layout in the order they are returned from the group. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ComposableConfigurator<L extends com.vaadin.flow.component.HasElement,E extends HasComponent,G extends ComponentGroup<E>,C extends ComposableConfigurator<L,E,G,C>>
Composable component configurator. |
interface |
PropertyFormConfigurator<L extends com.vaadin.flow.component.HasElement,E extends HasComponent,G extends ComponentGroup<E>,C extends PropertyFormConfigurator<L,E,G,C>>
Property form configurator.
|
Copyright © 2020 The Holon Platform. All rights reserved.