Package | spark.components.gridClasses |
Class | public class CellPosition |
Inheritance | CellPosition Object |
Language Version: | ActionScript 3.0 |
Product Version: | Flex 4.5 |
Runtime Versions: | Flash Player 10, AIR 2.5 |
Related API Elements
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
Public Properties
Property | Defined By | ||
---|---|---|---|
columnIndex : int
The 0-based column index of the cell. | CellPosition | ||
constructor : Object
A reference to the class object or constructor function for a given object instance. | Object | ||
rowIndex : int
The 0-based row index of the cell. | CellPosition |
Public Methods
Method | Defined By | ||
---|---|---|---|
Constructor. | CellPosition | ||
Indicates whether an object has a specified property defined. | Object | ||
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | ||
Indicates whether the specified property exists and is enumerable. | Object | ||
Sets the availability of a dynamic property for loop operations. | Object | ||
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | ||
Returns the string representation of the specified object. | Object | ||
Returns the primitive value of the specified object. | Object |
Property Detail
columnIndex | property |
columnIndex:int
Language Version: | ActionScript 3.0 |
Product Version: | Flex 4.5 |
Runtime Versions: | 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.
The default value is -1.
Implementation
public function get columnIndex():int
public function set columnIndex(value:int):void
rowIndex | property |
rowIndex:int
Language Version: | ActionScript 3.0 |
Product Version: | Flex 4.5 |
Runtime Versions: | 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.
The default value is -1.
Implementation
public function get rowIndex():int
public function set rowIndex(value:int):void
Constructor Detail
CellPosition | () | Constructor |
public function CellPosition(rowIndex:int = -1, columnIndex:int = -1)
Language Version: | ActionScript 3.0 |
Product Version: | Flex 4.5 |
Runtime Versions: | Flash Player 10, AIR 2.5 |
Constructor.
ParametersrowIndex: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.
|
Thu Dec 6 2018, 01:12 PM -08:00