I read in the SmartGWT java-doc for a Validator class that - "Custom validators can be reused on the client by adding them to the global validator list, via the Validator.addValidator method."
But it seems that there is NO this method in the Validator class.
Is there some other method or another way to add my custom validator class to the global validator list?
Thank you.
But it seems that there is NO this method in the Validator class.
Is there some other method or another way to add my custom validator class to the global validator list?
Thank you.
Comment