Manages the layout and positioning of a pop-up displayed by a component like ComboBox or PopUpListView.

Available since

1.0.0

.

See:

Variables

read onlyactive:Bool

Indicates if the pop-up is currently active or not.

Available since

1.0.0

.

read onlypersistent:Bool

Indicates if the pop-up adapter should manage its own closing, or if it should allow the source to close the pop-up.

Available since

1.0.0

.

Methods

close ():Void

Hides the pop-up.

Available since

1.0.0

.

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

Displays the pop-up.

Available since

1.0.0

.