Packagefeathers.controls.popups
Interfacepublic interface IPersistentPopUpContentManager extends IPopUpContentManager, IFeathersEventDispatcher
Implementors BottomDrawerPopUpContentManager

Product Version : Feathers 2.3.0

An IPopUpContentManager that wraps its content in a custom UI that should keep the content open until closed by the user.

For example, a PickerList using this type of manager would keep its pop-up open after a list item is selected or triggered. The manager will provide its own custom UI to close itself, such as a close button.



Public Properties
 PropertyDefined By
 InheritedisOpen : Boolean
[read-only] Indicates if the pop-up content is open or not.
IPopUpContentManager
Public Methods
 MethodDefined By
 Inherited
addEventListener(type:String, listener:Function):void
Adds a listener for an event type.
IFeathersEventDispatcher
 Inherited
close():void
Closes the pop-up content.
IPopUpContentManager
 Inherited
dispatchEvent(event:Event):void
Dispatches an event to all listeners added for the specified event type.
IFeathersEventDispatcher
 Inherited
dispatchEventWith(type:String, bubbles:Boolean = false, data:Object = null):void
Dispatches an event from the pool with the specified to all listeners for the specified event type.
IFeathersEventDispatcher
 Inherited
dispose():void
Cleans up the manager.
IPopUpContentManager
 Inherited
hasEventListener(type:String, listener:Function = null):Boolean
Checks if a listener has been added for the specified event type.
IFeathersEventDispatcher
 Inherited
open(content:DisplayObject, source:DisplayObject):void
Displays the pop-up content.
IPopUpContentManager
 Inherited
removeEventListener(type:String, listener:Function):void
Removes a listener for an event type.
IFeathersEventDispatcher
 Inherited
removeEventListeners(type:String = null):void
Removes all listeners for an event type.
IFeathersEventDispatcher