| Language Version : | ActionScript 3.0 |
| Product Version : | Flex 4.5 |
| Runtime Versions : | Flash Player 10, AIR 2.5 |
The GridSelectionEventKind class defines constants for the valid values
of the spark.events.GridSelectionEvent class
kind property.
These constants indicate the kind of change that was made to the selection.
public static const ADD_CELL:String = addCell| Language Version : | ActionScript 3.0 |
| Product Version : | Flex 4.5 |
| Runtime Versions : | Flash Player 10, AIR 2.5 |
Indicates that this cell should be added to the current selection.
public static const ADD_ROW:String = addRow| Language Version : | ActionScript 3.0 |
| Product Version : | Flex 4.5 |
| Runtime Versions : | Flash Player 10, AIR 2.5 |
Indicates that this row should be added to the current selection.
public static const CLEAR_SELECTION:String = clearSelection| Language Version : | ActionScript 3.0 |
| Product Version : | Flex 4.5 |
| Runtime Versions : | Flash Player 10, AIR 2.5 |
Indicates that current selection should be cleared.
public static const REMOVE_CELL:String = removeCell| Language Version : | ActionScript 3.0 |
| Product Version : | Flex 4.5 |
| Runtime Versions : | Flash Player 10, AIR 2.5 |
Indicates that this cell should be removed from the current selection.
public static const REMOVE_ROW:String = removeRow| Language Version : | ActionScript 3.0 |
| Product Version : | Flex 4.5 |
| Runtime Versions : | Flash Player 10, AIR 2.5 |
Indicates that this row should be removed from the current selection.
public static const SELECT_ALL:String = selectAll| Language Version : | ActionScript 3.0 |
| Product Version : | Flex 4.5 |
| Runtime Versions : | Flash Player 10, AIR 2.5 |
Indicates that the entire grid should be selected.
public static const SET_CELL:String = setCell| Language Version : | ActionScript 3.0 |
| Product Version : | Flex 4.5 |
| Runtime Versions : | Flash Player 10, AIR 2.5 |
Indicates that the current selection should be set to this cell.
public static const SET_CELL_REGION:String = setCellRegion| Language Version : | ActionScript 3.0 |
| Product Version : | Flex 4.5 |
| Runtime Versions : | Flash Player 10, AIR 2.5 |
Indicates that the current selection should be set to this cell region.
public static const SET_ROW:String = setRow| Language Version : | ActionScript 3.0 |
| Product Version : | Flex 4.5 |
| Runtime Versions : | Flash Player 10, AIR 2.5 |
Indicates that the current selection should be set to this row.
public static const SET_ROWS:String = setRows| Language Version : | ActionScript 3.0 |
| Product Version : | Flex 4.5 |
| Runtime Versions : | Flash Player 10, AIR 2.5 |
Indicates that the current selection should be set to these rows.
Mon Dec 24 2012, 01:18 PM +11:00