class org.aswing.event.ListItemEvent extends MouseEvent
The event for items of List. @author paling
Class Fields
static var ITEM_CLICK:String
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. |
@eventType itemClick
static var ITEM_DOUBLE_CLICK:String
The ListItemEvent.ITEMDOUBLECLICK 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. |
@eventType itemDoubleClick
static var ITEM_MOUSE_DOWN:String
The ListItemEvent.ITEMMOUSEDOWN 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. |
@eventType itemMouseDown
static var ITEM_RELEASE_OUT_SIDE:String
The ListItemEvent.ITEMRELEASEOUT_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. |
@eventType itemReleaseOutSide
static var ITEM_ROLL_OUT:String
The ListItemEvent.ITEMROLLOUT 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. |
@eventType itemRollOut
static var ITEM_ROLL_OVER:String
The ListItemEvent.ITEMROLLOVER 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. |
@eventType itemRollOver
Instance Fields
![]() | Show inherited public instance fields | Hide inherited public instance fields
|
