Packagemenu3.modal
Classpublic class ModalDialogContainerBase
InheritanceModalDialogContainerBase Inheritance MenuElementBase Inheritance flash.display.Sprite
Subclasses ModalDialogFrame, ModalDialogItemDetails, ModalDialogTargetObjectives



Public Properties
 PropertyDefined By
 Inheritedm_children : Array
MenuElementBase
 Inheritedm_name : String
MenuElementBase
 Inheritedm_parent : MenuElementBase
MenuElementBase
Protected Properties
 PropertyDefined By
  m_callbackSendEvent : Function
ModalDialogContainerBase
  m_callbackSendEventWithValue : Function
ModalDialogContainerBase
  m_dialogInformation : DialogInformation
ModalDialogContainerBase
 Inheritedm_mouseMode : int = 0
MenuElementBase
 Inheritedm_mouseWheelMode : int = 0
MenuElementBase
  m_taskManagerEnqueue : Function = null
ModalDialogContainerBase
Public Methods
 MethodDefined By
  
ModalDialogContainerBase
 Inherited
addChild2(_arg_1:Sprite, _arg_2:int = -1):void
MenuElementBase
 Inherited
bubbleEvent(_arg_1:String, _arg_2:MenuElementBase):void
MenuElementBase
 Inherited
MenuElementBase
 Inherited
MenuElementBase
 Inherited
MenuElementBase
 Inherited
getContainer():Sprite
MenuElementBase
 Inherited
getData():Object
MenuElementBase
  
ModalDialogContainerBase
 Inherited
getHeight():Number
MenuElementBase
 Inherited
getId(_arg_1:Sprite):int
[static]
MenuElementBase
 Inherited
getMenuElementBounds(_arg_1:MenuElementBase, _arg_2:MenuElementBase, _arg_3:Function = null):Rectangle
MenuElementBase
  
ModalDialogContainerBase
  
getModalWidth():Number
ModalDialogContainerBase
 Inherited
getNodeProp(_arg_1:Sprite, _arg_2:String):*
[static]
MenuElementBase
 Inherited
MenuElementBase
 Inherited
getView():Sprite
MenuElementBase
 Inherited
MenuElementBase
 Inherited
getWidth():Number
MenuElementBase
 Inherited
handleEvent(_arg_1:String, _arg_2:Sprite):Boolean
MenuElementBase
 Inherited
handleMouseDown(_arg_1:Function, _arg_2:MouseEvent):void
MenuElementBase
 Inherited
handleMouseOut(_arg_1:Function, _arg_2:MouseEvent):void
MenuElementBase
 Inherited
handleMouseOver(_arg_1:Function, _arg_2:MouseEvent):void
MenuElementBase
 Inherited
handleMouseRollOut(_arg_1:Function, _arg_2:MouseEvent):void
MenuElementBase
 Inherited
handleMouseRollOver(_arg_1:Function, _arg_2:MouseEvent):void
MenuElementBase
 Inherited
handleMouseUp(_arg_1:Function, _arg_2:MouseEvent):void
MenuElementBase
 Inherited
handleMouseWheel(_arg_1:Function, _arg_2:MouseEvent):void
MenuElementBase
 Inherited
hasChildren():Boolean
MenuElementBase
  
hide():void
ModalDialogContainerBase
 Inherited
MenuElementBase
  
onButtonPressed(_arg_1:Number):void
ModalDialogContainerBase
 Inherited
MenuElementBase
 Inherited
MenuElementBase
 Inherited
MenuElementBase
  
ModalDialogContainerBase
 Inherited
onPersistentReloadData(_arg_1:Object):void
MenuElementBase
  
onScroll(_arg_1:Number, _arg_2:Boolean):void
ModalDialogContainerBase
 Inherited
onSetData(_arg_1:Object):void
MenuElementBase
  
onSetItemSelected(_arg_1:int, _arg_2:Boolean):void
ModalDialogContainerBase
 Inherited
MenuElementBase
 Inherited
MenuElementBase
 Inherited
removeChild2(_arg_1:Sprite):void
MenuElementBase
 Inherited
reorderChildren(_arg_1:Array):void
MenuElementBase
 Inherited
replaceChild2(_arg_1:Sprite, _arg_2:Sprite):void
MenuElementBase
 Inherited
MenuElementBase
  
setButtonData(_arg_1:Array):void
ModalDialogContainerBase
 Inherited
setCol(_arg_1:Number):void
MenuElementBase
  
setEngineCallbacks(_arg_1:Function, _arg_2:Function):void
[override]
ModalDialogContainerBase
 Inherited
setFocus(_arg_1:Boolean):void
MenuElementBase
 Inherited
setFocusChildElement(_arg_1:Sprite):void
MenuElementBase
 Inherited
setHeight(_arg_1:Number):void
MenuElementBase
 Inherited
setRow(_arg_1:Number):void
MenuElementBase
  
setTaskManagerEnqueue(_arg_1:Function):void
ModalDialogContainerBase
 Inherited
setVisible(_arg_1:Object):void
MenuElementBase
 Inherited
setWidth(_arg_1:Number):void
MenuElementBase
 Inherited
setX(_arg_1:Number):void
MenuElementBase
 Inherited
setY(_arg_1:Number):void
MenuElementBase
 Inherited
MenuElementBase
 Inherited
unsetFocusChildElement(_arg_1:Sprite):void
MenuElementBase
  
ModalDialogContainerBase
Protected Methods
 MethodDefined By
  
addMouseEventListeners(element:Sprite, i:int):void
ModalDialogContainerBase
  
ModalDialogContainerBase
  
addMouseWheelEventListener(_arg_1:Sprite):void
ModalDialogContainerBase
 Inherited
setPopOutScale(viewElement:Object, active:Boolean, animate:Boolean = true):void
MenuElementBase
Property Detail
m_callbackSendEventproperty
protected var m_callbackSendEvent:Function

m_callbackSendEventWithValueproperty 
protected var m_callbackSendEventWithValue:Function

m_dialogInformationproperty 
protected var m_dialogInformation:DialogInformation

m_taskManagerEnqueueproperty 
protected var m_taskManagerEnqueue:Function = null

Constructor Detail
ModalDialogContainerBase()Constructor
public function ModalDialogContainerBase(_arg_1:Object)



Parameters
_arg_1:Object
Method Detail
addMouseEventListeners()method
protected function addMouseEventListeners(element:Sprite, i:int):void

Parameters

element:Sprite
 
i:int

addMouseEventListenersOnButton()method 
protected function addMouseEventListenersOnButton(button:ModalDialogGenericButton, i:int):void

Parameters

button:ModalDialogGenericButton
 
i:int

addMouseWheelEventListener()method 
protected function addMouseWheelEventListener(_arg_1:Sprite):void

Parameters

_arg_1:Sprite

getDialogInformation()method 
public function getDialogInformation():Object

Returns
Object
getModalHeight()method 
public function getModalHeight():Number

Returns
Number
getModalWidth()method 
public function getModalWidth():Number

Returns
Number
hide()method 
public function hide():void

onButtonPressed()method 
public function onButtonPressed(_arg_1:Number):void

Parameters

_arg_1:Number

onFadeInFinished()method 
public function onFadeInFinished():void

onScroll()method 
public function onScroll(_arg_1:Number, _arg_2:Boolean):void

Parameters

_arg_1:Number
 
_arg_2:Boolean

onSetItemSelected()method 
public function onSetItemSelected(_arg_1:int, _arg_2:Boolean):void

Parameters

_arg_1:int
 
_arg_2:Boolean

setButtonData()method 
public function setButtonData(_arg_1:Array):void

Parameters

_arg_1:Array

setEngineCallbacks()method 
override public function setEngineCallbacks(_arg_1:Function, _arg_2:Function):void

Parameters

_arg_1:Function
 
_arg_2:Function

setTaskManagerEnqueue()method 
public function setTaskManagerEnqueue(_arg_1:Function):void

Parameters

_arg_1:Function

updateButtonPrompts()method 
public function updateButtonPrompts():void