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

Product Version : Feathers 2.3.0

A custom IPopUpContentManager that has a prompt that may be customized by the parent component.



Public Properties
 PropertyDefined By
 InheritedisOpen : Boolean
[read-only] Indicates if the pop-up content is open or not.
IPopUpContentManager
  prompt : String
Some descriptive text to display with the pop-up.
IPopUpContentManagerWithPrompt
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
Property Detail
promptproperty
prompt:String

Some descriptive text to display with the pop-up.


Implementation
    public function get prompt():String
    public function set prompt(value:String):void