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.

See also

spark.events.GridSelectionEvent.kind
spark.events.GridSelectionEvent


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_CELLConstant
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_ROWConstant 
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_SELECTIONConstant 
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_CELLConstant 
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_ROWConstant 
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_ALLConstant 
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_CELLConstant 
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_REGIONConstant 
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_ROWConstant 
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_ROWSConstant 
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.