| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
Object
|
+--xp.events.Event
|
+--xp.events.MenuEvent
|
+--xp.events.MenuItemEvent
Field Summary | ||
| data: Object | ||
| The data object associated with the item. | ||
| id: String | ||
| The id of the MenuItem | ||
| item: Object | ||
| The selected MenuItem. | ||
| ||
| ||
Constructor | ||
| public | MenuItemEvent ( type: String, menubar: Object, menu: Object, item: Object, id: String, data: Object) | |
| Constructs a new select event | ||
| var data: Object |
| The data object associated with the item. |
| var id: String |
| The id of the MenuItem |
| var item: Object |
| The selected MenuItem. |
|
| Constructs a new select event | ||||||||||||||||||
|