Package | mx.validators |
Class | public final class CurrencyValidatorAlignSymbol |
Inheritance | CurrencyValidatorAlignSymbol ![]() |
CurrencyValidator.alignSymbol
property.
See also
Constant | Defined By | ||
---|---|---|---|
ANY : String = "any" [static]
Specifies "any" as the alignment of the currency symbol
for the CurrencyValidator class. | CurrencyValidatorAlignSymbol | ||
LEFT : String = "left" [static]
Specifies "left" as the alignment of the currency symbol
for the CurrencyValidator class. | CurrencyValidatorAlignSymbol | ||
RIGHT : String = "right" [static]
Specifies "right" as the alignment of the currency symbol
for the CurrencyValidator class. | CurrencyValidatorAlignSymbol |
ANY | Constant |
public static const ANY:String = "any"
Specifies "any"
as the alignment of the currency symbol
for the CurrencyValidator class.
LEFT | Constant |
public static const LEFT:String = "left"
Specifies "left"
as the alignment of the currency symbol
for the CurrencyValidator class.
RIGHT | Constant |
public static const RIGHT:String = "right"
Specifies "right"
as the alignment of the currency symbol
for the CurrencyValidator class.