Pacote | spark.components.gridClasses |
Classe | public class CellRegion |
Herança | CellRegion Object |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4.5 |
Versões de runtime: | Flash Player 10, AIR 2.5 |
rowIndex
and columnIndex
properties.
The extent of the region is specified by the
rowCount
and the columnCount
properties.
Elementos da API relacionados
Propriedades públicas
Propriedade | Definido por | ||
---|---|---|---|
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
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto. | 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 |
Métodos públicos
Método | Definido por | ||
---|---|---|---|
Constructor. | CellRegion | ||
Indica se um objeto tem uma propriedade especificada definida. | Object | ||
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | ||
Indica se a propriedade especificada existe e é enumerável. | Object | ||
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | ||
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade. | Object | ||
Retorna a representação de string do objeto especificado. | Object | ||
Retorna o valor primitivo do objeto especificado. | Object |
Detalhes da propriedade
columnCount | propriedade |
columnIndex | propriedade |
columnIndex:int
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4.5 |
Versões de runtime: | 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.
O valor padrão é -1.
Implementação
public function get columnIndex():int
public function set columnIndex(value:int):void
rowCount | propriedade |
rowIndex | propriedade |
rowIndex:int
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4.5 |
Versões de runtime: | 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.
O valor padrão é -1.
Implementação
public function get rowIndex():int
public function set rowIndex(value:int):void
Detalhes do construtor
CellRegion | () | Construtor |
public function CellRegion(rowIndex:int = -1, columnIndex:int = -1, rowCount:int = 0, columnCount:int = 0)
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4.5 |
Versões de runtime: | Flash Player 10, AIR 2.5 |
Constructor.
ParâmetrosrowIndex: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:10 AM Z