| Package | Description |
|---|---|
| com.holonplatform.vaadin.flow.components.builders |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ClickNotifierConfigurator<S,E extends ClickEvent<S>,C extends ClickNotifierConfigurator<S,E,C>>
Configurator for components which support
ClickEventListener registration. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BooleanInputBuilder
|
interface |
BooleanInputConfigurator<C extends BooleanInputConfigurator<C>>
|
interface |
ButtonBuilder
Builder to create
Button components. |
interface |
ButtonConfigurator<C extends ButtonConfigurator<C>>
Button component configurator. |
static interface |
ButtonConfigurator.BaseButtonConfigurator
Base button configurator.
|
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 |
ValidatableBooleanInputBuilder
|
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.