| 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. |
static void |
Components.dialog.showQuestion(DialogBuilder.QuestionDialogCallback questionDialogCallback,
com.holonplatform.core.i18n.Localizable message)
Show a question dialog with given localizable message text.
|
static void |
Components.dialog.showQuestion(DialogBuilder.QuestionDialogCallback questionDialogCallback,
String message)
Show a question dialog with given message text.
|
static void |
Components.dialog.showQuestion(DialogBuilder.QuestionDialogCallback questionDialogCallback,
String defaultMessage,
String messageCode,
Object... arguments)
Show a question dialog with given localizable message text.
|
| Modifier and Type | Method and Description |
|---|---|
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.