Packageorg.aswing.event
Classpublic class ListItemEvent
InheritanceListItemEvent Inheritance flash.events.MouseEvent

The event for items of List.



Public Methods
 MethodDefined by
  
ListItemEvent(type:String, value:ListCell, cell:MouseEvent, e:*)
ListItemEvent
  
clone():Event
ListItemEvent
  
ListItemEvent
  
ListItemEvent
Public Constants
 ConstantDefined by
  ITEM_CLICK : String = "itemClick"
[static] The ListItemEvent.ITEM_CLICK constant defines the value of the type property of the event object for a itemClick event.
ListItemEvent
  ITEM_DOUBLE_CLICK : String = "itemDoubleClick"
[static] The ListItemEvent.ITEM_DOUBLE_CLICK constant defines the value of the type property of the event object for a itemDoubleClick event.
ListItemEvent
  ITEM_MOUSE_DOWN : String = "itemMouseDown"
[static] The ListItemEvent.ITEM_MOUSE_DOWN constant defines the value of the type property of the event object for a itemMouseDown event.
ListItemEvent
  ITEM_RELEASE_OUT_SIDE : String = "itemReleaseOutSide"
[static] The ListItemEvent.ITEM_RELEASE_OUT_SIDE constant defines the value of the type property of the event object for a itemReleaseOutSide event.
ListItemEvent
  ITEM_ROLL_OUT : String = "itemRollOut"
[static] The ListItemEvent.ITEM_ROLL_OUT constant defines the value of the type property of the event object for a itemRollOut event.
ListItemEvent
  ITEM_ROLL_OVER : String = "itemRollOver"
[static] The ListItemEvent.ITEM_ROLL_OVER constant defines the value of the type property of the event object for a itemRollOver event.
ListItemEvent
Constructor detail
ListItemEvent()constructor
public function ListItemEvent(type:String, value:ListCell, cell:MouseEvent, e:*)

Parameters
type:String
 
value:ListCell
 
cell:MouseEvent
 
e:* — the original mouse event
Method detail
clone()method
public override function clone():Event

Returns
Event
getCell()method 
public function getCell():ListCell

Returns
ListCell
getValue()method 
public function getValue():*

Returns
*
Constant detail
ITEM_CLICKconstant
public static const ITEM_CLICK:String = "itemClick"

The ListItemEvent.ITEM_CLICK constant defines the value of the type property of the event object for a itemClick event.

The properties of the event object have the following values:

PropertyValue
bubblesfalse
cancelablefalse
getValue()the value of this item
getCell()the cell(cell renderer) of this item
currentTargetThe Object that defines the event listener that handles the event. For example, if you use comp.addEventListener() to register an event listener, comp is the value of the currentTarget.
targetThe Object that dispatched the event; it is not always the Object listening for the event. Use the currentTarget property to always access the Object listening for the event.
ITEM_DOUBLE_CLICKconstant 
public static const ITEM_DOUBLE_CLICK:String = "itemDoubleClick"

The ListItemEvent.ITEM_DOUBLE_CLICK constant defines the value of the type property of the event object for a itemDoubleClick event.

The properties of the event object have the following values:

PropertyValue
bubblesfalse
cancelablefalse
getValue()the value of this item
getCell()the cell(cell renderer) of this item
currentTargetThe Object that defines the event listener that handles the event. For example, if you use comp.addEventListener() to register an event listener, comp is the value of the currentTarget.
targetThe Object that dispatched the event; it is not always the Object listening for the event. Use the currentTarget property to always access the Object listening for the event.
ITEM_MOUSE_DOWNconstant 
public static const ITEM_MOUSE_DOWN:String = "itemMouseDown"

The ListItemEvent.ITEM_MOUSE_DOWN constant defines the value of the type property of the event object for a itemMouseDown event.

The properties of the event object have the following values:

PropertyValue
bubblesfalse
cancelablefalse
getValue()the value of this item
getCell()the cell(cell renderer) of this item
currentTargetThe Object that defines the event listener that handles the event. For example, if you use comp.addEventListener() to register an event listener, comp is the value of the currentTarget.
targetThe Object that dispatched the event; it is not always the Object listening for the event. Use the currentTarget property to always access the Object listening for the event.
ITEM_RELEASE_OUT_SIDEconstant 
public static const ITEM_RELEASE_OUT_SIDE:String = "itemReleaseOutSide"

The ListItemEvent.ITEM_RELEASE_OUT_SIDE constant defines the value of the type property of the event object for a itemReleaseOutSide event.

The properties of the event object have the following values:

PropertyValue
bubblesfalse
cancelablefalse
getValue()the value of this item
getCell()the cell(cell renderer) of this item
currentTargetThe Object that defines the event listener that handles the event. For example, if you use comp.addEventListener() to register an event listener, comp is the value of the currentTarget.
targetThe Object that dispatched the event; it is not always the Object listening for the event. Use the currentTarget property to always access the Object listening for the event.
ITEM_ROLL_OUTconstant 
public static const ITEM_ROLL_OUT:String = "itemRollOut"

The ListItemEvent.ITEM_ROLL_OUT constant defines the value of the type property of the event object for a itemRollOut event.

The properties of the event object have the following values:

PropertyValue
bubblesfalse
cancelablefalse
getValue()the value of this item
getCell()the cell(cell renderer) of this item
currentTargetThe Object that defines the event listener that handles the event. For example, if you use comp.addEventListener() to register an event listener, comp is the value of the currentTarget.
targetThe Object that dispatched the event; it is not always the Object listening for the event. Use the currentTarget property to always access the Object listening for the event.
ITEM_ROLL_OVERconstant 
public static const ITEM_ROLL_OVER:String = "itemRollOver"

The ListItemEvent.ITEM_ROLL_OVER constant defines the value of the type property of the event object for a itemRollOver event.

The properties of the event object have the following values:

PropertyValue
bubblesfalse
cancelablefalse
getValue()the value of this item
getCell()the cell(cell renderer) of this item
currentTargetThe Object that defines the event listener that handles the event. For example, if you use comp.addEventListener() to register an event listener, comp is the value of the currentTarget.
targetThe Object that dispatched the event; it is not always the Object listening for the event. Use the currentTarget property to always access the Object listening for the event.