Package com.smartgwt.client.data
Interface ValidationStatusCallback
public interface ValidationStatusCallback
- 
Method Summary
 
- 
Method Details
- 
execute
ACallbackto evaluate when form validation completes.The available parameters are:
- Parameters:
 errorMap- null if validation succeeded for all fields, or a Map of field names to the associated errors, for those fields that failed validation.
 
 -