
public static interface Dialog.DialogMessages
| 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. |
String cancel()
Dialog.PredefinedButton.CANCEL.String close()
Dialog.PredefinedButton.CLOSE.String no()
Dialog.PredefinedButton.NO.String ok()
Dialog.PredefinedButton.OK.String yes()
Dialog.PredefinedButton.YES.Copyright © 2018. All rights reserved.