| Package | Description |
|---|---|
| com.holonplatform.vaadin7.components.builders |
| Modifier and Type | Interface and Description |
|---|---|
interface |
LayoutConfigurator<B extends LayoutConfigurator<B>>
Interface to configure a
Layout. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FormLayoutBuilder
Builder to create
FormLayout instances. |
interface |
GridLayoutBuilder
Builder to create
GridLayout instances. |
interface |
HorizontalLayoutBuilder
Builder to create
HorizontalLayout instances. |
interface |
LayoutBuilder<C extends com.vaadin.ui.Layout,B extends LayoutBuilder<C,B>>
Builder to create
Layout component containers. |
static interface |
LayoutConfigurator.BaseLayoutConfigurator
Base layout configurator
|
interface |
OrderedLayoutBuilder<C extends com.vaadin.ui.Layout,B extends OrderedLayoutBuilder<C,B>>
Builder to create ordered
Layouts. |
interface |
OrderedLayoutConfigurator<B extends OrderedLayoutConfigurator<B>>
Interface to configure an ordered
Layout. |
static interface |
OrderedLayoutConfigurator.BaseOrderedLayoutConfigurator
Base ordered layout configurator
|
interface |
VerticalLayoutBuilder
Builder to create
VerticalLayout instances. |
Copyright © 2019 The Holon Platform. All rights reserved.