Paket | spark.components.gridClasses |
Sınıf | public class CellRegion |
Miras Alma | CellRegion 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 |
rowIndex
and columnIndex
properties.
The extent of the region is specified by the
rowCount
and the columnCount
properties.
İlgili API Öğeleri
Genel Özellikler
Özellik | Tanımlayan: | ||
---|---|---|---|
columnCount : int
The number of columns in the cell region. | CellRegion | ||
columnIndex : int
The 0-based column index of the origin of the cell region. | CellRegion | ||
constructor : Object
Belirli bir nesne örneği için sınıf nesnesine veya yapıcı işlevine bir başvuru. | Object | ||
rowCount : int
The number of rows in the cell region. | CellRegion | ||
rowIndex : int
The 0-based row index of the origin of the cell region. | CellRegion |
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
Constructor. | CellRegion | ||
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ı
columnCount | özellik |
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 origin of the cell region. 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
rowCount | özellik |
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 origin of the cell region. 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ı
CellRegion | () | Yapıcı |
public function CellRegion(rowIndex:int = -1, columnIndex:int = -1, rowCount:int = 0, columnCount:int = 0)
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 origin cell.
A value of -1 indicates that the value is not set.
| |
columnIndex:int (default = -1 ) — The 0-based column index of the origin cell.
A value of -1 indicates that the value is not set.
| |
rowCount:int (default = 0 ) — The number of rows in the cell region.
| |
columnCount:int (default = 0 ) — The number of columns in the cell region.
|
Tue Jun 12 2018, 01:09 PM Z