Package | menu3.modal |
Class | public dynamic class ModalDialogGenericButton |
Inheritance | ModalDialogGenericButton ![]() ![]() ![]() ![]() ![]() |
Subclasses | ModalDialogGenericCheckboxButton |
Property | Defined By | ||
---|---|---|---|
![]() | m_container : Sprite | BaseContainer | |
![]() | m_direction : String | ListContainer | |
![]() | m_emptyView : Sprite | BaseContainer | |
m_iconLabel : String | ModalDialogGenericButton | ||
![]() | m_isChildSelected : Boolean = false | BaseContainer | |
![]() | m_isGroupSelected : Boolean = false | BaseContainer | |
![]() | m_isSelected : Boolean = false | BaseContainer | |
![]() | m_loading : Boolean = false | CollapsableListContainer | |
![]() | m_mouseMode : int = 0 | MenuElementBase | |
![]() | m_mouseModeCollapsed : int = 1 | CollapsableListContainer | |
![]() | m_mouseModeUncollapsed : int = 3 | CollapsableListContainer | |
![]() | m_mouseWheelMode : int = 0 | MenuElementBase | |
![]() | m_sendEvent : Function = null | BaseContainer | |
![]() | m_sendEventWithValue : Function = null | BaseContainer | |
m_view : ModalDialogGenericButtonView | ModalDialogGenericButton | ||
![]() | m_xOffset : Number = 0 | ListContainer | |
![]() | m_yOffset : Number = 0 | ListContainer |
Method | Defined By | ||
---|---|---|---|
![]() | handleChildSelectionChange():void | BaseContainer | |
handleSelectionChange():void [override] | ModalDialogGenericButton | ||
![]() | setPopOutScale(viewElement:Object, active:Boolean, animate:Boolean = true):void | MenuElementBase |
Constant | Defined By | ||
---|---|---|---|
STATE_DEFAULT : int = 0 | ModalDialogGenericButton | ||
STATE_GROUP_SELECTED : int = 2 | ModalDialogGenericButton | ||
STATE_HOVER : int = 3 | ModalDialogGenericButton | ||
STATE_SELECTED : int = 1 | ModalDialogGenericButton |
m_iconLabel | property |
protected var m_iconLabel:String
m_view | property |
protected var m_view:ModalDialogGenericButtonView
ModalDialogGenericButton | () | Constructor |
public function ModalDialogGenericButton(_arg_1:Object)
_arg_1:Object |
getView | () | method |
override public function getView():Sprite
ReturnsSprite |
handleSelectionChange | () | method |
override protected function handleSelectionChange():void
isPressable | () | method |
public function isPressable():Boolean
ReturnsBoolean |
onCreationDone | () | method |
public function onCreationDone():void
onPressed | () | method |
public function onPressed():void
onSetData | () | method |
override public function onSetData(_arg_1:Object):void
Parameters
_arg_1:Object |
onUnregister | () | method |
override public function onUnregister():void
setItemHover | () | method |
public function setItemHover(_arg_1:Boolean):void
Parameters
_arg_1:Boolean |
setPressable | () | method |
public function setPressable(_arg_1:Boolean):void
Parameters
_arg_1:Boolean |
setSelectedAnimationState | () | method |
public function setSelectedAnimationState(_arg_1:int):void
Parameters
_arg_1:int |
STATE_DEFAULT | Constant |
protected const STATE_DEFAULT:int = 0
STATE_GROUP_SELECTED | Constant |
protected const STATE_GROUP_SELECTED:int = 2
STATE_HOVER | Constant |
protected const STATE_HOVER:int = 3
STATE_SELECTED | Constant |
protected const STATE_SELECTED:int = 1