
protected class Dialog.DefaultDialogMessages extends Object implements Dialog.DialogMessages
| Modifier | Constructor and Description |
|---|---|
protected |
DefaultDialogMessages() |
| Modifier and Type | Method and Description |
|---|---|
String |
cancel()
Returns the text that appears on the button for
Dialog.PredefinedButton.CANCEL. |
String |
close()
Returns the text that appears on the button for
Dialog.PredefinedButton.CLOSE. |
String |
no()
Returns the text that appears on the button for
Dialog.PredefinedButton.NO. |
String |
ok()
Returns the text that appears on the button for
Dialog.PredefinedButton.OK. |
String |
yes()
Returns the text that appears on the button for
Dialog.PredefinedButton.YES. |
public String cancel()
Dialog.DialogMessagesDialog.PredefinedButton.CANCEL.cancel in interface Dialog.DialogMessagespublic String close()
Dialog.DialogMessagesDialog.PredefinedButton.CLOSE.close in interface Dialog.DialogMessagespublic String no()
Dialog.DialogMessagesDialog.PredefinedButton.NO.no in interface Dialog.DialogMessagespublic String ok()
Dialog.DialogMessagesDialog.PredefinedButton.OK.ok in interface Dialog.DialogMessagespublic String yes()
Dialog.DialogMessagesDialog.PredefinedButton.YES.yes in interface Dialog.DialogMessagesCopyright © 2020. All rights reserved.