Pacchetto | spark.events |
Classe | public final class GridSelectionEventKind |
Ereditarietà | GridSelectionEventKind Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4.5 |
Versioni runtime: | Flash Player 10, AIR 2.5 |
kind
property.
These constants indicate the kind of change that was made to the selection.
Elementi API correlati
Costante | Definito da | ||
---|---|---|---|
ADD_CELL : String = "addCell" [statico]
Indicates that this cell should be added to the current selection. | GridSelectionEventKind | ||
ADD_ROW : String = "addRow" [statico]
Indicates that this row should be added to the current selection. | GridSelectionEventKind | ||
CLEAR_SELECTION : String = "clearSelection" [statico]
Indicates that current selection should be cleared. | GridSelectionEventKind | ||
REMOVE_CELL : String = "removeCell" [statico]
Indicates that this cell should be removed from the current selection. | GridSelectionEventKind | ||
REMOVE_ROW : String = "removeRow" [statico]
Indicates that this row should be removed from the current selection. | GridSelectionEventKind | ||
SELECT_ALL : String = "selectAll" [statico]
Indicates that the entire grid should be selected. | GridSelectionEventKind | ||
SET_CELL : String = "setCell" [statico]
Indicates that the current selection should be set to this cell. | GridSelectionEventKind | ||
SET_CELL_REGION : String = "setCellRegion" [statico]
Indicates that the current selection should be set to this cell region. | GridSelectionEventKind | ||
SET_ROW : String = "setRow" [statico]
Indicates that the current selection should be set to this row. | GridSelectionEventKind | ||
SET_ROWS : String = "setRows" [statico]
Indicates that the current selection should be set to these rows. | GridSelectionEventKind |
ADD_CELL | Costante |
public static const ADD_CELL:String = "addCell"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4.5 |
Versioni runtime: | Flash Player 10, AIR 2.5 |
Indicates that this cell should be added to the current selection.
ADD_ROW | Costante |
public static const ADD_ROW:String = "addRow"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4.5 |
Versioni runtime: | Flash Player 10, AIR 2.5 |
Indicates that this row should be added to the current selection.
CLEAR_SELECTION | Costante |
public static const CLEAR_SELECTION:String = "clearSelection"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4.5 |
Versioni runtime: | Flash Player 10, AIR 2.5 |
Indicates that current selection should be cleared.
REMOVE_CELL | Costante |
public static const REMOVE_CELL:String = "removeCell"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4.5 |
Versioni runtime: | Flash Player 10, AIR 2.5 |
Indicates that this cell should be removed from the current selection.
REMOVE_ROW | Costante |
public static const REMOVE_ROW:String = "removeRow"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4.5 |
Versioni runtime: | Flash Player 10, AIR 2.5 |
Indicates that this row should be removed from the current selection.
SELECT_ALL | Costante |
public static const SELECT_ALL:String = "selectAll"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4.5 |
Versioni runtime: | Flash Player 10, AIR 2.5 |
Indicates that the entire grid should be selected.
SET_CELL | Costante |
public static const SET_CELL:String = "setCell"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4.5 |
Versioni runtime: | Flash Player 10, AIR 2.5 |
Indicates that the current selection should be set to this cell.
SET_CELL_REGION | Costante |
public static const SET_CELL_REGION:String = "setCellRegion"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4.5 |
Versioni runtime: | Flash Player 10, AIR 2.5 |
Indicates that the current selection should be set to this cell region.
SET_ROW | Costante |
public static const SET_ROW:String = "setRow"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4.5 |
Versioni runtime: | Flash Player 10, AIR 2.5 |
Indicates that the current selection should be set to this row.
SET_ROWS | Costante |
public static const SET_ROWS:String = "setRows"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4.5 |
Versioni runtime: | Flash Player 10, AIR 2.5 |
Indicates that the current selection should be set to these rows.
Tue Jun 12 2018, 02:44 PM Z