Package | menu3.basic |
Class | public dynamic class ChallengeActionButton |
Inheritance | ChallengeActionButton ![]() ![]() ![]() |
Property | Defined By | ||
---|---|---|---|
![]() | m_isSelected : Boolean = false | MenuElementTileBase | |
![]() | m_loading : Boolean = false | MenuElementTileBase | |
![]() | m_mouseMode : int = 0 | MenuElementBase | |
![]() | m_mouseWheelMode : int = 0 | MenuElementBase | |
m_textObj : Object | ChallengeActionButton | ||
m_textTicker : textTicker | ChallengeActionButton |
Method | Defined By | ||
---|---|---|---|
callTextTicker(_arg_1:Boolean):void | ChallengeActionButton | ||
handleSelectionChange():void [override] | ChallengeActionButton | ||
![]() | setPopOutScale(viewElement:Object, active:Boolean, animate:Boolean = true):void | MenuElementBase | |
setSelectedAnimationState(_arg_1:int):void | ChallengeActionButton |
Constant | Defined By | ||
---|---|---|---|
ICON_CROSSED_OUT : int = 2 | ChallengeActionButton | ||
ICON_NORMAL : int = 1 | ChallengeActionButton | ||
ICON_UNDEFINED : int = 0 | ChallengeActionButton | ||
STATE_DEFAULT : int = 0 | ChallengeActionButton | ||
STATE_SELECTED : int = 1 | ChallengeActionButton |
m_textObj | property |
protected var m_textObj:Object
m_textTicker | property |
protected var m_textTicker:textTicker
ChallengeActionButton | () | Constructor |
public function ChallengeActionButton(_arg_1:Object)
_arg_1:Object |
callTextTicker | () | method |
protected function callTextTicker(_arg_1:Boolean):void
Parameters
_arg_1:Boolean |
handleSelectionChange | () | method |
override protected function handleSelectionChange():void
onSetData | () | method |
override public function onSetData(_arg_1:Object):void
Parameters
_arg_1:Object |
onUnregister | () | method |
override public function onUnregister():void
setSelectedAnimationState | () | method |
protected function setSelectedAnimationState(_arg_1:int):void
Parameters
_arg_1:int |
ICON_CROSSED_OUT | Constant |
protected const ICON_CROSSED_OUT:int = 2
ICON_NORMAL | Constant |
protected const ICON_NORMAL:int = 1
ICON_UNDEFINED | Constant |
protected const ICON_UNDEFINED:int = 0
STATE_DEFAULT | Constant |
protected const STATE_DEFAULT:int = 0
STATE_SELECTED | Constant |
protected const STATE_SELECTED:int = 1