public final class GridItemEditorActivationMouseEvent
Inheritance
GridItemEditorActivationMouseEvent 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.
[static]
A single click mouse evnet on a previously selected cell.
GridItemEditorActivationMouseEvent
Constant Detail
DOUBLE_CLICK
Constant
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.
NONE
Constant
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_CLICK
Constant
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_CELL
Constant
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.