Interface HasAsyncValidationReplyHandlers
- All Superinterfaces:
 HasHandlers
- All Known Implementing Classes:
 DynamicForm,PropertySheet,SearchForm
- 
Method Summary
Modifier and TypeMethodDescriptionNotification fired when an asynchronous validation completes.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent 
- 
Method Details
- 
addAsyncValidationReplyHandler
Notification fired when an asynchronous validation completes.- Parameters:
 handler- the asyncValidationReply handler- Returns:
 HandlerRegistrationused to remove this handler
 
 -