包 | mx.validators |
类 | public final class CurrencyValidatorAlignSymbol |
继承 | CurrencyValidatorAlignSymbol Object |
CurrencyValidator.alignSymbol
属性中使用。
另请参见
常量 | 定义方 | ||
---|---|---|---|
ANY : String = "any" [静态] 将“any”指定为 CurrencyValidator 类的货币符号的对齐方式。 | CurrencyValidatorAlignSymbol | ||
LEFT : String = "left" [静态] 将“left”指定为 CurrencyValidator 类的货币符号的对齐方式。 | CurrencyValidatorAlignSymbol | ||
RIGHT : String = "right" [静态] 将“right”指定为 CurrencyValidator 类的货币符号的对齐方式。 | CurrencyValidatorAlignSymbol |
ANY | 常量 |
public static const ANY:String = "any"
将 "any"
指定为 CurrencyValidator 类的货币符号的对齐方式。
LEFT | 常量 |
public static const LEFT:String = "left"
将 "left"
指定为 CurrencyValidator 类的货币符号的对齐方式。
RIGHT | 常量 |
public static const RIGHT:String = "right"
将 "right"
指定为 CurrencyValidator 类的货币符号的对齐方式。