| Package | Description |
|---|---|
| org.dominokit.domino.ui.dialogs |
| Modifier and Type | Method and Description |
|---|---|
static ConfirmationDialog |
ConfirmationDialog.create() |
static ConfirmationDialog |
ConfirmationDialog.create(String title) |
ConfirmationDialog |
ConfirmationDialog.onConfirm(ConfirmationDialog.ConfirmHandler confirmHandler)
Sets the handler for the confirm action
|
ConfirmationDialog |
ConfirmationDialog.onReject(ConfirmationDialog.RejectHandler rejectHandler)
Sets the handler for the reject action
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConfirmationDialog.ConfirmHandler.onConfirm(ConfirmationDialog dialog)
called when the confirm button is clicked
|
void |
ConfirmationDialog.RejectHandler.onReject(ConfirmationDialog dialog)
called when the reject button is clicked
|
Copyright © 2019–2022 Dominokit. All rights reserved.