Previous | Next | Frames | No Frames |
Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
Object | +--mx.managers.PopUpManager
Field Summary | ||
_name: String | ||
_parent: UIObject | ||
properties and methods that actually live on UIObject | ||
_visible: Boolean | ||
static | mixins: PopUpManager | |
need an instance of yourself so you can add methods to another instance | ||
modalWindow: MovieClip | ||
modality is accomplished by creating a full screen transparent window underneath the popup that eats all mouse clicks | ||
move: Function | ||
owner: MovieClip | ||
popUp: MovieClip | ||
setSize: Function | ||
static | version: String | |
Version string Copyright (C) 2003 Macromedia, Inc. | ||
| ||
Method Summary | ||
static | createModalWindow ( parent: MovieClip, o: MovieClip, broadcastOutsideEvents: Boolean ): Void | |
create the modal window | ||
static | createPopUp ( parent: MovieClip, className: Object, modal: Boolean, initobj: Object, broadcastOutsideEvents: Boolean ): MovieClip | |
create a top level window. | ||
deletePopUp ( Void ): Void | ||
modal windows must be destroyed via deletePopUp | ||
getVisible ( Void ): Boolean | ||
override visible in order to take care of the modal window | ||
nullFunction ( Void ): Void | ||
stub function used to capture mouse | ||
onMouseDown ( Void ): Void | ||
check to see if we've been clicked outside the modal window | ||
onPress ( Void ): Void | ||
added to modal window to get mouseDownOutside events | ||
resize ( Void ): Void | ||
the modal window must react to screen size changes | ||
setVisible ( v: Boolean, noEvent: Boolean ): Void | ||
override visible in order to take care of the modal window | ||
| ||
var _name: String |
var _parent: UIObject |
properties and methods that actually live on UIObject |
var _visible: Boolean |
static var mixins: PopUpManager |
need an instance of yourself so you can add methods to another instance |
var modalWindow: MovieClip |
modality is accomplished by creating a full screen transparent window underneath the popup that eats all mouse clicks |
var move: Function |
var owner: MovieClip |
var popUp: MovieClip |
var setSize: Function |
static var version: String |
Version string Copyright (C) 2003 Macromedia, Inc. All Rights Reserved. The following is Sample Code and is subject to all restrictions on such code as contained in the End User License Agreement accompanying this product. |
|
create the modal window |
|
create a top level window. Modal windows must be destroyed by calling deletePopUp() which will be added to the top level window | |||||||||||||||
|
|
modal windows must be destroyed via deletePopUp |
|
override visible in order to take care of the modal window |
|
stub function used to capture mouse |
|
check to see if we've been clicked outside the modal window |
|
added to modal window to get mouseDownOutside events |
|
the modal window must react to screen size changes |
|
override visible in order to take care of the modal window |