| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
Object
|
+--xp.events.Event
|
+--xp.events.ButtonEditorEvent
Field Summary | ||
| button: Object | ||
| The button that the event has been performed on. | ||
| data: Object | ||
| The data item associated with this panel | ||
| eventName: String | ||
| The name of the event | ||
| index: Number | ||
| The index of the button. | ||
| type: String | ||
| The type of event, the string "buttoneditor" | ||
| ||
Constructor | ||
| public | ButtonEditorEvent ( button: Object, index: Number, data: Object, eventName: String) | |
| Constructs a new panel event | ||
| var button: Object |
| The button that the event has been performed on. |
| var data: Object |
| The data item associated with this panel |
| var eventName: String |
| The name of the event |
| var index: Number |
| The index of the button. |
| var type: String |
| The type of event, the string "buttoneditor" |
|
| Constructs a new panel event | ||||||||||||
|
The eventName property determine what action is taking place.
If the cancel property is set to true the action will be cancelled.