Package com.smartgwt.client.callbacks
Interface BuildUIViaAICustomValidationResultCallback
public interface BuildUIViaAICustomValidationResultCallback
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(BuildUIViaAIResponse workingResponse, Object validationContext) This will be provided to a BuildUIViaAICustomValidator() to continue the build-UI process after performing the custom validation.
-
Method Details
-
execute
This will be provided to a BuildUIViaAICustomValidator() to continue the build-UI process after performing the custom validation.- Parameters:
workingResponse
- The working response, modified according to the result of custom validation.validationContext
- Any object or value to pass to the next invocation of the validator on retry.
-