Package | menu3.modal |
Class | public dynamic class ModalDialogGeneric |
Inheritance | ModalDialogGeneric ![]() ![]() ![]() ![]() ![]() |
Property | Defined By | ||
---|---|---|---|
![]() | m_buttonCount : int = 0 | ModalDialogFrame | |
![]() | m_callbackSendEvent : Function | ModalDialogContainerBase | |
![]() | m_callbackSendEventWithValue : Function | ModalDialogContainerBase | |
![]() | m_cancelButtonIndex : int = 0 | ModalDialogFrame | |
![]() | m_dialogHeight : Number | ModalDialogFrame | |
![]() | m_dialogInformation : DialogInformation | ModalDialogContainerBase | |
![]() | m_dialogWidth : Number | ModalDialogFrame | |
![]() | m_maxTitleWidth : Number = 0 | ModalDialogFrameInformation | |
![]() | m_mouseMode : int = 0 | MenuElementBase | |
![]() | m_mouseWheelMode : int = 0 | MenuElementBase | |
![]() | m_scrollingContainer : ModalScrollingContainer | ModalDialogFrameInformation | |
![]() | m_selectableElements : Array | ModalDialogFrame | |
![]() | m_submitButtonIndex : int = 0 | ModalDialogFrame | |
![]() | m_submitValidators : Vector.<ISubmitValidator> | ModalDialogFrame | |
![]() | m_taskManagerEnqueue : Function = null | ModalDialogContainerBase | |
m_viewDescription : TextField | ModalDialogGeneric | ||
m_viewFrame : Sprite | ModalDialogGeneric | ||
m_viewTitle : TextField | ModalDialogGeneric |
Constant | Defined By | ||
---|---|---|---|
FRAME_HEIGHT_MAX : Number = 768.223 [static] | ModalDialogGeneric | ||
FRAME_HEIGHT_MIN : Number = 260 [static] | ModalDialogGeneric | ||
FRAME_REST_HEIGHT : Number = 160 [static] | ModalDialogGeneric | ||
FRAME_WIDTH : Number = 750 [static] | ModalDialogGeneric |
m_viewDescription | property |
protected var m_viewDescription:TextField
m_viewFrame | property |
protected var m_viewFrame:Sprite
m_viewTitle | property |
protected var m_viewTitle:TextField
ModalDialogGeneric | () | Constructor |
public function ModalDialogGeneric(_arg_1:Object)
_arg_1:Object |
createView | () | method |
protected function createView():void
getView | () | method |
override public function getView():Sprite
ReturnsSprite |
hide | () | method |
override public function hide():void
onSetData | () | method |
override public function onSetData(_arg_1:Object):void
Parameters
_arg_1:Object |
FRAME_HEIGHT_MAX | Constant |
public static const FRAME_HEIGHT_MAX:Number = 768.223
FRAME_HEIGHT_MIN | Constant |
public static const FRAME_HEIGHT_MIN:Number = 260
FRAME_REST_HEIGHT | Constant |
public static const FRAME_REST_HEIGHT:Number = 160
FRAME_WIDTH | Constant |
public static const FRAME_WIDTH:Number = 750