Pakket | spark.components.gridClasses |
Klasse | public class CellRegion |
Overerving | CellRegion Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4.5 |
Runtimeversies: | Flash Player 10, AIR 2.5 |
rowIndex
and columnIndex
properties.
The extent of the region is specified by the
rowCount
and the columnCount
properties.
Verwante API-elementen
Openbare eigenschappen
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
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
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie. | 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 |
Openbare methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
Constructor. | CellRegion | ||
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | ||
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | ||
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | ||
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | ||
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | ||
Retourneert een tekenreeksrepresentatie van het opgegeven object. | Object | ||
Retourneert de primitieve waarde van het opgegeven object. | Object |
Eigenschapdetails
columnCount | eigenschap |
columnIndex | eigenschap |
columnIndex:int
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4.5 |
Runtimeversies: | 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.
De standaardwaarde is -1.
Implementatie
public function get columnIndex():int
public function set columnIndex(value:int):void
rowCount | eigenschap |
rowIndex | eigenschap |
rowIndex:int
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4.5 |
Runtimeversies: | 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.
De standaardwaarde is -1.
Implementatie
public function get rowIndex():int
public function set rowIndex(value:int):void
Constructordetails
CellRegion | () | Constructor |
public function CellRegion(rowIndex:int = -1, columnIndex:int = -1, rowCount:int = 0, columnCount:int = 0)
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4.5 |
Runtimeversies: | Flash Player 10, AIR 2.5 |
Constructor.
ParametersrowIndex: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.
|
Wed Jun 13 2018, 11:42 AM Z