Pacchetto | spark.components.gridClasses |
Classe | public class CellPosition |
Ereditarietà | CellPosition Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4.5 |
Versioni runtime: | Flash Player 10, AIR 2.5 |
Elementi API correlati
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
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
columnIndex : int
The 0-based column index of the cell. | CellPosition | ||
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | ||
rowIndex : int
The 0-based row index of the cell. | CellPosition |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
Constructor. | CellPosition | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | ||
Restituisce il valore di base dell'oggetto specificato. | Object |
Descrizione delle proprietà
columnIndex | proprietà |
columnIndex:int
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4.5 |
Versioni runtime: | 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.
Il valore predefinito è -1.
Implementazione
public function get columnIndex():int
public function set columnIndex(value:int):void
rowIndex | proprietà |
rowIndex:int
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4.5 |
Versioni runtime: | 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.
Il valore predefinito è -1.
Implementazione
public function get rowIndex():int
public function set rowIndex(value:int):void
Descrizione della funzione di costruzione
CellPosition | () | Funzione di costruzione |
public function CellPosition(rowIndex:int = -1, columnIndex:int = -1)
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4.5 |
Versioni runtime: | Flash Player 10, AIR 2.5 |
Constructor.
ParametrirowIndex: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, 02:44 PM Z