| Package | Description |
|---|---|
| com.holonplatform.vaadin.flow.components.builders |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ComponentBuilder<C extends com.vaadin.flow.component.Component,B extends ComponentBuilder<C,B>>
Base builder to create
Components. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ButtonBuilder
Builder to create
Button components. |
interface |
FormLayoutBuilder
Builder to create
FormLayout components. |
interface |
HorizontalLayoutBuilder
Builder to create
HorizontalLayout components. |
interface |
LabelBuilder<L extends com.vaadin.flow.component.HtmlContainer & com.vaadin.flow.component.ClickNotifier>
Builder to create label components, i.e.
|
interface |
NativeButtonBuilder
Builder to create
NativeButton components. |
interface |
VerticalLayoutBuilder
Builder to create
VerticalLayout components. |
Copyright © 2020 The Holon Platform. All rights reserved.