Esempio n. 1
0
  @Override
  protected void onLoad() {
    // 728: Focus remains in Source view when message dialog pops up over it
    NativeWindow.get().focus();

    super.onLoad();
    allActiveDialogs_.add(this);
    ShortcutManager.INSTANCE.setEnabled(false);
  }
Esempio n. 2
0
 @Override
 protected void onLoad() {
   super.onLoad();
   attachBackgroundScreenToRootPanel();
 }