Package | mx.validators |
Class | public final class ZipCodeValidatorDomainType |
Inheritance | ZipCodeValidatorDomainType Object |
Language Version: | ActionScript 3.0 |
Product Version: | Flex 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
domain
property of the ZipCodeValidator class,
which you use to specify the type of ZIP code to validate.
Related API Elements
Public Properties
Public Methods
Public Constants
Constant | Defined By | ||
---|---|---|---|
CANADA_ONLY : String = "Canada Only" [static]
Specifies to validate a Canadian ZIP code. | ZipCodeValidatorDomainType | ||
US_ONLY : String = "US Only" [static]
Specifies to validate a United States ZIP code. | ZipCodeValidatorDomainType | ||
US_OR_CANADA : String = "US or Canada" [static]
Specifies to validate a United States or Canadian ZIP code. | ZipCodeValidatorDomainType |
Constant Detail
CANADA_ONLY | Constant |
public static const CANADA_ONLY:String = "Canada Only"
Language Version: | ActionScript 3.0 |
Product Version: | Flex 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Specifies to validate a Canadian ZIP code.
US_ONLY | Constant |
public static const US_ONLY:String = "US Only"
Language Version: | ActionScript 3.0 |
Product Version: | Flex 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Specifies to validate a United States ZIP code.
US_OR_CANADA | Constant |
public static const US_OR_CANADA:String = "US or Canada"
Language Version: | ActionScript 3.0 |
Product Version: | Flex 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Specifies to validate a United States or Canadian ZIP code.
Mon Nov 28 2011, 06:48 AM -08:00