Main Page | Packages | Class Tree | Index | Help

xp.system

interface ICommonDialogs

All Known Implementing Classes:
CommonDialogs

interface ICommonDialogs



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 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



Method Documentation

alert

public function alert(message: String,
 title: String,
 listener: Object)
Displays a Alert dialog box with a message.

confirm

public function confirm(message: String,
 title: String,
 listener: Object)
Display a confirm dialog box with OK and Cancel buttons.

prompt

public function prompt(message: String,
 title: String,
 icon: String,
 prompt: String,
 listener: Object)
Displays a prompt dialog box with a text field for entering a value.

showAbout

public function showAbout(title: String,
 version: String,
 copyright: String,
 logo: String)
Displays the standard about dialog

showLoader

public function showLoader(message: String,
 title: String,
 loader: Object,
 indeterminate: Boolean,
 listener: Object)
Displays the standard progress loader dialog

showMessage

public function showMessage(message: String,
 title: String,
 icon: String,
 btns: Number,
 listener: Object)
Displays the standard message dialog

showWait

public function showWait(message: String,
 title: String,
 listener: Object)
Displays the standard wait dialog


The documentation was generated from the following file:


Generated on 10/30/2005 9:34:02 PM by AS2Doc