Packageorg.apache.flex.events
Classpublic class ItemClickedEvent
InheritanceItemClickedEvent Inheritance CustomEvent Inheritance Event Inheritance flash.events.Event

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 Properties
 PropertyDefined By
  data : Object
The data of the item.
ItemClickedEvent
  index : Number
The index of the item beginning with zero.
ItemClickedEvent
  multipleSelection : Boolean
Whether or not this click is part of a multi-selection sequence.
ItemClickedEvent
Public Methods
 MethodDefined By
  
ItemClickedEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
Constructor.
ItemClickedEvent
 Inherited
Create a copy/clone of the Event object.
Event
Public Constants
 ConstantDefined By
 InheritedCHANGE : String = change
[static]
Event
 InheritedCOMPLETE : String = complete
[static]
Event
Property Detail
dataproperty
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.

indexproperty 
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.

multipleSelectionproperty 
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.

Constructor Detail
ItemClickedEvent()Constructor
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.