| Package | Description |
|---|---|
| com.holonplatform.vaadin.flow.components.builders | |
| com.holonplatform.vaadin.flow.navigator |
| Modifier and Type | Interface and Description |
|---|---|
interface |
HasTextConfigurator<C extends HasTextConfigurator<C>>
Configurator for
HasText type components. |
| 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.
|
static interface |
ContextMenuConfigurator.MenuItemBuilder<L extends EventListener,M extends com.vaadin.flow.component.contextmenu.ContextMenuBase<M,I,S>,I extends com.vaadin.flow.component.contextmenu.MenuItemBase<M,I,S>,S extends com.vaadin.flow.component.contextmenu.SubMenuBase<M,I,S>,B extends ContextMenuConfigurator<L,M,I,S,B>>
Context menu item configurator.
|
interface |
DialogBuilder<B extends DialogBuilder<B>>
Dialog component builder. |
static interface |
DialogBuilder.ConfirmDialogBuilder
Confirm
Dialog builder. |
static interface |
DialogBuilder.MessageDialogBuilder
Default message
Dialog builder. |
static interface |
DialogBuilder.QuestionDialogBuilder
Question
Dialog builder. |
interface |
DialogConfigurator<C extends DialogConfigurator<C>>
Dialog component configurator. |
static interface |
DialogConfigurator.ClosableDialogConfigurator<C extends DialogConfigurator.ClosableDialogConfigurator<C>>
A
DialogConfigurator with dialog closing options configuration. |
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. |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
NavigationLink.Builder
NavigationLink builder. |
Copyright © 2019 The Holon Platform. All rights reserved.