Main Page | Packages | Class Tree | Index | Help

xp.events

class ButtonEditorEvent

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


class ButtonEditorEvent
extends Event

Broadcast ButtonEditor event.

Event; broadcast to all registered listeners when an ButtonEditor event occurs.
The eventName property determine what action is taking place.
If the cancel property is set to true the action will be cancelled.


Author:
ProWin Computers Ltd. - Rob Edgar

Version:
3.0.0.000

See also:


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"

Fields inherited from class xp.events.Event

bubbles, cancel, currentTarget, handled, target, type

Constructor

public
ButtonEditorEvent ( button: Object, index: Number, data: Object, eventName: String)
Constructs a new panel event



Field Documentation

button

var button: Object
The button that the event has been performed on.

data

var data: Object
The data item associated with this panel

eventName

var eventName: String
The name of the event

index

var index: Number
The index of the button.

type

var type: String
The type of event, the string "buttoneditor"


Constructor Documentation

ButtonEditorEvent

public function ButtonEditorEvent(button: Object,
 index: Number,
 data: Object,
 eventName: String)
Constructs a new panel event

Parameters:
button
panel The panel that the action has been performed on.
index
The index of the panel.
data
The data item associated with this panel
eventName
action A value indicating what action is/has taken place.

The documentation was generated from the following file:


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