패키지 | spark.validators.supportClasses |
클래스 | public class NumberValidatorBase |
상속 | NumberValidatorBase GlobalizationValidatorBase GlobalizationBase AdvancedStyleClient EventDispatcher Object |
하위 클래스 | CurrencyValidator, NumberValidator |
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4.5 |
런타임 버전: | Flash Player 10.1, AIR 2.5 |
NumberValidatorBase
class contains all the common functionality that is
required by the NumberValidator
and
CurrencyValidator
classes.
MXML 구문MXML 구문 숨기기The <s:NumberValidator>
tag
inherits all of the tag attributes of its superclass,
and adds the following tag attributes:
<s:NumberValidatorBase Properties allowNegative="true" decimalPointCountError="The decimal separator can only occur once." decimalSeparator="locale specified string or customized by user." digitsType="locale specified string or customized by user." domain="real" fractionalDigits="locale specified string or customized by user." fractionalDigitsError="The amount entered has too many digits beyond the decimal point." greaterThanMaxError="The number entered is too large." groupingSeparator="locale specified string or customized by user." invalidCharError="The input contains invalid characters." invalidFormatCharsError="One of the formatting parameters is invalid." lessThanMinError="The amount entered is too small." localeUndefinedError="Locale is undefined." maxValue="NaN" minValue="NaN" negativeError="The amount may not be negative." negativeSymbolError="The negative symbol is repeated or not in right place." notAnIntegerError="The number must be an integer." parseError="The input string could not be parsed." />
관련 API 요소
속성 | 정의 주체 | ||
---|---|---|---|
actualLocaleIDName : String [읽기 전용]
The name of the actual locale ID used by this class object. | GlobalizationBase | ||
allowNegative : Boolean
Specifies whether negative numbers are permitted. | NumberValidatorBase | ||
className : String [읽기 전용]
The name of the component class. | AdvancedStyleClient | ||
constructor : Object
지정된 객체 인스턴스의 클래스 객체 또는 생성자 함수에 대한 참조입니다. | Object | ||
decimalPointCountError : String
Error message when the decimal separator character occurs more than
once. | NumberValidatorBase | ||
decimalSeparator : String
The decimal separator character used for validating numbers that have
a decimal part. | NumberValidatorBase | ||
digitsType : uint
Defines the set of digit characters to be used when
validating numbers. | NumberValidatorBase | ||
domain : String
Type of number to be validated. | NumberValidatorBase | ||
enabled : Boolean
Setting this value to false will stop the validator
from performing validation. | GlobalizationValidatorBase | ||
fractionalDigits : int
The maximum number of digits that can appear after the decimal
separator. | NumberValidatorBase | ||
fractionalDigitsError : String
Error message when fraction digits exceeds the value specified
by the fractionalDigits property. | NumberValidatorBase | ||
greaterThanMaxError : String
Error message when the value exceeds the maxValue property. | NumberValidatorBase | ||
groupingSeparator : String
The character or string used for the grouping separator. | NumberValidatorBase | ||
id : String
The identity of the component. | AdvancedStyleClient | ||
inheritingStyles : Object
An object containing the inheritable styles for this non-visual
style client instance. | AdvancedStyleClient | ||
invalidCharError : String
Error message when the value contains invalid characters. | NumberValidatorBase | ||
invalidFormatCharsError : String
Error message when the value contains invalid format characters, which
means that it contains a digit or minus sign (-) as a separator
character, or it contains two or more consecutive separator characters. | NumberValidatorBase | ||
lastOperationStatus : String [재정의] [읽기 전용]
The status of the most recent operation that this class object
performed. | NumberValidatorBase | ||
lessThanMinError : String
Error message when the value is less than the minValue. | NumberValidatorBase | ||
listener : Object
Specifies the validation listener. | GlobalizationValidatorBase | ||
localeUndefinedError : String
Error message when the locale is undefined or is not available. | NumberValidatorBase | ||
maxValue : Number
Maximum value for a valid number. | NumberValidatorBase | ||
minValue : Number
Minimum value for a valid number. | NumberValidatorBase | ||
moduleFactory : IFlexModuleFactory
A module factory is used as context for
finding the style manager that controls the styles for this
non-visual style client instance. | AdvancedStyleClient | ||
negativeError : String
Error message when the value is negative and the
allowNegative property is false. | NumberValidatorBase | ||
negativeSymbol : String [읽기 전용]
The negative symbol to be used when validating negative values. | NumberValidatorBase | ||
negativeSymbolError : String
Error message when the negative symbol is repeated or is in wrong place. | NumberValidatorBase | ||
nonInheritingStyles : Object
The beginning of this component's chain of non-inheriting styles. | AdvancedStyleClient | ||
notAnIntegerError : String
Error message when the number must be an integer, as defined
by the domain property. | NumberValidatorBase | ||
parseError : String
Error message when number could not be parsed. | NumberValidatorBase | ||
property : String
A String specifying the name of the property
of the source object that contains
the value to validate. | GlobalizationValidatorBase | ||
required : Boolean = true
If true, specifies that a missing or empty
value causes a validation error. | GlobalizationValidatorBase | ||
requiredFieldError : String
Error message when a value is missing and the
required property is true. | GlobalizationValidatorBase | ||
source : Object
Specifies the object containing the property to validate. | GlobalizationValidatorBase | ||
styleDeclaration : CSSStyleDeclaration
The style declaration that holds the inline styles declared by this
object. | AdvancedStyleClient | ||
styleManager : IStyleManager2 [읽기 전용]
Returns the StyleManager instance used by this component. | AdvancedStyleClient | ||
styleName : Object
The source of this object's style values. | AdvancedStyleClient | ||
styleParent : IAdvancedStyleClient
A component's parent is used to evaluate descendant selectors. | AdvancedStyleClient | ||
trigger : IEventDispatcher
Specifies the component generating the event that triggers the
validator. | GlobalizationValidatorBase | ||
triggerEvent : String
Specifies the event that triggers the validation. | GlobalizationValidatorBase |
메서드 | 정의 주체 | ||
---|---|---|---|
Constructor. | NumberValidatorBase | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
리스너에서 이벤트 알림을 받을 수 있도록 EventDispatcher 객체에 이벤트 리스너 객체를 등록합니다. | EventDispatcher | ||
Deletes a style property from this component instance. | AdvancedStyleClient | ||
이벤트를 이벤트 흐름으로 전달합니다. | EventDispatcher | ||
Returns an Array of CSSStyleDeclaration objects for the type selector
that applies to this component, or null if none exist. | AdvancedStyleClient | ||
[재정의]
Gets a style property that has been set anywhere in this
component's style lookup chain. | GlobalizationBase | ||
Returns true if currentCSSState is not null. | AdvancedStyleClient | ||
EventDispatcher 객체에 특정 유형의 이벤트에 대한 리스너가 등록되어 있는지 여부를 확인합니다. | EventDispatcher | ||
지정된 속성이 객체에 정의되어 있는지 여부를 나타냅니다. | Object | ||
The initialized method is called when this class or a class that
extends this class is used in an MXML declaration. | AdvancedStyleClient | ||
Object 클래스의 인스턴스가 매개 변수로 지정된 객체의 프로토타입 체인에 있는지 여부를 나타냅니다. | Object | ||
Returns true if cssState matches currentCSSState. | AdvancedStyleClient | ||
Determines whether this instance is the same as, or is a subclass of,
the given type. | AdvancedStyleClient | ||
Propagates style changes to the children of this style client
instance. | AdvancedStyleClient | ||
지정된 속성이 존재하고 열거 가능한지 여부를 나타냅니다. | Object | ||
Sets up the internal style cache values so that the
getStyle()
method functions. | AdvancedStyleClient | ||
Registers the EffectManager as one of the event listeners
for each effect event. | AdvancedStyleClient | ||
EventDispatcher 객체에서 리스너를 제거합니다. | EventDispatcher | ||
루프 작업에서 동적 속성을 사용할 수 있는지 여부를 설정합니다. | Object | ||
Sets a style property on this component instance. | AdvancedStyleClient | ||
Detects changes to style properties. | AdvancedStyleClient | ||
Flex calls the stylesInitialized() method when
the styles for a component are first initialized. | AdvancedStyleClient | ||
로캘별 규칙에 따라 서식이 지정된 이 객체의 문자열 표현을 반환합니다. | Object | ||
지정된 객체의 문자열 표현을 반환합니다. | Object | ||
Performs validation and optionally notifies
the listeners of the result. | GlobalizationValidatorBase | ||
[정적]
Invokes all the validators in the validators Array. | GlobalizationValidatorBase | ||
지정된 객체의 프리미티브 값을 반환합니다. | Object | ||
이 EventDispatcher 객체 또는 조상 객체에 지정한 이벤트 유형에 대한 이벤트 리스너가 등록되어 있는지 여부를 확인합니다. | EventDispatcher |
스타일은 일반적이거나 특정 테마와 연결되어 있을 수 있습니다. 일반적인 스타일인 경우 모든 테마와 함께 사용할 수 있지만, 특정 테마와 연결된 스타일인 경우 응용 프로그램이 해당 테마를 사용하는 경우에만 스타일을 사용할 수 있습니다.
allowNegative | 속성 |
allowNegative:Boolean
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4.5 |
런타임 버전: | Flash Player 10.1, AIR 2.5 |
Specifies whether negative numbers are permitted.
Valid values are true
or false
.
기본값: true.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 change
이벤트를 전달합니다.
구현
public function get allowNegative():Boolean
public function set allowNegative(value:Boolean):void
decimalPointCountError | 속성 |
decimalPointCountError:String
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4.5 |
런타임 버전: | Flash Player 10.1, AIR 2.5 |
Error message when the decimal separator character occurs more than once.
기본값: "The decimal separator can occur only once.".
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 change
이벤트를 전달합니다.
구현
public function get decimalPointCountError():String
public function set decimalPointCountError(value:String):void
decimalSeparator | 속성 |
decimalSeparator:String
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4.5 |
런타임 버전: | Flash Player 10.1, AIR 2.5 |
The decimal separator character used for validating numbers that have a decimal part.
This property is initially set based on the locale style of the validator object.
The default value is dependent on the locale and operating system.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 change
이벤트를 전달합니다.
구현
public function get decimalSeparator():String
public function set decimalSeparator(value:String):void
오류
TypeError — if this property is assigned a null value.
|
관련 API 요소
digitsType | 속성 |
digitsType:uint
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4.5 |
런타임 버전: | Flash Player 10.1, AIR 2.5 |
Defines the set of digit characters to be used when validating numbers.
Different languages and regions use different sets of characters to represent the digits 0 through 9. This property defines the set of digits to be used.
The value of this property represents the Unicode value for
the zero digit of a decimal digit set.
The valid values for this property are defined in the
NationalDigitsType
class.
The default value is dependent on the locale and operating system.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 change
이벤트를 전달합니다.
구현
public function get digitsType():uint
public function set digitsType(value:uint):void
관련 API 요소
domain | 속성 |
domain:String
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4.5 |
런타임 버전: | Flash Player 10.1, AIR 2.5 |
Type of number to be validated.
Permitted values are "real"
and "int"
.
In ActionScript, you can use the following constants to set this
property:
NumberValidatorDomainType.REAL
or
NumberValidatorDomainType.INT
.
기본값: "real".
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 change
이벤트를 전달합니다.
구현
public function get domain():String
public function set domain(value:String):void
관련 API 요소
fractionalDigits | 속성 |
fractionalDigits:int
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4.5 |
런타임 버전: | Flash Player 10.1, AIR 2.5 |
The maximum number of digits that can appear after the decimal separator.
The default value is dependent on the locale and operating system.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 change
이벤트를 전달합니다.
구현
public function get fractionalDigits():int
public function set fractionalDigits(value:int):void
fractionalDigitsError | 속성 |
fractionalDigitsError:String
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4.5 |
런타임 버전: | Flash Player 10.1, AIR 2.5 |
Error message when fraction digits exceeds the value specified by the fractionalDigits property.
기본값: "The amount entered has too many digits beyond the decimal point.".
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 change
이벤트를 전달합니다.
구현
public function get fractionalDigitsError():String
public function set fractionalDigitsError(value:String):void
greaterThanMaxError | 속성 |
greaterThanMaxError:String
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4.5 |
런타임 버전: | Flash Player 10.1, AIR 2.5 |
Error message when the value exceeds the maxValue
property.
기본값: "The number entered is too large.".
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 change
이벤트를 전달합니다.
구현
public function get greaterThanMaxError():String
public function set greaterThanMaxError(value:String):void
groupingSeparator | 속성 |
groupingSeparator:String
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4.5 |
런타임 버전: | Flash Player 10.1, AIR 2.5 |
The character or string used for the grouping separator.
The value of this property is used as the grouping separator when validating numbers. This property is initially set based on the locale that is selected when the validator object is constructed.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 change
이벤트를 전달합니다.
구현
public function get groupingSeparator():String
public function set groupingSeparator(value:String):void
오류
TypeError — if this property is assigned a null value.
The default value is dependent on the locale and operating system. |
관련 API 요소
invalidCharError | 속성 |
invalidCharError:String
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4.5 |
런타임 버전: | Flash Player 10.1, AIR 2.5 |
Error message when the value contains invalid characters.
기본값: "The input contains invalid characters.".
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 change
이벤트를 전달합니다.
구현
public function get invalidCharError():String
public function set invalidCharError(value:String):void
invalidFormatCharsError | 속성 |
invalidFormatCharsError:String
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4.5 |
런타임 버전: | Flash Player 10.1, AIR 2.5 |
Error message when the value contains invalid format characters, which means that it contains a digit or minus sign (-) as a separator character, or it contains two or more consecutive separator characters.
기본값: "One of the formatting parameters is invalid.".
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 change
이벤트를 전달합니다.
구현
public function get invalidFormatCharsError():String
public function set invalidFormatCharsError(value:String):void
lastOperationStatus | 속성 |
lastOperationStatus:String
[읽기 전용] [재정의] 언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4.5 |
런타임 버전: | Flash Player 10.1, AIR 2.5 |
The status of the most recent operation that this class object
performed.
The lastOperationStatus
is set whenever the constructor
or a method of this class is called, or when a property is set.
For the possible values see the description under each method.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 change
이벤트를 전달합니다.
구현
override public function get lastOperationStatus():String
관련 API 요소
lessThanMinError | 속성 |
lessThanMinError:String
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4.5 |
런타임 버전: | Flash Player 10.1, AIR 2.5 |
Error message when the value is less than the minValue
.
기본값: "The amount entered is too small.".
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 change
이벤트를 전달합니다.
구현
public function get lessThanMinError():String
public function set lessThanMinError(value:String):void
localeUndefinedError | 속성 |
localeUndefinedError:String
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4.5 |
런타임 버전: | Flash Player 10.1, AIR 2.5 |
Error message when the locale is undefined or is not available.
기본값: "Locale is undefined.".
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 change
이벤트를 전달합니다.
구현
public function get localeUndefinedError():String
public function set localeUndefinedError(value:String):void
maxValue | 속성 |
maxValue:Number
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4.5 |
런타임 버전: | Flash Player 10.1, AIR 2.5 |
Maximum value for a valid number. A value of NaN means there is no maximum.
기본값: NaN.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 change
이벤트를 전달합니다.
구현
public function get maxValue():Number
public function set maxValue(value:Number):void
minValue | 속성 |
minValue:Number
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4.5 |
런타임 버전: | Flash Player 10.1, AIR 2.5 |
Minimum value for a valid number. A value of NaN means there is no minimum.
기본값: NaN.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 change
이벤트를 전달합니다.
구현
public function get minValue():Number
public function set minValue(value:Number):void
negativeError | 속성 |
negativeError:String
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4.5 |
런타임 버전: | Flash Player 10.1, AIR 2.5 |
Error message when the value is negative and the
allowNegative
property is false
.
기본값: "The amount may not be negative.".
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 change
이벤트를 전달합니다.
구현
public function get negativeError():String
public function set negativeError(value:String):void
negativeSymbol | 속성 |
negativeSymbol:String
[읽기 전용] 언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4.5 |
런타임 버전: | Flash Player 10.1, AIR 2.5 |
The negative symbol to be used when validating negative values.
This symbol is used when validating a negative number. This is read-only property as not all operating systems allow customizing of this property.
This property is set to a default value specified by the locale.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 change
이벤트를 전달합니다.
구현
public function get negativeSymbol():String
관련 API 요소
negativeSymbolError | 속성 |
negativeSymbolError:String
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4.5 |
런타임 버전: | Flash Player 10.1, AIR 2.5 |
Error message when the negative symbol is repeated or is in wrong place.
기본값: "The negative symbol is repeated or not in right place.".
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 change
이벤트를 전달합니다.
구현
public function get negativeSymbolError():String
public function set negativeSymbolError(value:String):void
notAnIntegerError | 속성 |
notAnIntegerError:String
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4.5 |
런타임 버전: | Flash Player 10.1, AIR 2.5 |
Error message when the number must be an integer, as defined
by the domain
property.
기본값: "The number must be an integer.".
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 change
이벤트를 전달합니다.
구현
public function get notAnIntegerError():String
public function set notAnIntegerError(value:String):void
parseError | 속성 |
parseError:String
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4.5 |
런타임 버전: | Flash Player 10.1, AIR 2.5 |
Error message when number could not be parsed.
기본값: "The input string could not be parsed.".
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 change
이벤트를 전달합니다.
구현
public function get parseError():String
public function set parseError(value:String):void
NumberValidatorBase | () | 생성자 |
public function NumberValidatorBase()
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4.5 |
런타임 버전: | Flash Player 10.1, AIR 2.5 |
Constructor.
Tue Jun 12 2018, 03:17 PM Z