| Pakiet | spark.components.gridClasses |
| Klasa | public class CellPosition |
| Dziedziczenie | CellPosition Object |
| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Flex 4.5 |
| Wersje środowiska wykonawczego: | Flash Player 10, AIR 2.5 |
Powiązane elementy interfejsu API
spark.components.DataGrid.selectedCell
spark.components.DataGrid.selectedCells
spark.components.Grid.selectedCell
spark.components.Grid.selectedCells
spark.components.DataGrid.selectedCells
spark.components.Grid.selectedCell
spark.components.Grid.selectedCells
Właściwości publiczne
| Właściwość | Zdefiniowane przez | ||
|---|---|---|---|
| columnIndex : int
The 0-based column index of the cell. | CellPosition | ||
![]() | constructor : Object
Odwołanie do obiektu klasy lub funkcji konstruktora, dotyczące danej instancji obiektu. | Object | |
| rowIndex : int
The 0-based row index of the cell. | CellPosition | ||
Metody publiczne
| Metoda | Zdefiniowane przez | ||
|---|---|---|---|
Constructor. | CellPosition | ||
![]() |
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
columnIndex | właściwość |
columnIndex:int| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Flex 4.5 |
| Wersje środowiska wykonawczego: | Flash Player 10, AIR 2.5 |
The 0-based column index of the cell. A value of -1 indicates that the value is not set.
Wartością domyślną jest -1.
Implementacja
public function get columnIndex():int public function set columnIndex(value:int):voidrowIndex | właściwość |
rowIndex:int| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Flex 4.5 |
| Wersje środowiska wykonawczego: | Flash Player 10, AIR 2.5 |
The 0-based row index of the cell. A value of -1 indicates that the value is not set.
Wartością domyślną jest -1.
Implementacja
public function get rowIndex():int public function set rowIndex(value:int):voidKonstruktor Szczegół
CellPosition | () | Konstruktor |
public function CellPosition(rowIndex:int = -1, columnIndex:int = -1)| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Flex 4.5 |
| Wersje środowiska wykonawczego: | Flash Player 10, AIR 2.5 |
Constructor.
ParametryrowIndex:int (default = -1) — The 0-based row index of the cell.
A value of -1 indicates that the value is not set.
| |
columnIndex:int (default = -1) — The 0-based column index of the cell.
A value of -1 indicates that the value is not set.
|
Tue Jun 12 2018, 12:06 PM Z
Ukryj dziedziczone właściwości publiczne
Pokaż dziedziczone właściwości publiczne