1920212223242526
WSModalDialog errorDialog = new WSModalDialog(); errorDialog.ask(errorMessage, new AcceptsCallback() { public void callback(Object message, Object data) { } }); errorDialog.showModal(); } }
444445446447448449450451452453454
} } }; dialog.ask("A panel is already open for '" + name + "'. What do you want to do?", openCallback); dialog.showModal(); return; } } _openTab(DOMID, initSubject, componentId, name, componentId, icon);
3536373839404142