Packagespark.components.supportClasses
Classpublic class CallOutDropDownController
InheritanceCallOutDropDownController Inheritance DropDownController Inheritance flash.events.EventDispatcher



Public Properties
 PropertyDefined By
 InheritedAIR-only closeOnResize : Boolean
When true, resizing the system manager closes the drop down.
DropDownController
 InheritedhitAreaAdditions : Vector.<DisplayObject>
A list of display objects to consider part of the hit area of the drop down.
DropDownController
 InheritedisOpen : Boolean
[read-only] Contains true if the drop down is open.
DropDownController
 InheritedopenButton : ButtonBase
A reference to the openButton skin part of the drop-down component.
DropDownController
 InheritedrollOverOpenDelay : Number
Specifies the delay, in milliseconds, to wait for opening the drop down when the anchor button is rolled over.
DropDownController
 InheritedsystemManager : ISystemManager
A reference to the SystemManager used for mouse tracking.
DropDownController
Public Methods
 MethodDefined By
  
CallOutDropDownController
 Inherited
closeDropDown(commit:Boolean):void
Close the drop down and dispatch a DropDownEvent.CLOSE event.
DropDownController
 Inherited
Open the drop down and dispatch a DropdownEvent.OPEN event.
DropDownController
 Inherited
processFocusOut(event:FocusEvent):void
Close the drop down if it is no longer in focus.
DropDownController
 Inherited
processKeyDown(event:KeyboardEvent):Boolean
Handles the keyboard user interactions.
DropDownController
Constructor Detail
CallOutDropDownController()Constructor
public function CallOutDropDownController()