IPopUpContentManager

public interface
feathers.controls.popups.IPopUpContentManager

Description

Automatically manages pop-up content layout and positioning.

API overview

Constructor

IPopUpContentManager ()

Functions

Public functions

close (): Void

Closes the pop-up content

dispose (): Void

Cleans up the manager

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

Displays the pop-up content

Constructor

IPopUpContentManager ()

Functions

close (): Void

Closes the pop-up content. If it is not opened, nothing happens.



dispose (): Void

Cleans up the manager.



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

Displays the pop-up content.

Parameters

content: DisplayObject The content for the pop-up content manager to display.
source: DisplayObject The source of the pop-up. May be used to position and/or size the pop-up. May be completely ignored instead.


: