| Package | Description |
|---|---|
| org.linkki.framework.ui.dialogs |
| Modifier and Type | Class and Description |
|---|---|
class |
ConfirmationDialog
A dialog to present an information to the user, who has to confirm it with OK.
|
class |
QuestionDialog
A modal dialog that asks the user a question that can be confirmed with OK (and not confirmed
with Cancel).
|
| Modifier and Type | Method and Description |
|---|---|
OkCancelDialog |
PmoBasedDialogFactory.newOkCancelDialog(String title,
Handler okHandler,
Object... pmos)
Creates a new
OkCancelDialog. |
OkCancelDialog |
PmoBasedDialogFactory.newOkCancelDialog(String title,
Object pmo,
Handler okHandler)
Deprecated.
|
static OkCancelDialog |
PmoBasedDialogFactory.open(OkCancelDialog dialog)
Creates a new
OkCancelDialog and opens it. |
OkCancelDialog |
PmoBasedDialogFactory.openOkCancelDialog(String title,
Object pmo,
Handler okHandler)
Creates a new
OkCancelDialog and opens it. |
| Modifier and Type | Method and Description |
|---|---|
static OkCancelDialog |
PmoBasedDialogFactory.open(OkCancelDialog dialog)
Creates a new
OkCancelDialog and opens it. |
| Constructor and Description |
|---|
DialogBindingManager(OkCancelDialog dialog,
ValidationService validationService) |
DialogBindingManager(OkCancelDialog dialog,
ValidationService validationService,
PropertyBehaviorProvider behaviorProvider) |
Copyright © 2017. All rights reserved.