Pacchetto | mx.controls.listClasses |
Classe | public class ListBaseSelectionData |
Ereditarietà | ListBaseSelectionData Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Elementi API correlati
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
approximate : Boolean
If true, then the index property is an approximate value and not the exact value. | ListBaseSelectionData | ||
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | ||
data : Object
The data Object that is selected (selectedItem)
| ListBaseSelectionData | ||
index : int
The index in the data provider of the selected item. | ListBaseSelectionData |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
Constructor. | ListBaseSelectionData | ||
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à
approximate | proprietà |
public var approximate:Boolean
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
If true, then the index property is an approximate value and not the exact value.
data | proprietà |
public var data:Object
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
The data Object that is selected (selectedItem)
index | proprietà |
public var index:int
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
The index in the data provider of the selected item. (may be approximate)
Descrizione della funzione di costruzione
ListBaseSelectionData | () | Funzione di costruzione |
public function ListBaseSelectionData(data:Object, index:int, approximate:Boolean)
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Constructor.
Parametridata:Object — The data Object that is selected
| |
index:int — The index in the data provider of the selected item. (may be approximate)
| |
approximate:Boolean — If true, then the index property is an approximate value and not the exact value.
|
Tue Jun 12 2018, 02:44 PM Z