Guida di riferimento di ActionScript® 3.0 per la piattaforma Adobe® Flash®
Home  |  Nascondi elenco pacchetti e classi |  Pacchetti  |  Classi  |  Novità  |  Indice  |  Appendici  |  Perché in inglese?
Filtri: Recupero dati dal server...
Recupero dati dal server...
spark.accessibility 

RichEditableTextAccImpl  - AS3 Flex

Pacchettospark.accessibility
Classepublic class RichEditableTextAccImpl
EreditarietàRichEditableTextAccImpl Inheritance AccImpl Inheritance AccessibilityImplementation Inheritance Object

Versione linguaggio: ActionScript 3.0
Versione prodotto: Flex 4
Versioni runtime: Flash Player 10, AIR 1.5

RichEditableTextAccImpl is the accessibility implementation class for spark.components.RichEditableText.

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.



Proprietà pubbliche
 ProprietàDefinito da
 Inheritedconstructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto.
Object
 Inheritederrno : uint
Indica un codice di errore.
AccessibilityImplementation
  selectionActiveIndex : int
[sola lettura] 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
[sola lettura] 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
 Inheritedstub : Boolean
Utilizzato per creare uno stub di accessibilità dei componenti.
AccessibilityImplementation
Proprietà protette
 ProprietàDefinito da
 InheritedeventsToHandle : Array
[sola lettura] 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
Metodi pubblici
 MetodoDefinito da
  
Constructor.
RichEditableTextAccImpl
 Inherited
Un metodo IAccessible che esegue l'azione predefinita associata al componente che questa AccessibilityImplementation rappresenta o di uno dei suoi elementi secondari.
AccessibilityImplementation
 Inherited
accLocation(childID:uint):*
Il metodo MSAA per restituire un oggetto DisplayObject o Rectangle che specifica il rettangolo di delimitazione di un elemento secondario nella AccessibilityImplementation.
AccessibilityImplementation
 Inherited
accSelect(operation:uint, childID:uint):void
Metodo IAccessible per modificare la selezione nel componente rappresentato da questo AccessibilityImplementation.
AccessibilityImplementation
  
[statico] Enables accessibility in the RichEditableText class.
RichEditableTextAccImpl
 Inherited
Metodo MSAA per restituire l'azione predefinita del componente che questa AccessibilityImplementation rappresenta o di uno dei suoi elementi secondari.
AccessibilityImplementation
 Inherited
Metodo MSAA per restituire l'ID intero senza firma dell'elemento secondario (se presente) che ha lo stato di attivazione all'interno del componente.
AccessibilityImplementation
 Inherited
Metodo MSAA per restituire il nome del componente che questa AccessibilityImplementation rappresenta o di uno dei suoi elementi secondari.
AccessibilityImplementation
 Inherited
Metodo MSAA per restituire il ruolo di sistema del componente che questa AccessibilityImplementation rappresenta o di uno dei suoi elementi secondari.
AccessibilityImplementation
 Inherited
Metodo MSAA per restituire un array contenente gli ID di tutti gli elementi secondari selezionati.
AccessibilityImplementation
 Inherited
Metodo IAccessible per restituire lo stato runtime corrente del componente che questa AccessibilityImplementation rappresenta o di uno dei suoi elementi secondari.
AccessibilityImplementation
 Inherited
Metodo MSAA per restituire il valore runtime del componente che questa AccessibilityImplementation rappresenta o di uno dei suoi elementi secondari.
AccessibilityImplementation
 Inherited
AccessibilityImplementation
 Inherited
AccessibilityImplementation
 Inherited
Restituisce un array contenente gli ID interi senza firma di tutti gli elementi secondari di AccessibilityImplementation.
AccessibilityImplementation
 Inherited
[statico] Method for supporting Form Accessibility.
AccImpl
 Inherited
Indica se per un oggetto è definita una proprietà specifica.
Object
 Inherited
[statico] Returns true if an ancestor of the component has enabled set to false.
AccImpl
 Inherited
Restituisce true o false per indicare se un oggetto di testo che presenta un rettangolo di delimitazione specificato da valori x, y, width e height deve essere considerato un'etichetta per il componente rappresentato da questa AccessibilityImplementation.
AccessibilityImplementation
 Inherited
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro.
Object
 Inherited
Indica se la proprietà specificata esiste ed è enumerabile.
Object
 Inherited
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche.
Object
 Inherited
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate.
Object
 Inherited
Restituisce la rappresentazione in formato stringa dell'oggetto specificato.
Object
 Inherited
Restituisce il valore di base dell'oggetto specificato.
Object
Metodi protetti
 MetodoDefinito da
 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
Descrizione delle proprietà

selectionActiveIndex

proprietà
selectionActiveIndex:int  [sola lettura]

Versione linguaggio: ActionScript 3.0
Versione prodotto: Flex 4
Versioni runtime: 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.

Il valore predefinito è -1.



Implementazione
    public function get selectionActiveIndex():int

Elementi API correlati

selectionAnchorIndex

proprietà 
selectionAnchorIndex:int  [sola lettura]

Versione linguaggio: ActionScript 3.0
Versione prodotto: Flex 4
Versioni runtime: 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.

Il valore predefinito è -1.



Implementazione
    public function get selectionAnchorIndex():int

Elementi API correlati

Descrizione della funzione di costruzione

RichEditableTextAccImpl

()Funzione di costruzione
public function RichEditableTextAccImpl(master:UIComponent)

Versione linguaggio: ActionScript 3.0
Versione prodotto: Flex 4
Versioni runtime: Flash Player 10, AIR 1.5

Constructor.

Parametri
master:UIComponent — The UIComponent instance that this AccImpl instance is making accessible.
Descrizione dei metodi

enableAccessibility

()metodo
public static function enableAccessibility():void

Versione linguaggio: ActionScript 3.0
Versione prodotto: Flex 4
Versioni runtime: 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.





[ X ]Perché in inglese?
Il contenuto della Guida di riferimento di ActionScript 3.0 appare in inglese

Non tutte le parti della Guida di riferimento di ActionScript 3.0 sono tradotte in tutte le lingue. Quando un elemento del linguaggio non è tradotto, viene riportato in inglese. Ad esempio, la classe ga.controls.HelpBox non è tradotta in nessuna lingua. Pertanto, nella versione italiana della guida di riferimento, la descrizione della classe ga.controls.HelpBox è riportata in inglese.