| Module: | libext | Package: | wrap.ext | Parent: | Object | Copyright (c) 2007, 2008 Point5U, LLC Milescript - ExtJS Wrapper Library: Project Home | Documentation |
wrap.ext.MessageBox
Inheritance : Object
Constructors
| Signature |
| public MessageBox() |
Methods
| Name | Signature |
| alert | MessageBox alert(String title, String msg) |
| alert | MessageBox alert(String title, String msg, Function fn) |
| alert | MessageBox alert(String title, String msg, Function fn, Object scope) |
| confirm | MessageBox confirm(String title, String msg) |
| confirm | MessageBox confirm(String title, String msg, Function fn) |
| confirm | MessageBox confirm(String title, String msg, Function fn, Object scope) |
| getDialog | Window getDialog() |
| hide | MessageBox hide() |
| isVisible | boolean isVisible() |
| progress | MessageBox progress(String title, String msg) |
| progress | MessageBox progress(String title, String msg, Function fn) |
| progress | MessageBox progress(String title, String msg, Function fn, Object scope) |
| prompt | MessageBox prompt(String title, String msg) |
| prompt | MessageBox prompt(String title, String msg, Function fn) |
| prompt | MessageBox prompt(String title, String msg, Function fn, Object scope) |
| prompt | MessageBox prompt(String title, String msg, Function fn, Object scope, boolean multiline) |
| prompt | MessageBox prompt(String title, String msg, Function fn, Object scope, int multiline) |
| setIcon | MessageBox setIcon(String icon) |
| show | MessageBox show(MessageBoxOptions messageBoxOptions) |
| updateProgress | MessageBox updateProgress(int value, String progressText, String msg) |
| updateText | MessageBox updateText() |
| updateText | MessageBox updateText(String text) |
| wait | MessageBox wait(String msg) |
| wait | MessageBox wait(String msg, String title) |
| wait | MessageBox wait(String msg, String title, WaitOptions waitConfig) |
Properties
| Name | Type | Comment | |
| buttonText |
| ||
| CANCEL |
| ||
| defaultTextHeight |
| ||
| ERROR |
| ||
| INFO |
| ||
| maxWidth |
| ||
| minProgressWidth |
| ||
| minWidth |
| ||
| OK |
| ||
| OKCANCEL |
| ||
| QUESTION |
| ||
| WARNING |
| ||
| YESNO |
| ||
| YESNOCANCEL |
|
Constructors
|
public MessageBox() |
Methods
|
alert MessageBox alert(String title, String msg)
Parameters
|
|||||||||||||
|
alert MessageBox alert(String title, String msg, Function fn)
Parameters
|
||||||||||||||||
|
alert MessageBox alert(String title, String msg, Function fn, Object scope)
Parameters
|
|||||||||||||||||||
|
confirm MessageBox confirm(String title, String msg)
Parameters
|
|||||||||||||
|
confirm MessageBox confirm(String title, String msg, Function fn)
Parameters
|
||||||||||||||||
|
confirm MessageBox confirm(String title, String msg, Function fn, Object scope)
Parameters
|
|||||||||||||||||||
|
getDialog Window getDialog()
|
||||
|
hide MessageBox hide()
|
||||
|
isVisible boolean isVisible()
|
||||
|
progress MessageBox progress(String title, String msg)
Parameters
|
|||||||||||||
|
progress MessageBox progress(String title, String msg, Function fn)
Parameters
|
||||||||||||||||
|
progress MessageBox progress(String title, String msg, Function fn, Object scope)
Parameters
|
|||||||||||||||||||
|
prompt MessageBox prompt(String title, String msg)
Parameters
|
|||||||||||||
|
prompt MessageBox prompt(String title, String msg, Function fn)
Parameters
|
||||||||||||||||
|
prompt MessageBox prompt(String title, String msg, Function fn, Object scope)
Parameters
|
|||||||||||||||||||
|
prompt MessageBox prompt(String title, String msg, Function fn, Object scope, boolean multiline)
Parameters
|
||||||||||||||||||||||
|
prompt MessageBox prompt(String title, String msg, Function fn, Object scope, int multiline)
Parameters
|
||||||||||||||||||||||
|
setIcon MessageBox setIcon(String icon)
Parameters
|
||||||||||
|
show MessageBox show(MessageBoxOptions messageBoxOptions)
Parameters
|
||||||||||
|
updateProgress MessageBox updateProgress(int value, String progressText, String msg)
Parameters
|
||||||||||||||||
|
updateText MessageBox updateText()
|
||||
|
updateText MessageBox updateText(String text)
Parameters
|
||||||||||
|
wait MessageBox wait(String msg)
Parameters
|
||||||||||
|
wait MessageBox wait(String msg, String title)
Parameters
|
|||||||||||||
|
wait MessageBox wait(String msg, String title, WaitOptions waitConfig)
Parameters
|
||||||||||||||||
| Module: | libext | Package: | wrap.ext | Parent: | Object | Copyright (c) 2007, 2008 Point5U, LLC Milescript - ExtJS Wrapper Library: Project Home | Documentation |