| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
Object
|
+--xp.events.Event
|
+--xp.events.DialogResultEvent
Field Summary | ||
| data: Object | ||
| An optional data item to be returned | ||
| result: Number | ||
| The dialogResult. | ||
| type: String | ||
| The type of event, the string "dialogResult". | ||
| ||
Constructor | ||
| public | DialogResultEvent ( result: Number, data: Object) | |
| Constructs a new dialog result event | ||
| var data: Object |
| An optional data item to be returned |
| var result: Number |
| The dialogResult. |
| var type: String |
| The type of event, the string "dialogResult". |
|
| Constructs a new dialog result event | ||||||
|