Displays a pop-up like a drop-down, either below or above the source.

Events:

openfl.events.Event.OPEN

Dispatched when the pop-up adapter opens, and DropDownPopUpAdapter.active changes to true.

openfl.events.Event.CLOSE

Dispatched when the pop-up adapter closes, and DropDownPopUpAdapter.active changes to false.

Available since

1.0.0

.

Constructor

new()

Creates a new DropDownPopUpAdapter object.

Available since

1.0.0

.

Variables

@:flash.propertyread onlyactive:Bool

@:value(false)modal:Bool = false

Methods

close():Void

See also:

open(content:DisplayObject, origin:DisplayObject):Void