| Package | spark.events |
| Class | public final class GridSelectionEventKind |
| Inheritance | GridSelectionEventKind Object |
| Language Version: | ActionScript 3.0 |
| Product Version: | Flex 4.5 |
| Runtime Versions: | Flash Player 10, AIR 2.5 |
kind property.
These constants indicate the kind of change that was made to the selection.
Related API Elements
| Property | Defined By | ||
|---|---|---|---|
![]() | constructor : Object
A reference to the class object or constructor function for a given object instance. | Object | |
| Method | Defined By | ||
|---|---|---|---|
![]() |
Indicates whether an object has a specified property defined. | Object | |
![]() |
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | |
![]() |
Indicates whether the specified property exists and is enumerable. | Object | |
![]() |
Sets the availability of a dynamic property for loop operations. | Object | |
![]() |
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | |
![]() |
Returns the string representation of the specified object. | Object | |
![]() |
Returns the primitive value of the specified object. | Object | |
| Constant | Defined By | ||
|---|---|---|---|
| ADD_CELL : String = "addCell" [static]
Indicates that this cell should be added to the current selection. | GridSelectionEventKind | ||
| ADD_ROW : String = "addRow" [static]
Indicates that this row should be added to the current selection. | GridSelectionEventKind | ||
| CLEAR_SELECTION : String = "clearSelection" [static]
Indicates that current selection should be cleared. | GridSelectionEventKind | ||
| REMOVE_CELL : String = "removeCell" [static]
Indicates that this cell should be removed from the current selection. | GridSelectionEventKind | ||
| REMOVE_ROW : String = "removeRow" [static]
Indicates that this row should be removed from the current selection. | GridSelectionEventKind | ||
| SELECT_ALL : String = "selectAll" [static]
Indicates that the entire grid should be selected. | GridSelectionEventKind | ||
| SET_CELL : String = "setCell" [static]
Indicates that the current selection should be set to this cell. | GridSelectionEventKind | ||
| SET_CELL_REGION : String = "setCellRegion" [static]
Indicates that the current selection should be set to this cell region. | GridSelectionEventKind | ||
| SET_ROW : String = "setRow" [static]
Indicates that the current selection should be set to this row. | GridSelectionEventKind | ||
| SET_ROWS : String = "setRows" [static]
Indicates that the current selection should be set to these rows. | GridSelectionEventKind | ||
ADD_CELL | Constant |
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.
ADD_ROW | Constant |
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.
CLEAR_SELECTION | Constant |
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.
REMOVE_CELL | Constant |
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.
REMOVE_ROW | Constant |
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.
SELECT_ALL | Constant |
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.
SET_CELL | Constant |
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.
SET_CELL_REGION | Constant |
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.
SET_ROW | Constant |
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.
SET_ROWS | Constant |
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.
Thu Dec 4 2014, 05:50 PM -08:00
