The DropDownListController class is the controller for
org.apache.flex.html.DropDownList. Controllers
watch for events from the interactive portions of a View and
update the data model or dispatch a semantic event.
This controller watches for the click event and displays the
dropdown/popup, and watches the dropdown/popup for change events
and updates the selection model accordingly.