public class IdConfirmDialog extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
IdConfirmDialog.Confirmer
Keep it public in case we want custom IdConfirmDialog :)
|
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_OPTION |
static int |
OK_CANCEL_OPTION
Type used for
showConfirmDialog . |
static int |
YES_NO_CANCEL_OPTION
Type used for
showConfirmDialog . |
static int |
YES_NO_OPTION
Type used for
showConfirmDialog . |
Constructor and Description |
---|
IdConfirmDialog() |
Modifier and Type | Method and Description |
---|---|
static boolean |
confirm(java.lang.String message,
java.lang.String id) |
static boolean |
confirm(java.lang.String title,
java.lang.String message,
int optionType,
java.lang.String id) |
static boolean |
confirm(java.lang.String title,
java.lang.String message,
java.lang.String id) |
static boolean |
getBooleanReturnValue(int returnValue) |
public static final int DEFAULT_OPTION
public static final int YES_NO_OPTION
showConfirmDialog
.public static final int YES_NO_CANCEL_OPTION
showConfirmDialog
.public static final int OK_CANCEL_OPTION
showConfirmDialog
.public IdConfirmDialog()
public static boolean getBooleanReturnValue(int returnValue)
public static boolean confirm(java.lang.String title, java.lang.String message, int optionType, java.lang.String id)
public static boolean confirm(java.lang.String title, java.lang.String message, java.lang.String id)
public static boolean confirm(java.lang.String message, java.lang.String id)