Pakiet | spark.accessibility |
Klasa | public class RichEditableTextAccImpl |
Dziedziczenie | RichEditableTextAccImpl AccImpl AccessibilityImplementation Object |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
When a Spark RichEditableText 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 RichEditableText.
See the mx.accessibility.AccImpl and
flash.accessibility.AccessibilityImplementation classes
for background information about accessibility implementation
classes and MSAA.
Children
A RichEditableText has no MSAA children.
Role
The MSAA Role of a RichEditableText is ROLE_SYSTEM_TEXT.
Name
The MSAA Name of a RichEditableText is, by default, the empty string.
When wrapped in a FormItem element, the Name is the FormItem's label.
To override this behavior,
set the RichEditableText's accessibilityName
property.
When the Name changes, a RichEditableText dispatches the MSAA event EVENT_OBJECT_NAMECHANGE.
Description
The MSAA Description of a RichEditableText is, by default,
the empty string, but you can set the RichEditableText's
accessibilityDescription
property.
State
The MSAA State of a RichEditableText 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 RichEditableText has focus)
- STATE_SYSTEM_PROTECTED (when displayAsPassword is true)
- STATE_SYSTEM_READONLY (when editable is false)
When the State changes, a RichEditableText dispatches the MSAA event EVENT_OBJECT_STATECHANGE.
Value
The MSAA Value of a RichEditableText is equal to
its text
property.
When the Value changes, a RichEditableText dispatches the MSAA event EVENT_OBJECT_VALUECHANGE.
Location
The MSAA Location of a RichEditableText is its bounding rectangle.
Default Action
A RichEditableText does not have an MSAA DefaultAction.
Focus
A RichEditableText accepts focus. When it does so it dispatches the MSAA event EVENT_OBJECT_FOCUS.
Selection
A RichEditableText does not support selection in the MSAA sense,
and text selection is not part of Microsoft's IAccessibility COM interface.
But, in Player 10.1 and later, screen readers can determine
the currently selected text range via the GetSelection()
method
in Adobe's ISimpleTextSelection COM interface, which calls the
selectionAnchorIndex
and selectionActiveIndex
getters in this class.
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
constructor : Object
Odwołanie do obiektu klasy lub funkcji konstruktora, dotyczące danej instancji obiektu. | Object | ||
errno : uint
Wskazuje kod błędu. | AccessibilityImplementation | ||
selectionActiveIndex : int [tylko do odczytu]
A character position, relative to the beginning of the
text String of the RichEditableText,
specifying the end of the selection
that moves when the selection is extended with the arrow keys. | RichEditableTextAccImpl | ||
selectionAnchorIndex : int [tylko do odczytu]
A character position, relative to the beginning of the
text String of the RichEditableText,
specifying the end of the selection
that stays fixed when the selection is extended with the arrow keys. | RichEditableTextAccImpl | ||
stub : Boolean
Służy do tworzenia szkieletu ułatwień dostępu dla składnika. | AccessibilityImplementation |
Metoda | Zdefiniowane przez | ||
---|---|---|---|
RichEditableTextAccImpl(master:UIComponent)
Constructor. | RichEditableTextAccImpl | ||
Metoda IAccessible wykonująca domyślą czynność skojarzoną ze składnikiem reprezentowanym przez tę klasę AccessibilityImplementation lub jeden z jego elementów potomnych. | AccessibilityImplementation | ||
Metoda MSAA zwracająca obiekt DisplayObject lub Rectangle określający obwiednię elementu podrzędnego w klasie AccessibilityImplementation. | AccessibilityImplementation | ||
Metoda IAccessible służąca do zmiany zaznaczenia w składniku reprezentowanym przez ten obiekt AccessibilityImplementation. | AccessibilityImplementation | ||
[statyczny]
Enables accessibility in the RichEditableText class. | RichEditableTextAccImpl | ||
Metoda modelu MSAA służąca do zwracania domyślnej czynności składnika reprezentowanego przez ten obiekt AccessibilityImplementation lub jednego z jego elementów podrzędnych. | AccessibilityImplementation | ||
Metoda MSAA służąca do zwracania identyfikatora (liczby całkowitej bez znaku) elementu podrzędnego, który jest aktywny w składniku, o ile istnieje aktywny element. | AccessibilityImplementation | ||
Metoda modelu MSAA służąca do zwracania nazwy składnika reprezentowanego przez ten obiekt AccessibilityImplementation lub jednego z jego elementów potomnych. | AccessibilityImplementation | ||
Metoda modelu MSAA służąca do zwracania roli systemowej składnika reprezentowanego przez ten obiekt AccessibilityImplementation lub jednego z jego elementów podrzędnych. | AccessibilityImplementation | ||
Metoda modelu MSAA służąca do zwracania tablicy zawierającej identyfikatory wszystkich elementów podrzędnych, które są zaznaczone. | AccessibilityImplementation | ||
Metoda interfejsu IAccessible służąca do zwracania bieżącego stanu (w środowisku wykonawczym) składnika reprezentowanego przez ten obiekt AccessibilityImplementation lub jednego z jego elementów potomnych. | AccessibilityImplementation | ||
Metoda modelu MSAA służąca do zwracania wartości (w środowisku wykonawczym) składnika reprezentowanego przez ten obiekt AccessibilityImplementation lub jednego z jego elementów podrzędnych. | AccessibilityImplementation | ||
AccessibilityImplementation | |||
AccessibilityImplementation | |||
Zwraca tablicę zawierającą identyfikatory (liczby całkowite bez znaku) wszystkich elementów podrzędnych w obiekcie AccessibilityImplementation. | AccessibilityImplementation | ||
[statyczny]
Method for supporting Form Accessibility. | AccImpl | ||
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość. | Object | ||
[statyczny]
Returns true if an ancestor of the component has enabled set to false. | AccImpl | ||
Zwraca wartość true albo false, wskazując, czy obiekt tekstowy o obwiedni określonej przez parametry x, y, width i height powinien być uznawany za etykietę składnika reprezentowanego przez ten obiekt AccessibilityImplementation. | AccessibilityImplementation | ||
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr. | Object | ||
Wskazuje, czy określona właściwość istnieje i jest przeliczalna. | Object | ||
Ustawia dostępność właściwości dynamicznej używanej w pętlach. | Object | ||
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych. | Object | ||
Zwraca ciąg reprezentujący określony obiekt. | Object | ||
Zwraca pierwotną wartość dla określonego obiektu. | Object |
selectionActiveIndex | właściwość |
selectionActiveIndex:int
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4 |
Wersje środowiska wykonawczego: | Flash Player 10.1, AIR 2.0 |
A character position, relative to the beginning of the
text
String of the RichEditableText,
specifying the end of the selection
that moves when the selection is extended with the arrow keys.
The active position may be either the start or the end of the selection.
For example, if you drag-select from position 12 to position 8,
then selectionAnchorPosition
will be 12
and selectionActivePosition
will be 8,
and when you press Left-Arrow selectionActivePosition
will become 7.
A value of -1 indicates "not set".
In Player 10.1 and later, and AIR 2.0 and later,
an AccessibilityImplementation can implement
selectionAnchorIndex
and selectionAnchorIndex
in order to make an accessibility client aware of the text selection
in TLF text via Adobe's ISimpleTextSelection COM interface.
Wartością domyślną jest -1.
Implementacja
public function get selectionActiveIndex():int
Powiązane elementy interfejsu API
selectionAnchorIndex | właściwość |
selectionAnchorIndex:int
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4 |
Wersje środowiska wykonawczego: | Flash Player 10.1, AIR 2.0 |
A character position, relative to the beginning of the
text
String of the RichEditableText,
specifying the end of the selection
that stays fixed when the selection is extended with the arrow keys.
The anchor position may be either the start or the end of the selection.
For example, if you drag-select from position 12 to position 8,
then selectionAnchorPosition
will be 12
and selectionActivePosition
will be 8,
and when you press Left-Arrow selectionActivePosition
will become 7.
A value of -1 indicates "not set".
In Player 10.1 and later, and AIR 2.0 and later,
an AccessibilityImplementation can implement
selectionAnchorIndex
and selectionAnchorIndex
in order to make an accessibility client aware of the text selection
in TLF text via Adobe's ISimpleTextSelection COM interface.
Wartością domyślną jest -1.
Implementacja
public function get selectionAnchorIndex():int
Powiązane elementy interfejsu API
RichEditableTextAccImpl | () | Konstruktor |
public function RichEditableTextAccImpl(master:UIComponent)
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
Constructor.
Parametrymaster:UIComponent — The UIComponent instance that this AccImpl instance
is making accessible.
|
enableAccessibility | () | metoda |
public static function enableAccessibility():void
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
Enables accessibility in the RichEditableText class.
This method is called by application startup code
that is autogenerated by the MXML compiler.
Afterwards, when instances of RichEditableText are initialized,
their accessibilityImplementation
property
will be set to an instance of this class.
Tue Jun 12 2018, 12:06 PM Z