Pakket | mx.controls.listClasses |
Klasse | public class ListBaseSelectionData |
Overerving | ListBaseSelectionData Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Verwante API-elementen
Openbare eigenschappen
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
approximate : Boolean
If true, then the index property is an approximate value and not the exact value. | ListBaseSelectionData | ||
constructor : Object
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie. | Object | ||
data : Object
The data Object that is selected (selectedItem)
| ListBaseSelectionData | ||
index : int
The index in the data provider of the selected item. | ListBaseSelectionData |
Openbare methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
Constructor. | ListBaseSelectionData | ||
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | ||
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | ||
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | ||
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | ||
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | ||
Retourneert een tekenreeksrepresentatie van het opgegeven object. | Object | ||
Retourneert de primitieve waarde van het opgegeven object. | Object |
Eigenschapdetails
approximate | eigenschap |
public var approximate:Boolean
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
If true, then the index property is an approximate value and not the exact value.
data | eigenschap |
public var data:Object
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
The data Object that is selected (selectedItem)
index | eigenschap |
public var index:int
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
The index in the data provider of the selected item. (may be approximate)
Constructordetails
ListBaseSelectionData | () | Constructor |
public function ListBaseSelectionData(data:Object, index:int, approximate:Boolean)
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Constructor.
Parametersdata: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.
|
Wed Jun 13 2018, 11:42 AM Z