| Package | Description |
|---|---|
| com.holonplatform.vaadin.flow.components.builders |
| Modifier and Type | Interface and Description |
|---|---|
interface |
HasTitleConfigurator<C extends HasTitleConfigurator<C>>
Configurator for components which supports a title.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ButtonBuilder
Builder to create
Button components. |
interface |
ButtonConfigurator<C extends ButtonConfigurator<C>>
Button component configurator. |
static interface |
ButtonConfigurator.BaseButtonConfigurator
Base button configurator.
|
interface |
HtmlComponentConfigurator<C extends HtmlComponentConfigurator<C>>
Configurator for
HtmlComponent components type. |
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 |
LocalTimeInputBuilder
|
interface |
LocalTimeInputConfigurator<C extends LocalTimeInputConfigurator<C>>
|
interface |
NativeButtonBuilder
Builder to create
NativeButton components. |
interface |
NumberInputBuilder<T extends Number>
|
interface |
NumberInputConfigurator<T extends Number,C extends NumberInputConfigurator<T,C>>
|
interface |
PasswordInputBuilder
|
interface |
PasswordInputConfigurator<C extends PasswordInputConfigurator<C>>
|
interface |
StringInputBuilder
|
interface |
StringInputConfigurator<C extends StringInputConfigurator<C>>
|
interface |
ValidatableLocalTimeInputBuilder
|
interface |
ValidatableNumberInputBuilder<T extends Number>
|
interface |
ValidatablePasswordInputBuilder
|
interface |
ValidatableStringInputBuilder
|
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.