| Package | Description |
|---|---|
| com.holonplatform.vaadin.flow.components | |
| com.holonplatform.vaadin.flow.components.builders |
| Modifier and Type | Method and Description |
|---|---|
static DialogBuilder.ConfirmDialogBuilder |
Components.dialog.confirm()
Get a builder to create a message dialog with a OK button in the dialog toolbar which can be used to
close the dialog.
|
| Modifier and Type | Method and Description |
|---|---|
static DialogBuilder.ConfirmDialogBuilder |
DialogBuilder.confirm()
Get a builder to create a message dialog with a OK button in the dialog toolbar which can be used to
close the dialog.
|
DialogBuilder.ConfirmDialogBuilder |
DialogBuilder.ConfirmDialogBuilder.okButtonConfigurator(Consumer<ButtonConfigurator.BaseButtonConfigurator> configurator)
Provide a
Consumer to configure the default OK button shown in the dialog toolbar. |
Copyright © 2019 The Holon Platform. All rights reserved.