Packagemenu3.modal
Classpublic class ModalDialogFrame
InheritanceModalDialogFrame Inheritance ModalDialogContainerBase Inheritance MenuElementBase Inheritance flash.display.Sprite
Subclasses ModalDialogFrameInformation



Public Properties
 PropertyDefined By
 Inheritedm_children : Array
MenuElementBase
 Inheritedm_name : String
MenuElementBase
 Inheritedm_parent : MenuElementBase
MenuElementBase
Protected Properties
 PropertyDefined By
  m_buttonCount : int = 0
ModalDialogFrame
 Inheritedm_callbackSendEvent : Function
ModalDialogContainerBase
 Inheritedm_callbackSendEventWithValue : Function
ModalDialogContainerBase
  m_cancelButtonIndex : int = 0
ModalDialogFrame
  m_dialogHeight : Number
ModalDialogFrame
 Inheritedm_dialogInformation : DialogInformation
ModalDialogContainerBase
  m_dialogWidth : Number
ModalDialogFrame
 Inheritedm_mouseMode : int = 0
MenuElementBase
 Inheritedm_mouseWheelMode : int = 0
MenuElementBase
  m_selectableElements : Array
ModalDialogFrame
  m_submitButtonIndex : int = 0
ModalDialogFrame
  m_submitValidators : Vector.<ISubmitValidator>
ModalDialogFrame
 Inheritedm_taskManagerEnqueue : Function = null
ModalDialogContainerBase
Public Methods
 MethodDefined By
  
ModalDialogFrame(_arg_1:Object)
ModalDialogFrame
 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
 Inherited
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
  
[override]
ModalDialogFrame
  
getModalWidth():Number
[override]
ModalDialogFrame
 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
 Inherited
hide():void
ModalDialogContainerBase
 Inherited
MenuElementBase
  
onButtonPressed(_arg_1:Number):void
[override]
ModalDialogFrame
 Inherited
MenuElementBase
 Inherited
MenuElementBase
 Inherited
MenuElementBase
 Inherited
ModalDialogContainerBase
 Inherited
onPersistentReloadData(_arg_1:Object):void
MenuElementBase
 Inherited
onScroll(_arg_1:Number, _arg_2:Boolean):void
ModalDialogContainerBase
  
onSetData(_arg_1:Object):void
[override]
ModalDialogFrame
  
onSetItemSelected(_arg_1:int, _arg_2:Boolean):void
[override]
ModalDialogFrame
 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
[override]
ModalDialogFrame
 Inherited
setCol(_arg_1:Number):void
MenuElementBase
 Inherited
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
 Inherited
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
 Inherited
ModalDialogContainerBase
  
ModalDialogFrame
Protected Methods
 MethodDefined By
 Inherited
addMouseEventListeners(element:Sprite, i:int):void
ModalDialogContainerBase
 Inherited
ModalDialogContainerBase
 Inherited
addMouseWheelEventListener(_arg_1:Sprite):void
ModalDialogContainerBase
  
ModalDialogFrame
  
ModalDialogFrame
  
onPressed():void
ModalDialogFrame
  
setItemSelected(_arg_1:Boolean):void
ModalDialogFrame
 Inherited
setPopOutScale(viewElement:Object, active:Boolean, animate:Boolean = true):void
MenuElementBase
  
updateDialogHeight(_arg_1:Number, _arg_2:Number, _arg_3:Number):Number
ModalDialogFrame
Property Detail
m_buttonCountproperty
protected var m_buttonCount:int = 0

m_cancelButtonIndexproperty 
protected var m_cancelButtonIndex:int = 0

m_dialogHeightproperty 
protected var m_dialogHeight:Number

m_dialogWidthproperty 
protected var m_dialogWidth:Number

m_selectableElementsproperty 
protected var m_selectableElements:Array

m_submitButtonIndexproperty 
protected var m_submitButtonIndex:int = 0

m_submitValidatorsproperty 
protected var m_submitValidators:Vector.<ISubmitValidator>

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



Parameters
_arg_1:Object
Method Detail
checkSubmitValidators()method
protected function checkSubmitValidators():Boolean

Returns
Boolean
getModalHeight()method 
override public function getModalHeight():Number

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

Returns
Number
getSubmitButton()method 
protected function getSubmitButton():ModalDialogGenericButton

Returns
ModalDialogGenericButton
onButtonPressed()method 
override public function onButtonPressed(_arg_1:Number):void

Parameters

_arg_1:Number

onPressed()method 
protected function onPressed():void

onSetData()method 
override public function onSetData(_arg_1:Object):void

Parameters

_arg_1:Object

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

Parameters

_arg_1:int
 
_arg_2:Boolean

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

Parameters

_arg_1:Array

setItemSelected()method 
protected function setItemSelected(_arg_1:Boolean):void

Parameters

_arg_1:Boolean

updateDialogHeight()method 
protected function updateDialogHeight(_arg_1:Number, _arg_2:Number, _arg_3:Number):Number

Parameters

_arg_1:Number
 
_arg_2:Number
 
_arg_3:Number

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