Main Page | Packages | Class Tree | Index | Help

xp.events

class ListItemEvent

Object
  |
  +--xp.events.Event
        |
        +--xp.events.ListItemEvent


class ListItemEvent
extends Event

An event raised by a List Item when the mouse rolls over or out.


Author:
ProWin Computers Ltd. - Rob Edgar

Version:
3.0.0.000

See also:


Field Summary


columnIndex: Number
A number that indicates the index of the target column this event relates to. The first position is 0.


itemIndex: Number
A number that indicates the index of the target row this event relates to. The first position is 0.


rowGroup: String
A string indicating which rowGroup the item was in, one of body, header, footer, or editor

Fields inherited from class xp.events.Event

bubbles, cancel, currentTarget, handled, target, type

Constructor

public
ListItemEvent ( type: String, itemIndex: Number, columnIndex: Number, rowGroup: String)
Constructs a list item event



Field Documentation

columnIndex

var columnIndex: Number
A number that indicates the index of the target column this event relates to. The first position is 0.

itemIndex

var itemIndex: Number
A number that indicates the index of the target row this event relates to. The first position is 0.

rowGroup

var rowGroup: String
A string indicating which rowGroup the item was in, one of body, header, footer, or editor


Constructor Documentation

ListItemEvent

public function ListItemEvent(type: String,
 itemIndex: Number,
 columnIndex: Number,
 rowGroup: String)
Constructs a list item event

Parameters:
type
the type of the event
itemIndex
index A number that indicates the index of the item that the event relates to.
columnIndex
rowGroup
A string indicating which rowGroup the event originated in, one of header, footer, editor or body. Defaults to body if not set.

The documentation was generated from the following file:


Generated on 10/30/2005 9:34:02 PM by AS2Doc