Paquete | spark.events |
Clase | public final class GridSelectionEventKind |
Herencia | GridSelectionEventKind Object |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4.5 |
Versiones de motor de ejecución: | Flash Player 10, AIR 2.5 |
kind
property.
These constants indicate the kind of change that was made to the selection.
Elementos de API relacionados
Constante | Definido por | ||
---|---|---|---|
ADD_CELL : String = "addCell" [estática]
Indicates that this cell should be added to the current selection. | GridSelectionEventKind | ||
ADD_ROW : String = "addRow" [estática]
Indicates that this row should be added to the current selection. | GridSelectionEventKind | ||
CLEAR_SELECTION : String = "clearSelection" [estática]
Indicates that current selection should be cleared. | GridSelectionEventKind | ||
REMOVE_CELL : String = "removeCell" [estática]
Indicates that this cell should be removed from the current selection. | GridSelectionEventKind | ||
REMOVE_ROW : String = "removeRow" [estática]
Indicates that this row should be removed from the current selection. | GridSelectionEventKind | ||
SELECT_ALL : String = "selectAll" [estática]
Indicates that the entire grid should be selected. | GridSelectionEventKind | ||
SET_CELL : String = "setCell" [estática]
Indicates that the current selection should be set to this cell. | GridSelectionEventKind | ||
SET_CELL_REGION : String = "setCellRegion" [estática]
Indicates that the current selection should be set to this cell region. | GridSelectionEventKind | ||
SET_ROW : String = "setRow" [estática]
Indicates that the current selection should be set to this row. | GridSelectionEventKind | ||
SET_ROWS : String = "setRows" [estática]
Indicates that the current selection should be set to these rows. | GridSelectionEventKind |
ADD_CELL | Constante |
public static const ADD_CELL:String = "addCell"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4.5 |
Versiones de motor de ejecución: | Flash Player 10, AIR 2.5 |
Indicates that this cell should be added to the current selection.
ADD_ROW | Constante |
public static const ADD_ROW:String = "addRow"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4.5 |
Versiones de motor de ejecución: | Flash Player 10, AIR 2.5 |
Indicates that this row should be added to the current selection.
CLEAR_SELECTION | Constante |
public static const CLEAR_SELECTION:String = "clearSelection"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4.5 |
Versiones de motor de ejecución: | Flash Player 10, AIR 2.5 |
Indicates that current selection should be cleared.
REMOVE_CELL | Constante |
public static const REMOVE_CELL:String = "removeCell"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4.5 |
Versiones de motor de ejecución: | Flash Player 10, AIR 2.5 |
Indicates that this cell should be removed from the current selection.
REMOVE_ROW | Constante |
public static const REMOVE_ROW:String = "removeRow"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4.5 |
Versiones de motor de ejecución: | Flash Player 10, AIR 2.5 |
Indicates that this row should be removed from the current selection.
SELECT_ALL | Constante |
public static const SELECT_ALL:String = "selectAll"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4.5 |
Versiones de motor de ejecución: | Flash Player 10, AIR 2.5 |
Indicates that the entire grid should be selected.
SET_CELL | Constante |
public static const SET_CELL:String = "setCell"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4.5 |
Versiones de motor de ejecución: | Flash Player 10, AIR 2.5 |
Indicates that the current selection should be set to this cell.
SET_CELL_REGION | Constante |
public static const SET_CELL_REGION:String = "setCellRegion"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4.5 |
Versiones de motor de ejecución: | Flash Player 10, AIR 2.5 |
Indicates that the current selection should be set to this cell region.
SET_ROW | Constante |
public static const SET_ROW:String = "setRow"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4.5 |
Versiones de motor de ejecución: | Flash Player 10, AIR 2.5 |
Indicates that the current selection should be set to this row.
SET_ROWS | Constante |
public static const SET_ROWS:String = "setRows"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4.5 |
Versiones de motor de ejecución: | Flash Player 10, AIR 2.5 |
Indicates that the current selection should be set to these rows.
Tue Jun 12 2018, 02:12 PM Z