|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HasFormSubmitFailedHandlers
Method Summary | |
---|---|
HandlerRegistration |
addFormSubmitFailedHandler(FormSubmitFailedHandler handler)
Method called when an attempt to DynamicForm.submitForm() a form is unable to
submit to the server. |
Methods inherited from interface com.google.gwt.event.shared.HasHandlers |
---|
fireEvent |
Method Detail |
---|
HandlerRegistration addFormSubmitFailedHandler(FormSubmitFailedHandler handler)
DynamicForm.submitForm()
a form is unable to
submit to the server. Default behavior is to display the formSubmitFailedWarning
in a warning dialog.
The most common cause for this failure is that the user has typed an invalid file-path into an upload type field.
handler
- the formSubmitFailed handler
HandlerRegistration
used to remove this handler
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |