Package | menu3 |
Class | public dynamic class ButtonTileBase |
Inheritance | ButtonTileBase ![]() ![]() ![]() |
Subclasses | ButtonTileLarge, ButtonTileLeaderboardSmall, ButtonTileSmall, ButtonTileXSmall, ButtonTileXXSmall |
Property | Defined By | ||
---|---|---|---|
m_currentState : int = 0 | ButtonTileBase | ||
m_currentSubState : String = default | ButtonTileBase | ||
m_GroupSelected : Boolean = false | ButtonTileBase | ||
m_iconName : String | ButtonTileBase | ||
m_infoText : String | ButtonTileBase | ||
![]() | m_isSelected : Boolean = false | MenuElementTileBase | |
![]() | m_loading : Boolean = false | MenuElementTileBase | |
![]() | m_mouseMode : int = 0 | MenuElementBase | |
![]() | m_mouseWheelMode : int = 0 | MenuElementBase | |
m_textObj : Object | ButtonTileBase | ||
m_textTicker : textTicker | ButtonTileBase | ||
m_view : Object | ButtonTileBase |
Method | Defined By | ||
---|---|---|---|
callTextTicker(_arg_1:Boolean):void | ButtonTileBase | ||
changeTextColor(_arg_1:int):void | ButtonTileBase | ||
completeAnimations():void | ButtonTileBase | ||
handleSelectionChange():void [override] | ButtonTileBase | ||
initView():void | ButtonTileBase | ||
![]() | setPopOutScale(viewElement:Object, active:Boolean, animate:Boolean = true):void | MenuElementBase | |
setSelectedAnimationState(_arg_1:Object, _arg_2:int):void | ButtonTileBase | ||
setupTextFields(_arg_1:String, _arg_2:String):void | ButtonTileBase | ||
showText(_arg_1:Boolean):void | ButtonTileBase | ||
updateState():void | ButtonTileBase |
Constant | Defined By | ||
---|---|---|---|
STATE_DEFAULT : int = 0 | ButtonTileBase | ||
STATE_DISABLED : int = 3 | ButtonTileBase | ||
STATE_NOT_SELECTABLE : int = 2 | ButtonTileBase | ||
STATE_SELECTED : int = 1 | ButtonTileBase | ||
SUBSTATE_DEFAULT : String = default | ButtonTileBase | ||
SUBSTATE_DONE : String = done | ButtonTileBase | ||
SUBSTATE_IN_PROGRESS : String = inprogress | ButtonTileBase |
m_currentState | property |
protected var m_currentState:int = 0
m_currentSubState | property |
protected var m_currentSubState:String = default
m_GroupSelected | property |
protected var m_GroupSelected:Boolean = false
m_iconName | property |
protected var m_iconName:String
m_infoText | property |
protected var m_infoText:String
m_textObj | property |
protected var m_textObj:Object
m_textTicker | property |
protected var m_textTicker:textTicker
m_view | property |
protected var m_view:Object
ButtonTileBase | () | Constructor |
public function ButtonTileBase(_arg_1:Object)
_arg_1:Object |
callTextTicker | () | method |
protected function callTextTicker(_arg_1:Boolean):void
Parameters
_arg_1:Boolean |
changeTextColor | () | method |
protected function changeTextColor(_arg_1:int):void
Parameters
_arg_1:int |
completeAnimations | () | method |
protected function completeAnimations():void
handleSelectionChange | () | method |
override protected function handleSelectionChange():void
initView | () | method |
protected function initView():void
onSetData | () | method |
override public function onSetData(_arg_1:Object):void
Parameters
_arg_1:Object |
onUnregister | () | method |
override public function onUnregister():void
setItemGroupSelected | () | method |
public function setItemGroupSelected(_arg_1:Boolean):void
Parameters
_arg_1:Boolean |
setItemSelected | () | method |
override public function setItemSelected(_arg_1:Boolean):void
Parameters
_arg_1:Boolean |
setSelectedAnimationState | () | method |
protected function setSelectedAnimationState(_arg_1:Object, _arg_2:int):void
Parameters
_arg_1:Object | |
_arg_2:int |
setupTextFields | () | method |
protected function setupTextFields(_arg_1:String, _arg_2:String):void
Parameters
_arg_1:String | |
_arg_2:String |
showText | () | method |
protected function showText(_arg_1:Boolean):void
Parameters
_arg_1:Boolean |
updateState | () | method |
protected function updateState():void
STATE_DEFAULT | Constant |
protected const STATE_DEFAULT:int = 0
STATE_DISABLED | Constant |
protected const STATE_DISABLED:int = 3
STATE_NOT_SELECTABLE | Constant |
protected const STATE_NOT_SELECTABLE:int = 2
STATE_SELECTED | Constant |
protected const STATE_SELECTED:int = 1
SUBSTATE_DEFAULT | Constant |
protected const SUBSTATE_DEFAULT:String = default
SUBSTATE_DONE | Constant |
protected const SUBSTATE_DONE:String = done
SUBSTATE_IN_PROGRESS | Constant |
protected const SUBSTATE_IN_PROGRESS:String = inprogress