| Package | Description |
|---|---|
| com.holonplatform.vaadin.flow.components | |
| com.holonplatform.vaadin.flow.components.builders |
| Modifier and Type | Method and Description |
|---|---|
static DialogBuilder.QuestionDialogBuilder |
Components.dialog.question(DialogBuilder.QuestionDialogCallback questionDialogCallback)
Get a builder to create a question dialog, with a confirm button and a deny button in the
dialog toolbar which will trigger the given
questionDialogCallback to react to the user choice. |
| Modifier and Type | Method and Description |
|---|---|
DialogBuilder.QuestionDialogBuilder |
DialogBuilder.QuestionDialogBuilder.confirmButtonConfigurator(Consumer<ButtonConfigurator.BaseButtonConfigurator> configurator)
Provide a
Consumer to configure the default user confirmation button. |
DialogBuilder.QuestionDialogBuilder |
DialogBuilder.QuestionDialogBuilder.denialButtonConfigurator(Consumer<ButtonConfigurator.BaseButtonConfigurator> configurator)
Provide a
Consumer to configure the default user denial button. |
static DialogBuilder.QuestionDialogBuilder |
DialogBuilder.question(DialogBuilder.QuestionDialogCallback questionDialogCallback)
Get a builder to create a question dialog, with a confirm button and a deny button in the
dialog toolbar which will trigger the given
questionDialogCallback to react to the user choice. |
Copyright © 2019 The Holon Platform. All rights reserved.