| Pakket | mx.controls.advancedDataGridClasses |
| Klasse | public class AdvancedDataGridBaseSelectionData |
| Overerving | AdvancedDataGridBaseSelectionData 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, the rowIndex and columnIndex
properties contain approximate values, and not the exact value. | AdvancedDataGridBaseSelectionData | ||
| columnIndex : int
The column index in the data provider of the selected cell. | AdvancedDataGridBaseSelectionData | ||
![]() | constructor : Object
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie. | Object | |
| data : Object
The data Object from the data provider that represents the selected cell. | AdvancedDataGridBaseSelectionData | ||
| rowIndex : int
The row index in the data provider of the selected cell. | AdvancedDataGridBaseSelectionData | ||
Openbare methoden
| Methode | Gedefinieerd door | ||
|---|---|---|---|
Constructor. | AdvancedDataGridBaseSelectionData | ||
![]() |
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, the rowIndex and columnIndex
properties contain approximate values, and not the exact value.
columnIndex | eigenschap |
public var columnIndex:int| Taalversie: | ActionScript 3.0 |
| Productversie: | Flex 3 |
| Runtimeversies: | Flash Player 9, AIR 1.1 |
The column index in the data provider of the selected cell.
This value is approximate if the approximate property is true.
data | eigenschap |
public var data:Object| Taalversie: | ActionScript 3.0 |
| Productversie: | Flex 3 |
| Runtimeversies: | Flash Player 9, AIR 1.1 |
The data Object from the data provider that represents the selected cell.
rowIndex | eigenschap |
public var rowIndex:int| Taalversie: | ActionScript 3.0 |
| Productversie: | Flex 3 |
| Runtimeversies: | Flash Player 9, AIR 1.1 |
The row index in the data provider of the selected cell.
This value is approximate if the approximate property is true.
Constructordetails
AdvancedDataGridBaseSelectionData | () | Constructor |
public function AdvancedDataGridBaseSelectionData(data:Object, rowIndex:int, columnIndex:int, approximate:Boolean)| Taalversie: | ActionScript 3.0 |
| Productversie: | Flex 3 |
| Runtimeversies: | Flash Player 9, AIR 1.1 |
Constructor.
Parametersdata:Object — The data Object that represents the selected cell.
| |
rowIndex:int — The index in the data provider of the selected item.
This value may be approximate.
| |
columnIndex:int — The column index of the selected cell.
| |
approximate:Boolean — If true, the index property
contains an approximate value and not the exact value.
|
Wed Jun 13 2018, 11:42 AM Z
Overerfde openbare eigenschappen verbergen
Overerfde openbare eigenschappen weergeven