| Modifier and Type | Method and Description |
|---|---|
ConfirmDialog |
DefaultConfirmDialogFactory.create(String caption,
String message,
String okCaption,
String cancelCaption,
String notOkCaption) |
ConfirmDialog |
ConfirmDialog.Factory.create(String windowCaption,
String message,
String okTitle,
String cancelTitle,
String notOKCaption) |
static ConfirmDialog |
ConfirmDialog.show(com.vaadin.ui.UI ui,
ConfirmDialog.Listener listener)
Show a modal ConfirmDialog in a window.
|
static ConfirmDialog |
ConfirmDialog.show(com.vaadin.ui.UI ui,
String message,
ConfirmDialog.Listener listener)
Show a modal ConfirmDialog in a window.
|
static ConfirmDialog |
ConfirmDialog.show(com.vaadin.ui.UI ui,
String windowCaption,
String message,
String okCaption,
String cancelCaption,
ConfirmDialog.Listener listener)
Show a modal ConfirmDialog in a window.
|
static ConfirmDialog |
ConfirmDialog.show(com.vaadin.ui.UI ui,
String windowCaption,
String message,
String okCaption,
String cancelCaption,
Runnable r)
Shows a modal ConfirmDialog in given window and executes Runnable if OK
is chosen.
|
static ConfirmDialog |
ConfirmDialog.show(com.vaadin.ui.UI ui,
String windowCaption,
String message,
String okCaption,
String cancelCaption,
String notOKCaption,
ConfirmDialog.Listener listener)
Show a modal three way (eg.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConfirmDialog.Listener.onClose(ConfirmDialog dialog) |
Copyright © 2015. All Rights Reserved.