ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
spark.events 

GridSelectionEventKind  - AS3 Flex

Packagespark.events
Classpublic final class GridSelectionEventKind
InheritanceGridSelectionEventKind Inheritance Object

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.

Related API Elements



Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
Public Methods
 MethodDefined By
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Public Constants
 ConstantDefined 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
Constant Detail

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.