IPopUpContentManager
public interface
feathers.controls.popups.IPopUpContentManager
Description
Automatically manages pop-up content layout and positioning.
API overview
Constructor
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
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. |