| Class | Description |
---|
| AlertController |
The AlertControler class bead handles the close event on the org.apache.flex.html.Alert
by removing the org.apache.flex.html.Alert from the display. |
| ButtonAutoRepeatController |
The ButtonAutoRepeatController class adds autorepeat
functionality to a button. |
| ComboBoxController |
The ComboBoxController class bead handles mouse events on the elements of
the org.apache.flex.html.ComboBox. |
| DateChooserMouseController |
The DateChooserMouseController class is responsible for listening to
mouse event related to the DateChooser. |
| DateFieldMouseController |
The DateFieldMouseController class is responsible for monitoring
the mouse events on the elements of the DateField. |
| DropDownListController |
The DropDownListController class is the controller for
org.apache.flex.html.DropDownList. |
| EditableTextKeyboardController |
The EditableTextKeyboardController class bead intercepts keyboard events on the
component's text field and emits change events. |
| ItemRendererMouseController |
The ItemRendererMouseController class bead handles mouse events in itemRenderers. |
| ListSingleSelectionMouseController |
The ListSingleSelectionMouseController class is a controller for
org.apache.flex.html.List. |
| ScrollBarMouseControllerBase |
The ScrollBarMouseControllerBase class is the base class
for ScrollBarMouseControllers such as VScrollBarMouseController. |
| SliderMouseController |
The SliderMouseController class bead handles mouse events on the
org.apache.flex.html.Slider's component parts (thumb and track) and
dispatches change events on behalf of the Slider (as well as co-ordinating visual
changes (such as moving the thumb when the track has been tapped or clicked). |
| SpinnerMouseController |
The SpinnerMouseController class bead handles mouse events on the
org.apache.flex.html.Spinner's component buttons, changing the
value of the Spinner. |
| VScrollBarMouseController |
The VScrollBarMouseController class is the controller for
org.apache.flex.html.supportClasses.ScrollBar
that acts as the Vertical ScrollBar. |