Package | Description |
---|---|
com.holonplatform.vaadin.components |
Modifier and Type | Interface and Description |
---|---|
static interface |
ComposableComponent.Builder<S extends PropertyComponentSource,C extends com.vaadin.ui.Component,B extends ComposableComponent.Builder<S,C,B>>
Base
ComposableComponent builder. |
static interface |
ComposableComponent.Composer<C extends com.vaadin.ui.Component,S extends PropertyComponentSource>
Delegate interface to compose a set of components from a component source into a
Component type content. |
Modifier and Type | Interface and Description |
---|---|
interface |
PropertyValueComponentSource
Represent a source of
ValueComponent s bound to a Property set, i.e. a container of
ValueComponent and Property bindings. |
Modifier and Type | Method and Description |
---|---|
static <C extends com.vaadin.ui.ComponentContainer,S extends PropertyComponentSource> |
ComposableComponent.componentContainerComposer()
Create a
ComposableComponent.Composer which uses a ComponentContainer as composition layout and adds the property
components to layout in the order they are returned from the PropertyValueComponentSource . |
Copyright © 2018 The Holon Platform. All rights reserved.