適用於 Adobe® Flash® Platform 的 ActionScript® 3.0 參考
首頁  |  隱藏套件和類別清單 |  套件  |  類別  |  新增內容  |  索引  |  附錄  |  為什麼顯示英文?
篩選: 從伺服器擷取資料...
從伺服器擷取資料...
spark.validators.supportClasses 

GlobalizationValidatorBase  - AS3 Flex

套件spark.validators.supportClasses
類別public class GlobalizationValidatorBase
繼承GlobalizationValidatorBase Inheritance GlobalizationBase Inheritance AdvancedStyleClient Inheritance EventDispatcher Inheritance Object
實作 IValidator
子類別 NumberValidatorBase

語言版本: ActionScript 3.0
產品版本: Flex 4.5
執行階段版本: Flash Player 10.1, AIR 2.5

The GlobalizationValidatorBase class is the base class for all Spark validators. This class implements the ability for a validator to make a field required, which means that the user must enter a value in the field or the validation fails. This class also enables or disables the validator.

MXML 語法expanded隱藏 MXML 語法

The <s:GlobalizationValidatorBase> tag inherits all of the tag attributes of its superclass, and adds the following tag attributes:

  <s:GlobalizationValidatorBase
    Properties
    enabled="true"
    listener="Value of the source property"
    property="No default"
    required="true"
    requiredFieldError="This field is required."
    source="No default"
    trigger="Value of the source property"
    triggerEvent="valueCommit"
 
    Events
    invalid="No default"
    valid="No default"
  />
  

相關 API 元素



公用屬性
 屬性定義自
 InheritedactualLocaleIDName : String
[唯讀] The name of the actual locale ID used by this class object.
GlobalizationBase
 InheritedclassName : String
[唯讀] The name of the component class.
AdvancedStyleClient
 Inheritedconstructor : Object
類別物件的參照或是特定物件實體的建構函數。
Object
  enabled : Boolean
Setting this value to false will stop the validator from performing validation.
GlobalizationValidatorBase
 Inheritedid : String
The identity of the component.
AdvancedStyleClient
 InheritedinheritingStyles : Object
An object containing the inheritable styles for this non-visual style client instance.
AdvancedStyleClient
 InheritedlastOperationStatus : String
[唯讀] The status of the most recent operation that this class object performed.
GlobalizationBase
  listener : Object
Specifies the validation listener.
GlobalizationValidatorBase
 InheritedmoduleFactory : 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
 InheritednonInheritingStyles : Object
The beginning of this component's chain of non-inheriting styles.
AdvancedStyleClient
  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
 InheritedstyleDeclaration : CSSStyleDeclaration
The style declaration that holds the inline styles declared by this object.
AdvancedStyleClient
 InheritedstyleManager : IStyleManager2
[唯讀] Returns the StyleManager instance used by this component.
AdvancedStyleClient
 InheritedstyleName : Object
The source of this object's style values.
AdvancedStyleClient
 InheritedstyleParent : 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
保護屬性
 屬性定義自
  actualListeners : Array
[唯讀] Contains an Array of listener objects, if any, or the source object.
GlobalizationValidatorBase
  actualTrigger : IEventDispatcher
[唯讀] Contains the trigger object, if any, or the source object.
GlobalizationValidatorBase
  resourceManager : IResourceManager
[唯讀] A reference to the object which manages all of the application's localized resources.
GlobalizationValidatorBase
  subFields : Array
An Array of Strings containing the names for the properties contained in the value Object passed to the validate() method.
GlobalizationValidatorBase
公用方法
 方法定義自
  
Constructor.
GlobalizationValidatorBase
 Inherited
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
會在 EventDispatcher 物件註冊事件偵聽程式,以便讓偵聽程式收到事件的通知。
EventDispatcher
 Inherited
Deletes a style property from this component instance.
AdvancedStyleClient
 Inherited
會將事件傳送到事件流程。
EventDispatcher
 Inherited
Returns an Array of CSSStyleDeclaration objects for the type selector that applies to this component, or null if none exist.
AdvancedStyleClient
 Inherited
getStyle(styleProp:String):*
[覆寫] Gets a style property that has been set anywhere in this component's style lookup chain.
GlobalizationBase
 Inherited
Returns true if currentCSSState is not null.
AdvancedStyleClient
 Inherited
會檢查 EventDispatcher 物件是否有對特定的事件類型註冊偵聽程式。
EventDispatcher
 Inherited
指出物件是否有已定義的指定屬性。
Object
 Inherited
The initialized method is called when this class or a class that extends this class is used in an MXML declaration.
AdvancedStyleClient
 Inherited
指出 Object 類別的實體是否位於指定為參數的物件原型鏈中。
Object
 Inherited
Returns true if cssState matches currentCSSState.
AdvancedStyleClient
 Inherited
Determines whether this instance is the same as, or is a subclass of, the given type.
AdvancedStyleClient
 Inherited
Propagates style changes to the children of this style client instance.
AdvancedStyleClient
 Inherited
指出指定的屬性是否存在,以及是否可列舉。
Object
 Inherited
Sets up the internal style cache values so that the getStyle() method functions.
AdvancedStyleClient
 Inherited
Registers the EffectManager as one of the event listeners for each effect event.
AdvancedStyleClient
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
會從 EventDispatcher 物件移除偵聽程式。
EventDispatcher
 Inherited
為迴圈作業設定動態屬性的可用性。
Object
 Inherited
setStyle(styleProp:String, newValue:*):void
Sets a style property on this component instance.
AdvancedStyleClient
 Inherited
Detects changes to style properties.
AdvancedStyleClient
 Inherited
Flex calls the stylesInitialized() method when the styles for a component are first initialized.
AdvancedStyleClient
 Inherited
傳回代表此物件的字串,根據地區特定慣例進行格式化。
Object
 Inherited
會傳回指定之物件的字串形式。
Object
  
validate(value:Object = null, suppressEvents:Boolean = false):ValidationResultEvent
Performs validation and optionally notifies the listeners of the result.
GlobalizationValidatorBase
  
validateAll(validators:Array):Array
[靜態] Invokes all the validators in the validators Array.
GlobalizationValidatorBase
 Inherited
會傳回指定之物件的基本值。
Object
 Inherited
檢查此 EventDispatcher 物件是否已註冊事件偵聽程式,或者此物件的任何祖系已為特定事件類型註冊事件偵聽程式。
EventDispatcher
保護方法
 方法定義自
  
Sets up all of the listeners for the valid and invalid events dispatched from the validator.
GlobalizationValidatorBase
  
Executes the validation logic of this validator, including validating that a missing or empty value causes a validation error as defined by the value of the required property.
GlobalizationValidatorBase
  
Returns the Object to validate.
GlobalizationValidatorBase
  
Returns a ValidationResultEvent from the Array of error results.
GlobalizationValidatorBase
  
Returns true if value is not null.
GlobalizationValidatorBase
  
Disconnects all of the listeners for the valid and invalid events dispatched from the validator.
GlobalizationValidatorBase
  
This method is called when a GlobalizationValidatorBase is constructed, and again whenever the ResourceManager dispatches a "change" Event to indicate that the localized resources have changed in some way.
GlobalizationValidatorBase
事件
 事件 摘要 定義自
 Inherited[廣播事件] 當 Flash Player 或 AIR 應用程式取得作業系統焦點並成為作用中時傳送。EventDispatcher
 InheritedThe change event is generated whenever the locale style is changed or another property is set that would cause the format of a number to change or cause updates to the other values available through this class.GlobalizationBase
 Inherited[廣播事件] 當 Flash Player 或 AIR 應用程式失去作業系統焦點並成為非作用中時傳送。EventDispatcher
  Dispatched when validation fails.GlobalizationValidatorBase
  Dispatched when validation succeeds.GlobalizationValidatorBase
樣式

樣式可分為一般樣式及與特定主題關聯的樣式兩種。如果是一般樣式,可以與任何主題搭配使用。如果是與特定主題關聯的樣式,只有在您的應用程式使用特定主題時才能使用該樣式。

一般樣式
 樣式 說明 定義自
 Inherited類型: String CSS 繼承:
語言版本: ActionScript 3.0  產品版本: Flex 4.5  執行階段版本: Flash10.1, AIR 2.5

The locale identifier that specifies the language, region, script and optionally other related tags and keys.
GlobalizationBase
屬性詳細資訊

actualListeners

屬性
actualListeners:Array  [唯讀]

語言版本: ActionScript 3.0
產品版本: Flex 4.5
執行階段版本: Flash Player 10.1, AIR 2.5

Contains an Array of listener objects, if any, or the source object. Used to determine which object to notify about the validation result.



實作
    protected function get actualListeners():Array

actualTrigger

屬性 
actualTrigger:IEventDispatcher  [唯讀]

語言版本: ActionScript 3.0
產品版本: Flex 4.5
執行階段版本: Flash Player 10.1, AIR 2.5

Contains the trigger object, if any, or the source object. Used to determine the listener object for the triggerEvent.



實作
    protected function get actualTrigger():IEventDispatcher

enabled

屬性 
enabled:Boolean

語言版本: ActionScript 3.0
產品版本: Flex 4.5
執行階段版本: Flash Player 10.1, AIR 2.5

Setting this value to false will stop the validator from performing validation. When a validator is disabled, it dispatches no events, and the validate() method returns null.

預設值為 true。



實作
    public function get enabled():Boolean
    public function set enabled(value:Boolean):void

listener

屬性 
listener:Object

語言版本: ActionScript 3.0
產品版本: Flex 4.5
執行階段版本: Flash Player 10.1, AIR 2.5

Specifies the validation listener.

If you do not specify a listener, Flex uses the value of the source property. After Flex determines the source component, it changes the border color of the component, displays an error message for a failure, or hides any existing error message for a successful validation.



實作
    public function get listener():Object
    public function set listener(value:Object):void

property

屬性 
property:String

語言版本: ActionScript 3.0
產品版本: Flex 4.5
執行階段版本: Flash Player 10.1, AIR 2.5

A String specifying the name of the property of the source object that contains the value to validate. The property is optional, but if you specify source, you should set a value for this property as well.

預設值為 null。



實作
    public function get property():String
    public function set property(value:String):void

required

屬性 
public var required:Boolean = true

語言版本: ActionScript 3.0
產品版本: Flex 4.5
執行階段版本: Flash Player 10.1, AIR 2.5

If true, specifies that a missing or empty value causes a validation error.

預設值為 true。

requiredFieldError

屬性 
requiredFieldError:String

語言版本: ActionScript 3.0
產品版本: Flex 4.5
執行階段版本: Flash Player 10.1, AIR 2.5

Error message when a value is missing and the required property is true.

預設值為 "This field is required."。



實作
    public function get requiredFieldError():String
    public function set requiredFieldError(value:String):void

resourceManager

屬性 
resourceManager:IResourceManager  [唯讀]

語言版本: ActionScript 3.0
產品版本: Flex 4.5
執行階段版本: Flash Player 10.1, AIR 2.5

A reference to the object which manages all of the application's localized resources. This is a singleton instance which implements the IResourceManager interface.

此屬性可以做為資料繫結的來源。一旦修改此屬性,將傳送 unused 事件。



實作
    protected function get resourceManager():IResourceManager

source

屬性 
source:Object

語言版本: ActionScript 3.0
產品版本: Flex 4.5
執行階段版本: Flash Player 10.1, AIR 2.5

Specifies the object containing the property to validate. Set this to an instance of a component or a data model. You use data binding syntax in MXML to specify the value. This property supports dot-delimited Strings for specifying nested properties. If you specify a value to the source property, then you should specify a value to the property property as well. The source property is optional.

預設值為 null。



實作
    public function get source():Object
    public function set source(value:Object):void

subFields

屬性 
protected var subFields:Array

語言版本: ActionScript 3.0
產品版本: Flex 4.5
執行階段版本: Flash Player 10.1, AIR 2.5

An Array of Strings containing the names for the properties contained in the value Object passed to the validate() method. For example, CreditCardValidator sets this property to [ "cardNumber", "cardType" ]. This value means that the value Object passed to the validate() method should contain a cardNumber and a cardType property.

trigger

屬性 
trigger:IEventDispatcher

語言版本: ActionScript 3.0
產品版本: Flex 4.5
執行階段版本: Flash Player 10.1, AIR 2.5

Specifies the component generating the event that triggers the validator. If omitted, by default Flex uses the value of the source property. When the trigger dispatches a triggerEvent, validation executes.



實作
    public function get trigger():IEventDispatcher
    public function set trigger(value:IEventDispatcher):void

triggerEvent

屬性 
triggerEvent:String

語言版本: ActionScript 3.0
產品版本: Flex 4.5
執行階段版本: Flash Player 10.1, AIR 2.5

Specifies the event that triggers the validation. If omitted, Flex uses the valueCommit event. Flex dispatches the valueCommit event when a user completes data entry into a control. Usually this is when the user removes focus from the component, or when a property value is changed programmatically. If you want a validator to ignore all events, set triggerEvent to the empty string ("").



實作
    public function get triggerEvent():String
    public function set triggerEvent(value:String):void
建構函式詳細資料

GlobalizationValidatorBase

()建構函式
public function GlobalizationValidatorBase()

語言版本: ActionScript 3.0
產品版本: Flex 4.5
執行階段版本: Flash Player 10.1, AIR 2.5

Constructor.

方法詳細資訊

addListenerHandler

()方法
protected function addListenerHandler():void

語言版本: ActionScript 3.0
產品版本: Flex 4.5
執行階段版本: Flash Player 10.1, AIR 2.5

Sets up all of the listeners for the valid and invalid events dispatched from the validator. Subclasses of the GlobalizationValidatorBase class should first call the removeListenerHandler() method, and then the addListenerHandler() method if the value of one of their listeners or sources changes. The CreditCardValidator and DateValidator classes use this function internally.

doValidation

()方法 
protected function doValidation(value:Object):Array

語言版本: ActionScript 3.0
產品版本: Flex 4.5
執行階段版本: Flash Player 10.1, AIR 2.5

Executes the validation logic of this validator, including validating that a missing or empty value causes a validation error as defined by the value of the required property.

If you create a subclass of a validator class, you must override this method.

參數

value:Object — Value to validate.

傳回值
Array — For an invalid result, an Array of ValidationResult objects, with one ValidationResult object for each field examined by the validator that failed validation.

相關 API 元素

getValueFromSource

()方法 
protected function getValueFromSource():Object

語言版本: ActionScript 3.0
產品版本: Flex 4.5
執行階段版本: Flash Player 10.1, AIR 2.5

Returns the Object to validate.

傳回值
Object — The Object to validate.

handleResults

()方法 
protected function handleResults(errorResults:Array):ValidationResultEvent

語言版本: ActionScript 3.0
產品版本: Flex 4.5
執行階段版本: Flash Player 10.1, AIR 2.5

Returns a ValidationResultEvent from the Array of error results. Internally, this function takes the results from the doValidation() method and puts it into a ValidationResultEvent object. You never call this function directly, and you should rarely override it.

參數

errorResults:Array — Array of ValidationResult objects.

傳回值
ValidationResultEvent — The ValidationResultEvent returned by the validate() method.

isRealValue

()方法 
protected function isRealValue(value:Object):Boolean

語言版本: ActionScript 3.0
產品版本: Flex 4.5
執行階段版本: Flash Player 10.1, AIR 2.5

Returns true if value is not null.

參數

value:Object — The value to test.

傳回值
Booleantrue if value is not null.

removeListenerHandler

()方法 
protected function removeListenerHandler():void

語言版本: ActionScript 3.0
產品版本: Flex 4.5
執行階段版本: Flash Player 10.1, AIR 2.5

Disconnects all of the listeners for the valid and invalid events dispatched from the validator. Subclasses should first call the removeListenerHandler() method and then the addListenerHandler method if the value of one of their listeners or sources changes. The CreditCardValidator and DateValidator classes use this function internally.

resourcesChanged

()方法 
protected function resourcesChanged():void

語言版本: ActionScript 3.0
產品版本: Flex 4.5
執行階段版本: Flash Player 10.1, AIR 2.5

This method is called when a GlobalizationValidatorBase is constructed, and again whenever the ResourceManager dispatches a "change" Event to indicate that the localized resources have changed in some way.

This event will be dispatched when you set the ResourceManager's localeChain property, when a resource module has finished loading, and when you call the ResourceManager's update() method.

Subclasses should override this method and, after calling super.resourcesChanged(), do whatever is appropriate in response to having new resource values.

validate

()方法 
public function validate(value:Object = null, suppressEvents:Boolean = false):ValidationResultEvent

語言版本: ActionScript 3.0
產品版本: Flex 4.5
執行階段版本: Flash Player 10.1, AIR 2.5

Performs validation and optionally notifies the listeners of the result.

參數

value:Object (default = null) — Optional value to validate. If null, then the validator uses the source and property properties to determine the value. If you specify this argument, you should also set the listener property to specify the target component for any validation error messages.
 
suppressEvents:Boolean (default = false) — If false, then after validation, the validator will notify the listener of the result.

傳回值
ValidationResultEvent — A ValidationResultEvent object containing the results of the validation. For a successful validation, the ValidationResultEvent.results Array property is empty. For a validation failure, the ValidationResultEvent.results Array property contains one ValidationResult object for each field checked by the validator, both for fields that failed the validation and for fields that passed. Examine the ValidationResult.isError property to determine if the field passed or failed the validation.

相關 API 元素

validateAll

()方法 
public static function validateAll(validators:Array):Array

語言版本: ActionScript 3.0
產品版本: Flex 4.5
執行階段版本: Flash Player 10.1, AIR 2.5

Invokes all the validators in the validators Array. Returns an Array containing one ValidationResultEvent object for each validator that failed. Returns an empty Array if all validators succeed.

參數

validators:Array — An Array containing the GlobalizationValidatorBase objects to execute.

傳回值
Array — Array of ValidationResultEvent objects, where the Array contains one ValidationResultEvent object for each validator that failed. The Array is empty if all validators succeed.
事件詳細資訊

invalid

事件
事件物件類型: mx.events.ValidationResultEvent
屬性 ValidationResultEvent.type = mx.events.ValidationResultEvent.INVALID

語言版本: ActionScript 3.0
產品版本: Flex 4.5
執行階段版本: Flash Player 10.1, AIR 2.5

Dispatched when validation fails.

The ValidationResultEvent.INVALID constant defines the value of the type property of the event object for an invalid event. The value of this constant is "invalid".

The properties of the event object have the following values:

PropertyValue
bubblesfalse
cancelablefalse
currentTargetThe Object that defines the event listener that handles the event. For example, if you use myButton.addEventListener() to register an event listener, myButton is the value of the currentTarget.
fieldThe name of the field that failed validation.
messageA single string that contains every error message from all of the ValidationResult objects in the results Array.
resultsAn array of ValidationResult objects, one per validated field.
targetThe Object that dispatched the event; it is not always the Object listening for the event. Use the currentTarget property to always access the Object listening for the event.

valid

事件  
事件物件類型: mx.events.ValidationResultEvent
屬性 ValidationResultEvent.type = mx.events.ValidationResultEvent.VALID

語言版本: ActionScript 3.0
產品版本: Flex 4.5
執行階段版本: Flash Player 10.1, AIR 2.5

Dispatched when validation succeeds.

The ValidationResultEvent.VALID constant defines the value of the type property of the event object for a validevent. The value of this constant is "valid".

The properties of the event object have the following values:

PropertyValue
bubblesfalse
cancelablefalse
currentTargetThe Object that defines the event listener that handles the event. For example, if you use myButton.addEventListener() to register an event listener, myButton is the value of the currentTarget.
fieldAn empty String.
messageAn empty String.
resultsAn empty Array.
targetThe Object that dispatched the event; it is not always the Object listening for the event. Use the currentTarget property to always access the Object listening for the event.




[ X ]為什麼顯示英文?
「ActionScript 3.0 參考」的內容是以英文顯示

並非所有「ActionScript 3.0 參考」的內容都翻譯為所有語言。當語言元素未翻譯時,就會以英文顯示。例如,ga.controls.HelpBox 類別並沒有翻譯為任何語言。因此在參考的繁體中文版本中,ga.controls.HelpBox 類別就會以英文顯示。