| Pacote | mx.validators |
| Classe | public final class CurrencyValidatorAlignSymbol |
| Herança | CurrencyValidatorAlignSymbol Object |
CurrencyValidator.alignSymbol
property.
Veja também
| Constante | Definido por | ||
|---|---|---|---|
| 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 | Constante |
public static const ANY:String = "any"
Specifies "any" as the alignment of the currency symbol
for the CurrencyValidator class.
| LEFT | Constante |
public static const LEFT:String = "left"
Specifies "left" as the alignment of the currency symbol
for the CurrencyValidator class.
| RIGHT | Constante |
public static const RIGHT:String = "right"
Specifies "right" as the alignment of the currency symbol
for the CurrencyValidator class.