Package | mx.validators |
Class | public class NumberValidatorDomainType |
Inheritance | NumberValidatorDomainType Object |
Language Version: | ActionScript 3.0 |
Product Version: | Flex 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
domain
property of the NumberValidator class.
See also
Public Properties
Public Methods
Public Constants
Constant | Defined By | ||
---|---|---|---|
INT : String = "int" [static]
Specifies to validate an integer number. | NumberValidatorDomainType | ||
REAL : String = "real" [static]
Specifies to validate a real number. | NumberValidatorDomainType |
Constant Detail
INT | Constant |
public static const INT:String = "int"
Language Version: | ActionScript 3.0 |
Product Version: | Flex 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Specifies to validate an integer number.
REAL | Constant |
public static const REAL:String = "real"
Language Version: | ActionScript 3.0 |
Product Version: | Flex 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Specifies to validate a real number.
Fri Mar 19 2010, 02:45 AM -07:00