Pacchetto | ga.util |
Classe | public class TabOrderManager |
Ereditarietà | TabOrderManager Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Guide 9 |
Versioni runtime: | AIR 1.0, Flash Player 10 |
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | ||
nextTabIndex : int
Returns the next incremented tab index
| TabOrderManager |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
Manage the tab order for both MX Guide layouts and Spark Guide layouts. | TabOrderManager | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | ||
Restituisce il valore di base dell'oggetto specificato. | Object |
Descrizione delle proprietà
nextTabIndex | proprietà |
nextTabIndex:int
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Guide 9 |
Versioni runtime: | AIR 1.0, Flash Player 10.2 |
Returns the next incremented tab index
Implementazione
public function get nextTabIndex():int
public function set nextTabIndex(value:int):void
Descrizione della funzione di costruzione
TabOrderManager | () | Funzione di costruzione |
public function TabOrderManager(managedComponent:ILayoutHost, isContainerFunction:Function)
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Guide 9 |
Versioni runtime: | AIR 1.0, Flash Player 10 |
Manage the tab order for both MX Guide layouts and Spark Guide layouts.
ParametrimanagedComponent:ILayoutHost — the panel layout to be managed.
| |
isContainerFunction:Function — the function that will determine what the contained state is
|
Tue Jun 12 2018, 02:44 PM Z