Package com.smartgwt.client.form.events
Interface HasAsyncValidationReplyHandlers
- All Superinterfaces:
HasHandlers
- All Known Implementing Classes:
ValuesManager
-
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:
HandlerRegistration
used to remove this handler
-