Field Summary |
public static
| dialogs: CommonDialogs |
| The class singleton
|
|
Constructor |
public
| CommonDialogs (
)
|
| Constructor - This should not be called directly.
|
|
Method Summary |
public
| alert (
message: String, title: String, listener: Object
) |
| Displays a Alert dialog box with a message.
|
|
public
| confirm (
message: String, title: String, listener: Object
) |
| Display a confirm dialog box with OK and Cancel buttons.
|
|
public
| prompt (
message: String, title: String, icon: String, prompt: String, listener: Object
) |
| Displays a prompt dialog box with a text field for entering a value.
|
|
public
| showAbout (
title: String, version: String, copyright: String, logo: String
) |
| Displays the standard application about dialog
|
|
public
| showLoader (
message: String, title: String, loader: Object, indeterminate: Boolean, listener: Object
) |
| Displays the standard progress loader dialog
|
|
public
| showMessage (
message: String, title: String, icon: String, btns: Number, listener: Object
) |
| Displays the standard message dialog
|
|
public
| showWait (
message: String, title: String, listener: Object
) |
| Displays the standard wait dialog
|
|
|