Pakiet | mx.validators |
Klasa | public final class CurrencyValidatorAlignSymbol |
Dziedziczenie | CurrencyValidatorAlignSymbol Object |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
CurrencyValidator.alignSymbol
property.
Powiązane elementy interfejsu API
Właściwości publiczne
Metody publiczne
Stałe publiczne
Stała | Zdefiniowane przez | ||
---|---|---|---|
ANY : String = "any" [statyczny]
Specifies "any" as the alignment of the currency symbol
for the CurrencyValidator class. | CurrencyValidatorAlignSymbol | ||
LEFT : String = "left" [statyczny]
Specifies "left" as the alignment of the currency symbol
for the CurrencyValidator class. | CurrencyValidatorAlignSymbol | ||
RIGHT : String = "right" [statyczny]
Specifies "right" as the alignment of the currency symbol
for the CurrencyValidator class. | CurrencyValidatorAlignSymbol |
Szczegół stałej
ANY | Stała |
public static const ANY:String = "any"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Specifies "any"
as the alignment of the currency symbol
for the CurrencyValidator class.
LEFT | Stała |
public static const LEFT:String = "left"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Specifies "left"
as the alignment of the currency symbol
for the CurrencyValidator class.
RIGHT | Stała |
public static const RIGHT:String = "right"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Specifies "right"
as the alignment of the currency symbol
for the CurrencyValidator class.
Tue Jun 12 2018, 12:06 PM Z