| Package | Description |
|---|---|
| com.holonplatform.vaadin.flow.components.builders |
| Modifier and Type | Interface and Description |
|---|---|
interface |
HtmlComponentConfigurator<C extends HtmlComponentConfigurator<C>>
Configurator for
HtmlComponent components type. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
LabelBuilder<L extends com.vaadin.flow.component.HtmlContainer & com.vaadin.flow.component.ClickNotifier>
Builder to create label components, i.e. components to display a text.
|
interface |
LabelConfigurator<L extends com.vaadin.flow.component.HtmlContainer & com.vaadin.flow.component.ClickNotifier,C extends LabelConfigurator<L,C>>
Interface to configure a label, i.e. a component to display a text.
|
static interface |
LabelConfigurator.BaseLabelConfigurator<L extends com.vaadin.flow.component.HtmlContainer & com.vaadin.flow.component.ClickNotifier>
Base Label configurator.
|
interface |
NativeButtonBuilder
Builder to create
NativeButton components. |
interface |
ViewComponentAdapterBuilder<T>
ViewComponent adapter builder. |
interface |
ViewComponentBuilder<T>
Builder to create
ViewComponents. |
interface |
ViewComponentConfigurator<T,C extends ViewComponentConfigurator<T,C>>
ViewComponent configurator. |
Copyright © 2019 The Holon Platform. All rights reserved.