Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
The ItemClickedEvent is a custom event issued by an itemRenderer to
convey information about itself when it has determined that the
event(s) happening to it constitute a 'click' on itself.
public var data:Object
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
The data of the item.
public var index:Number
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
The index of the item beginning with zero.
public var multipleSelection:Boolean
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
Whether or not this click is part of a multi-selection sequence.
public function ItemClickedEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
Constructor.
Parameters type :String
— The name of the event.
bubbles :Boolean
(default = false
)
— Whether the event bubbles.
cancelable :Boolean
(default = false
)
— Whether the event can be canceled.
The Apache Software Foundation Mon Sep 5 2016, 07:19 AM -07:00