(Preview)
Package | mx.validators |
Interface | public interface IValidator |
Implementors | GlobalizationValidatorBase, Validator |
Language Version: | ActionScript 3.0 |
Product Version: | Flex 4.5 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
This interface allows to validate multiple data types like numbers, currency, phone numbers, zip codes etc that are defined in both mx and spark namespaces. The classes mx:Validator and spark:GlobaliationValidatorBase implement this interface. The validateAll() method in these classes use this interface type to call the validate() method on multiple validator objects.
Related API Elements
mx.validators.Validator
spark.validators.GlobalizationValidatorBase
spark.validators.GlobalizationValidatorBase
Public Properties
Property | Defined By |
---|
Public Methods
Method | Defined By |
---|
Wed Nov 21 2018, 06:34 AM -08:00