class org.aswing.ext.GridListItemEvent extends MouseEvent

The event for items of List. @author paling

Class Fields

static var ITEM_CLICK:String

The GridListItemEvent.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.

@eventType itemClick

static var ITEM_DOUBLE_CLICK:String

The GridListItemEvent.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:

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.

@eventType itemDoubleClick

static var ITEM_MOUSE_DOWN:String

The GridListItemEvent.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:

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.

@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:

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.

@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:

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.

@eventType itemRollOut

static var ITEM_ROLL_OVER:String

The GridListItemEvent.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:

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.

@eventType itemRollOver

Instance Fields

Show inherited public instance fieldsHide inherited public instance fields

Inherited from MouseEvent

var altKey:Bool
var buttonDown:Bool
var ctrlKey:Bool
var delta:Int
var isRelatedObjectInaccessible:Bool
var localX:Float
var localY:Float
var relatedObject:InteractiveObject
var shiftKey:Bool
var stageX:Float
var stageY:Float
function updateAfterEvent():Void

Inherited from Event

var bubbles:Bool
var cancelable:Bool
var currentTarget:Dynamic
var eventPhase:EventPhase
var target:Dynamic
var type:String
function clone():Event
function formatToString(className:String, ?p1:Dynamic, ?p2:Dynamic, ?p3:Dynamic, ?p4:Dynamic, ?p5:Dynamic):String
function isDefaultPrevented():Bool
function preventDefault():Void
function stopImmediatePropagation():Void
function stopPropagation():Void
function toString():String

function new(type:String, value:Dynamic, index:Int, cell:GridListCell, e:MouseEvent): Void

function clone(): Event

function getCell(): GridListCell

function getIndex(): Int

function getValue(): Dynamic