Package | spark.components.supportClasses |
Class | public class CallOutDropDownController |
Inheritance | CallOutDropDownController DropDownController flash.events.EventDispatcher |
Method | Defined By | ||
---|---|---|---|
CallOutDropDownController | |||
closeDropDown(commit:Boolean):void
Close the drop down and dispatch a DropDownEvent.CLOSE event. | DropDownController | ||
openDropDown():void
Open the drop down and dispatch a DropdownEvent.OPEN event. | DropDownController | ||
processFocusOut(event:FocusEvent):void
Close the drop down if it is no longer in focus. | DropDownController | ||
processKeyDown(event:KeyboardEvent):Boolean
Handles the keyboard user interactions. | DropDownController |