Paquete | mx.controls.advancedDataGridClasses |
Clase | public class AdvancedDataGridBaseSelectionData |
Herencia | AdvancedDataGridBaseSelectionData ![]() |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
Elementos de API relacionados
Propiedades públicas
Propiedad | Definido por | ||
---|---|---|---|
approximate : Boolean
If true, the rowIndex and columnIndex
properties contain approximate values, and not the exact value. | AdvancedDataGridBaseSelectionData | ||
columnIndex : int
The column index in the data provider of the selected cell. | AdvancedDataGridBaseSelectionData | ||
![]() | constructor : Object
Una referencia a la clase de objeto o función constructora para una instancia de objeto determinada. | Object | |
data : Object
The data Object from the data provider that represents the selected cell. | AdvancedDataGridBaseSelectionData | ||
rowIndex : int
The row index in the data provider of the selected cell. | AdvancedDataGridBaseSelectionData |
Métodos públicos
Método | Definido por | ||
---|---|---|---|
Constructor. | AdvancedDataGridBaseSelectionData | ||
![]() |
Indica si un objeto tiene definida una propiedad especificada. | Object | |
![]() |
Indica si hay una instancia de la clase Object en la cadena de prototipo del objeto especificado como parámetro. | Object | |
![]() |
Indica si existe la propiedad especificada y si es enumerable. | Object | |
![]() |
Establece la disponibilidad de una propiedad dinámica para operaciones de bucle. | Object | |
![]() |
Devuelve la representación de cadena de este objeto, con formato según las convenciones específicas de configuración regional. | Object | |
![]() |
Devuelve la representación de cadena del objeto especificado. | Object | |
![]() |
Devuelve el valor simple del objeto especificado. | Object |
Información sobre propiedades
approximate | propiedad |
public var approximate:Boolean
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
If true
, the rowIndex
and columnIndex
properties contain approximate values, and not the exact value.
columnIndex | propiedad |
public var columnIndex:int
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
The column index in the data provider of the selected cell.
This value is approximate if the approximate
property is true
.
data | propiedad |
public var data:Object
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
The data Object from the data provider that represents the selected cell.
rowIndex | propiedad |
public var rowIndex:int
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
The row index in the data provider of the selected cell.
This value is approximate if the approximate
property is true
.
Información sobre constructores
AdvancedDataGridBaseSelectionData | () | Información sobre |
public function AdvancedDataGridBaseSelectionData(data:Object, rowIndex:int, columnIndex:int, approximate:Boolean)
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
Constructor.
Parámetrosdata:Object — The data Object that represents the selected cell.
| |
rowIndex:int — The index in the data provider of the selected item.
This value may be approximate.
| |
columnIndex:int — The column index of the selected cell.
| |
approximate:Boolean — If true , the index property
contains an approximate value and not the exact value.
|
Tue Jun 12 2018, 02:12 PM Z