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

RadioButtonAccImpl  - AS3 Flex

套件spark.accessibility
類別public class RadioButtonAccImpl
繼承RadioButtonAccImpl Inheritance CheckBoxAccImpl Inheritance ButtonBaseAccImpl Inheritance AccImpl Inheritance AccessibilityImplementation Inheritance Object

語言版本: ActionScript 3.0
產品版本: Flex 4
執行階段版本: Flash Player 10, AIR 1.5

RadioButtonAccImpl is the accessibility implementation class for spark.components.RadioButton.

When a Spark RadioButton is created, its accessibilityImplementation property is set to an instance of this class. The Flash Player then uses this class to allow MSAA clients such as screen readers to see and manipulate the RadioButton. See the mx.accessibility.AccImpl and flash.accessibility.AccessibilityImplementation classes for background information about accessibility implementatio classes and MSAA.

Children

A RadioButton has no MSAA children.

Role

The MSAA Role of a RadioButton is ROLE_SYSTEM_RADIOBUTTON.

Name

The MSAA Name of a RadioButton is, by default, the label that it displays. When wrapped in a FormItem, this label will be combined with the FormItem's label. To override this behavior, set the RadioButton's accessibilityName property.

When the Name changes, a RadioButton dispatches the MSAA event EVENT_OBJECT_NAMECHANGE.

Description

The MSAA Description of a RadioButton is, by default, the empty string, but you can set the RadioButton's accessibilityDescription property.

State

The MSAA state of a RadioButton is a combination of:

  • STATE_SYSTEM_UNAVAILABLE (when enabled is false)
  • STATE_SYSTEM_FOCUSABLE (when enabled is true)
  • STATE_SYSTEM_FOCUSED (when enabled is true and the RadioButton has focus)
  • STATE_SYSTEM_CHECKED (when selected is true)

When the State changes, a RadioButton dispatches the MSAA event EVENT_OBJECT_STATECHANGE.

Value

A RadioButton does not have an MSAA Value.

Location

The MSAA Location of a RadioButton is its bounding rectangle.

Default Action

The MSAA DefaultAction of a RadioButton is "Check".

When an MSAA client tells the RadioButton to perform this action, KEY_DOWN and KEY_UP MouseEvents for the SPACE key are generated, to simulate pressing the RadioButton via the keyboard, if the RadioButton is enabled.

Focus

A RadioButton accepts focus. When it does so, it dispatches the MSAA event EVENT_OBJECT_FOCUS.

Selection

A RadioButton does not support selection in the MSAA sense.



公用屬性
 屬性定義自
 Inheritedconstructor : Object
類別物件的參照或是特定物件實體的建構函數。
Object
 Inheritederrno : uint
指出錯誤碼。
AccessibilityImplementation
 Inheritedstub : Boolean
用於建立組件輔助功能虛設常式。
AccessibilityImplementation
保護屬性
 屬性定義自
 InheritedeventsToHandle : Array
[唯讀] All subclasses must override this function by returning an array of strings of the events to listen for.
AccImpl
 Inheritedmaster : UIComponent
A reference to the UIComponent instance that this AccImpl instance is making accessible.
AccImpl
 Inheritedrole : uint
Accessibility role of the component being made accessible.
AccImpl
公用方法
 方法定義自
  
Constructor.
RadioButtonAccImpl
 Inherited
IAccessible 方法會執行與組件關聯的預設動作,而該組件是由此 AccessibilityImplementation 或其子元素之一所代表。
AccessibilityImplementation
 Inherited
accLocation(childID:uint):*
MSAA 方法適用於傳回 DisplayObject 或 Rectangle,以便在 AccessibilityImplementation 中指定子系元素的範圍框。
AccessibilityImplementation
 Inherited
accSelect(operation:uint, childID:uint):void
用於改變組件中之選擇的 IAccessible 方法,該組件是由此 AccessibilityImplementation 所代表。
AccessibilityImplementation
  
[靜態] Enables accessibility in the RadioButton class.
RadioButtonAccImpl
 Inherited
傳回組件預設動作的 MSAA 方法,該組件是由此 AccessibilityImplementation 或其子元素之一所代表。
AccessibilityImplementation
 Inherited
傳回子元素 (如果有的話) 無正負號整數 ID 的 MSAA 方法,該子元素在組件中具有子元素焦點。
AccessibilityImplementation
 Inherited
傳回組件名稱的 MSAA 方法,該組件是由此 AccessibilityImplementation 或其子元素之一所代表。
AccessibilityImplementation
 Inherited
傳回組件系統角色的 MSAA 方法,該組件是由此 AccessibilityImplementation 或其子元素之一所代表。
AccessibilityImplementation
 Inherited
傳回陣列的 MSAA 方法,該陣列包含所有選取子元素的 ID。
AccessibilityImplementation
 Inherited
傳回組件目前執行階段狀態的 IAccessible 方法,該組件是由此 AccessibilityImplementation 或其子元素之一所代表。
AccessibilityImplementation
 Inherited
傳回組件執行階段值的 MSAA 方法,該組件是由此 AccessibilityImplementation 或其子元素之一所代表。
AccessibilityImplementation
 Inherited
AccessibilityImplementation
 Inherited
AccessibilityImplementation
 Inherited
傳回陣列,其中包含 AccessibilityImplementation 所有子元素的無正負號整數 ID。
AccessibilityImplementation
 Inherited
[靜態] Method for supporting Form Accessibility.
AccImpl
 Inherited
指出物件是否有已定義的指定屬性。
Object
 Inherited
[靜態] Returns true if an ancestor of the component has enabled set to false.
AccImpl
 Inherited
傳回 true 或 false,以指出具有由 x、y、width 與 height 所指定之範圍框的文字物件,是否應該被視為此 AccessibilityImplementation 所代表之組件的標籤。
AccessibilityImplementation
 Inherited
指出 Object 類別的實體是否位於指定為參數的物件原型鏈中。
Object
 Inherited
指出指定的屬性是否存在,以及是否可列舉。
Object
 Inherited
為迴圈作業設定動態屬性的可用性。
Object
 Inherited
傳回代表此物件的字串,根據地區特定慣例進行格式化。
Object
 Inherited
會傳回指定之物件的字串形式。
Object
 Inherited
會傳回指定之物件的基本值。
Object
保護方法
 方法定義自
 Inherited
Generic event handler.
AccImpl
 Inherited
Returns the name of the accessible component.
AccImpl
 Inherited
getState(childID:uint):uint
Utility method to determine state of the accessible component.
AccImpl
建構函式詳細資料

RadioButtonAccImpl

()建構函式
public function RadioButtonAccImpl(master:UIComponent)

語言版本: ActionScript 3.0
產品版本: Flex 4
執行階段版本: Flash Player 10, AIR 1.5

Constructor.

參數
master:UIComponent — The UIComponent instance that this AccImpl instance is making accessible.
方法詳細資訊

enableAccessibility

()方法
public static function enableAccessibility():void

語言版本: ActionScript 3.0
產品版本: Flex 4
執行階段版本: Flash Player 10, AIR 1.5

Enables accessibility in the RadioButton class.

This method is called by application startup code that is autogenerated by the MXML compiler. Afterwards, when instances of RadioButton are initialized, their accessibilityImplementation property will be set to an instance of this class.





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

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