| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
Object
|
+--xp.events.Event
|
+--xp.events.ListItemEvent
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 | ||
| ||
Constructor | ||
| public | ListItemEvent ( type: String, itemIndex: Number, columnIndex: Number, rowGroup: String) | |
| Constructs a list item event | ||
| var columnIndex: Number |
| A number that indicates the index of the target column this event relates to. The first position is 0. |
| var itemIndex: Number |
| A number that indicates the index of the target row this event relates to. The first position is 0. |
| var rowGroup: String |
| A string indicating which rowGroup the item was in, one of body, header, footer, or editor |
|
| Constructs a list item event | ||||||||||||
|