| Package | org.aswing.event |
| Class | public class ListItemEvent |
| Inheritance | ListItemEvent flash.events.MouseEvent |
| Method | Defined by | ||
|---|---|---|---|
|
ListItemEvent(type:String, value:ListCell, cell:MouseEvent, e:*)
| ListItemEvent | ||
|
clone():Event
| ListItemEvent | ||
| ListItemEvent | |||
|
getValue():*
| ListItemEvent | ||
| Constant | Defined 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 | ||
| ListItemEvent | () | constructor |
public function ListItemEvent(type:String, value:ListCell, cell:MouseEvent, e:*)Parameters
type:String |
|
value:ListCell |
|
cell:MouseEvent |
|
e:* — the original mouse event
|
| clone | () | method |
public override function clone():Event
Returns
Event |
| getCell | () | method |
| getValue | () | method |
public function getValue():*
Returns
* |
| ITEM_CLICK | constant |
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:
| Property | Value |
|---|---|
bubbles | false |
cancelable | false |
getValue() | the value of this item |
getCell() | the cell(cell renderer) of this item |
currentTarget | The 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. |
target | The 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_CLICK | constant |
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:
| Property | Value |
|---|---|
bubbles | false |
cancelable | false |
getValue() | the value of this item |
getCell() | the cell(cell renderer) of this item |
currentTarget | The 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. |
target | The 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_DOWN | constant |
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:
| Property | Value |
|---|---|
bubbles | false |
cancelable | false |
getValue() | the value of this item |
getCell() | the cell(cell renderer) of this item |
currentTarget | The 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. |
target | The 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_SIDE | constant |
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:
| Property | Value |
|---|---|
bubbles | false |
cancelable | false |
getValue() | the value of this item |
getCell() | the cell(cell renderer) of this item |
currentTarget | The 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. |
target | The 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_OUT | constant |
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:
| Property | Value |
|---|---|
bubbles | false |
cancelable | false |
getValue() | the value of this item |
getCell() | the cell(cell renderer) of this item |
currentTarget | The 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. |
target | The 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_OVER | constant |
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:
| Property | Value |
|---|---|
bubbles | false |
cancelable | false |
getValue() | the value of this item |
getCell() | the cell(cell renderer) of this item |
currentTarget | The 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. |
target | The 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. |