507508509510511512513
return false; } } private boolean onFormSubmitImpl() { return fireEvent(Events.BeforeSubmit, new FormEvent(this)); }
521522523524525526527528529
} private void onFrameLoadImpl() { DeferredCommand.addCommand(new Command() { public void execute() { fireEvent(Events.Submit, new FormEvent(FormPanel.this, impl.getContents(iframe))); } }); }
455456457458459460461462463
/** * Submits the form. */ public void submit() { if (fireEvent(Events.BeforeSubmit, new FormEvent(this))) { impl.submit(form.dom, iframe); } }
547548549550551552553
561562563564565566567568569
454455456457458459460461462
544545546547548549550
558559560561562563564565566