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.
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.
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.
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.
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.
Thu Aug 1 2013, 07:16 PM +10:00