Paket | spark.components.gridClasses |
Sınıf | public class CellPosition |
Miras Alma | CellPosition Object |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4.5 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 2.5 |
İlgili API Öğeleri
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
Genel Özellikler
Özellik | Tanımlayan: | ||
---|---|---|---|
columnIndex : int
The 0-based column index of the cell. | CellPosition | ||
constructor : Object
Belirli bir nesne örneği için sınıf nesnesine veya yapıcı işlevine bir başvuru. | Object | ||
rowIndex : int
The 0-based row index of the cell. | CellPosition |
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
Constructor. | CellPosition | ||
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | ||
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir. | Object | ||
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir. | Object | ||
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar. | Object | ||
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür. | Object | ||
Belirtilen nesnenin dize olarak temsil edilen halini döndürür. | Object | ||
Belirtilen nesnenin temel değerini döndürür. | Object |
Özellik Ayrıntısı
columnIndex | özellik |
columnIndex:int
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4.5 |
Çalışma Zamanı Sürümleri: | 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.
Varsayılan değer şudur -1.
Uygulama
public function get columnIndex():int
public function set columnIndex(value:int):void
rowIndex | özellik |
rowIndex:int
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4.5 |
Çalışma Zamanı Sürümleri: | 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.
Varsayılan değer şudur -1.
Uygulama
public function get rowIndex():int
public function set rowIndex(value:int):void
Yapıcı Ayrıntı
CellPosition | () | Yapıcı |
public function CellPosition(rowIndex:int = -1, columnIndex:int = -1)
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4.5 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 2.5 |
Constructor.
ParametrelerrowIndex: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, 01:09 PM Z