패키지 | mx.validators |
클래스 | public final class CurrencyValidatorAlignSymbol |
상속 | CurrencyValidatorAlignSymbol Object |
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
CurrencyValidator.alignSymbol
property.
관련 API 요소
공용 속성
공용 메서드
공용 상수
상수 | 정의 주체 | ||
---|---|---|---|
ANY : String = "any" [정적]
Specifies "any" as the alignment of the currency symbol
for the CurrencyValidator class. | CurrencyValidatorAlignSymbol | ||
LEFT : String = "left" [정적]
Specifies "left" as the alignment of the currency symbol
for the CurrencyValidator class. | CurrencyValidatorAlignSymbol | ||
RIGHT : String = "right" [정적]
Specifies "right" as the alignment of the currency symbol
for the CurrencyValidator class. | CurrencyValidatorAlignSymbol |
상수 세부 정보
ANY | 상수 |
public static const ANY:String = "any"
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
Specifies "any"
as the alignment of the currency symbol
for the CurrencyValidator class.
LEFT | 상수 |
public static const LEFT:String = "left"
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
Specifies "left"
as the alignment of the currency symbol
for the CurrencyValidator class.
RIGHT | 상수 |
public static const RIGHT:String = "right"
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
Specifies "right"
as the alignment of the currency symbol
for the CurrencyValidator class.
Tue Jun 12 2018, 03:17 PM Z