Paket | spark.components.gridClasses |
Klass | public class CellRegion |
Arv | CellRegion Object |
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4.5 |
Körningsmiljöversioner: | Flash Player 10, AIR 2.5 |
rowIndex
and columnIndex
properties.
The extent of the region is specified by the
rowCount
and the columnCount
properties.
Relaterade API-element
Publika egenskaper
Egenskap | Definieras med | ||
---|---|---|---|
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
En referens till klassobjektet eller konstruktorfunktionen för en given objektinstans. | 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 |
Publika metoder
Metod | Definieras med | ||
---|---|---|---|
Constructor. | CellRegion | ||
Anger om det finns en egenskap angiven för ett objekt. | Object | ||
Anger om en instans av klassen Object finns i prototypkedjan för objektet som anges som parameter. | Object | ||
Anger om den angivna egenskapen finns och är uppräkningsbar. | Object | ||
Anger tillgänglighet för en dynamisk egenskap för slingåtgärder. | Object | ||
Returnerar det här objektets strängrepresentation, formaterad i enlighet med språkspecifika konventioner. | Object | ||
Returnerar det angivna objektets strängbeteckning. | Object | ||
Returnerar det angivna objektets primitiva värde. | Object |
Egenskapsdetaljer
columnCount | egenskap |
columnIndex | egenskap |
columnIndex:int
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4.5 |
Körningsmiljöversioner: | 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.
Standardvärdet är -1.
Implementering
public function get columnIndex():int
public function set columnIndex(value:int):void
rowCount | egenskap |
rowIndex | egenskap |
rowIndex:int
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4.5 |
Körningsmiljöversioner: | 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.
Standardvärdet är -1.
Implementering
public function get rowIndex():int
public function set rowIndex(value:int):void
Konstruktordetaljer
CellRegion | () | Konstruktor |
public function CellRegion(rowIndex:int = -1, columnIndex:int = -1, rowCount:int = 0, columnCount:int = 0)
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4.5 |
Körningsmiljöversioner: | Flash Player 10, AIR 2.5 |
Constructor.
ParametrarrowIndex: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:40 PM Z