Package org.eclipse.rap.rwt.widgets
Class DialogUtil
java.lang.Object
org.eclipse.rap.rwt.widgets.DialogUtil
Deprecated.
Utility class to work with non-blocking dialogs.
- Since:
- 2.0
- See Also:
- 
Method SummaryModifier and TypeMethodDescriptionstatic voidopen(Dialog dialog, DialogCallback dialogCallback) Deprecated.UseDialog.open( DialogCallback )instead
- 
Method Details- 
openDeprecated.UseDialog.open( DialogCallback )insteadOpens the givendialogin a non-blocking way and brings it to the front of the display. If given, thedialogCallbackis notified when the dialog is closed.Use this method instead of the open()method from the respectiveDialogimplementation when running in JEE_COMPATIBILITY mode.- Parameters:
- dialog- the dialog to open, must not be- null.
- dialogCallback- the callback to be notified when the dialog was closed or- nullif no callback should be notified.
- See Also:
 
 
- 
Dialoginstead