Packagespark.components.gridClasses
Classpublic final class GridItemEditorActivationMouseEvent
InheritanceGridItemEditorActivationMouseEvent Inheritance Object

Language Version : ActionScript 3.0
Product Version : Flex 5.0
Runtime Versions : Flash Player 11, AIR 3.0

The EditorActivationMouseEvent class defines the possible values for the the kinds of mouse events that cause an editor to be opened on a Spark DataGrid component.

See also

spark.components.DataGrid


Public Constants
 ConstantDefined By
  DOUBLE_CLICK : String = doubleClick
[static] A double click mouse event.
GridItemEditorActivationMouseEvent
  NONE : String = none
[static] No mouse event will cause an editor to be opened.
GridItemEditorActivationMouseEvent
  SINGLE_CLICK : String = singleClick
[static] A single click mouse event.
GridItemEditorActivationMouseEvent
  SINGLE_CLICK_ON_SELECTED_CELL : String = singleClickOnSelectedCell
[static] A single click mouse evnet on a previously selected cell.
GridItemEditorActivationMouseEvent
Constant Detail
DOUBLE_CLICKConstant
public static const DOUBLE_CLICK:String = doubleClick

Language Version : ActionScript 3.0
Product Version : Flex 5.0
Runtime Versions : Flash Player 11, AIR 3.0

A double click mouse event. A DataGrid component must have its doubleClickEnabled property set to true in order for the component to receive a double click mouse event.

NONEConstant 
public static const NONE:String = none

Language Version : ActionScript 3.0
Product Version : Flex 5.0
Runtime Versions : Flash Player 11, AIR 3.0

No mouse event will cause an editor to be opened. An editor may still be opened using the keyboard or programatically.

SINGLE_CLICKConstant 
public static const SINGLE_CLICK:String = singleClick

Language Version : ActionScript 3.0
Product Version : Flex 5.0
Runtime Versions : Flash Player 11, AIR 3.0

A single click mouse event.

SINGLE_CLICK_ON_SELECTED_CELLConstant 
public static const SINGLE_CLICK_ON_SELECTED_CELL:String = singleClickOnSelectedCell

Language Version : ActionScript 3.0
Product Version : Flex 5.0
Runtime Versions : Flash Player 11, AIR 3.0

A single click mouse evnet on a previously selected cell.