Pakiet | mx.controls.advancedDataGridClasses |
Klasa | public class AdvancedDataGridBaseSelectionData |
Dziedziczenie | AdvancedDataGridBaseSelectionData Object |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Powiązane elementy interfejsu API
Właściwości publiczne
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
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
Odwołanie do obiektu klasy lub funkcji konstruktora, dotyczące danej instancji obiektu. | 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 |
Metody publiczne
Metoda | Zdefiniowane przez | ||
---|---|---|---|
Constructor. | AdvancedDataGridBaseSelectionData | ||
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość. | Object | ||
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr. | Object | ||
Wskazuje, czy określona właściwość istnieje i jest przeliczalna. | Object | ||
Ustawia dostępność właściwości dynamicznej używanej w pętlach. | Object | ||
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych. | Object | ||
Zwraca ciąg reprezentujący określony obiekt. | Object | ||
Zwraca pierwotną wartość dla określonego obiektu. | Object |
Szczegół właściwości
approximate | właściwość |
public var approximate:Boolean
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
If true
, the rowIndex
and columnIndex
properties contain approximate values, and not the exact value.
columnIndex | właściwość |
public var columnIndex:int
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | 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 | właściwość |
public var data:Object
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
The data Object from the data provider that represents the selected cell.
rowIndex | właściwość |
public var rowIndex:int
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | 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
.
Konstruktor Szczegół
AdvancedDataGridBaseSelectionData | () | Konstruktor |
public function AdvancedDataGridBaseSelectionData(data:Object, rowIndex:int, columnIndex:int, approximate:Boolean)
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Constructor.
Parametrydata: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.
|
Tue Jun 12 2018, 12:06 PM Z