Package | menu3.basic |
Class | public dynamic class ListElementSmall |
Inheritance | ListElementSmall ![]() ![]() ![]() ![]() ![]() |
Method | Defined By | ||
---|---|---|---|
![]() | handleChildSelectionChange():void | BaseContainer | |
handleSelectionChange():void [override] | ListElementSmall | ||
![]() | setPopOutScale(viewElement:Object, active:Boolean, animate:Boolean = true):void | MenuElementBase | |
setSelectedAnimationState(_arg_1:int):void | ListElementSmall |
Constant | Defined By | ||
---|---|---|---|
STATE_DEFAULT : int = 0 | ListElementSmall | ||
STATE_GROUP_SELECTED : int = 2 | ListElementSmall | ||
STATE_HOVER : int = 3 | ListElementSmall | ||
STATE_SELECTED : int = 1 | ListElementSmall |
ListElementSmall | () | Constructor |
public function ListElementSmall(_arg_1:Object)
_arg_1:Object |
addChild2 | () | method |
override public function addChild2(_arg_1:Sprite, _arg_2:int = -1):void
Parameters
_arg_1:Sprite | |
_arg_2:int (default = -1 )
|
getView | () | method |
override public function getView():Sprite
ReturnsSprite |
handleMouseOver | () | method |
override public function handleMouseOver(_arg_1:Function, _arg_2:MouseEvent):void
Parameters
_arg_1:Function | |
_arg_2:MouseEvent |
handleMouseRollOut | () | method |
override public function handleMouseRollOut(_arg_1:Function, _arg_2:MouseEvent):void
Parameters
_arg_1:Function | |
_arg_2:MouseEvent |
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
setItemHover | () | method |
public function setItemHover(_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: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