135136137138139140141142143144145
Window.Location.reload(); } }); alert.addHideButton(); alert.show(); PageEditor.this.form.setEnabled(true); } }); }
178179180181182183184185186187188
public void onClick(ClickEvent event) { Window.Location.assign("/_ah/page"); } }); alert.show(); } @Override public void onCallFailure(Throwable caught) { Alert alert = new Alert(caught);
185186187188189190191192193194195
@Override public void onCallFailure(Throwable caught) { Alert alert = new Alert(caught); alert.addHideButton(); alert.show(); PageEditor.this.form.setEnabled(true); } }); }
217218219220221222223224225226227