|
Eclipse Rich Ajax Platform | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eclipse.rwt.widgets.DialogUtil
public final class DialogUtil
Utility class to work with non-blocking dialogs.
Dialog
Method Summary | |
---|---|
static void |
open(Dialog dialog,
DialogCallback dialogCallback)
Opens the given dialog in a non-blocking way and brings it to the front of the
display. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void open(Dialog dialog, DialogCallback dialogCallback)
dialog
in a non-blocking way and brings it to the front of the
display. If given, the dialogCallback
is notified when the dialog is closed.
Use this method instead of the open()
method from the respective
Dialog
implementation when running a life cycle without a dedicated UI
thread where open()
does not block the program execution flow.
dialog
- the dialog to open, must not be null
.dialogCallback
- the callback to be notified when the dialog was closed or
null
if no callback should be notified.Dialog
,
DialogCallback
,
ILifeCycle
,
Application.OperationMode
|
Eclipse Rich Ajax Platform | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) EclipseSource and others 2002, 2012. All rights reserved.