| Package | Description |
|---|---|
| com.holonplatform.vaadin7.components |
| Modifier and Type | Method and Description |
|---|---|
static ComposableComponent.Composer<com.vaadin.ui.ComponentContainer,PropertyValueComponentSource> |
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. |
static ComposableComponent.Composer<com.vaadin.ui.ComponentContainer,PropertyValueComponentSource> |
ComposableComponent.componentContainerComposer(boolean fullWidthComponents)
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. |
| Modifier and Type | Method and Description |
|---|---|
B |
ComposableComponent.Builder.composer(ComposableComponent.Composer<? super C,S> composer)
Set the
ComposableComponent.Composer to be used to compose the components into the content component. |
Copyright © 2019 The Holon Platform. All rights reserved.