| Class | Description |
---|
| CustomEvent |
MXML auto-imports flash.events.Event which then requires
full qualification to use org.apache.flex.events.Event. |
| DetailEvent |
The DetailEvent class is used for dispatching an event
that has a string with more information
|
| DragEvent |
Drag and Drop Events. |
| DragEventBase |
Drag and Drop Events. |
| Event |
This class simply wraps flash.events.Event so that
no flash packages are needed on the JS side. |
| EventDispatcher |
This class simply wraps flash.events.EventDispatcher so that
no flash packages are needed on the JS side. |
| ItemAddedEvent |
The ItemAddedEvent is dispatched by IItemRendererParent objects whenenver an
itemRenderer is added. |
| ItemClickedEvent |
The ItemClickedEvent is a custom event issued by an itemRenderer to
convey information about itself when it has determined that the
event(s) happening to it constitute a 'click' on itself. |
| ItemRemovedEvent |
The ItemRemovedEvent is dispatched by IItemRendererParent objects whenenver an
itemRenderer is removed. |
| MouseEvent |
Mouse events
|
| ProgressEvent |
The ProgressEvent
|
| ValueChangeEvent |
The ValueChangeEvent class replaces the PropertyChangeEvent as
the default event for property changes used in the databinding
subsystem. |
| ValueEvent |
The ValueEvent class is used for dispatching an event
that has one useful value
|