Package | menu3.basic |
Class | public dynamic class OptionsListElementBase |
Inheritance | OptionsListElementBase ![]() ![]() ![]() ![]() ![]() |
Subclasses | OptionsListElement, OptionsListElementBig |
Method | Defined By | ||
---|---|---|---|
createView():* | OptionsListElementBase | ||
![]() | handleChildSelectionChange():void | BaseContainer | |
handleSelectionChange():void [override] | OptionsListElementBase | ||
![]() | setPopOutScale(viewElement:Object, active:Boolean, animate:Boolean = true):void | MenuElementBase | |
setSelectedAnimationState(_arg_1:int):void | OptionsListElementBase |
Constant | Defined By | ||
---|---|---|---|
STATE_DEFAULT : int = 0 | OptionsListElementBase | ||
STATE_GROUP_SELECTED : int = 2 | OptionsListElementBase | ||
STATE_HOVER : int = 3 | OptionsListElementBase | ||
STATE_SELECTED : int = 1 | OptionsListElementBase |
OptionsListElementBase | () | Constructor |
public function OptionsListElementBase(_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 )
|
createView | () | method |
protected function createView():*
Returns* |
getView | () | method |
override public function getView():Sprite
ReturnsSprite |
handleMouseDown | () | method |
override public function handleMouseDown(_arg_1:Function, _arg_2:MouseEvent):void
Parameters
_arg_1:Function | |
_arg_2:MouseEvent |
handleMouseMove | () | method |
public function handleMouseMove(_arg_1:MouseEvent):void
Parameters
_arg_1:MouseEvent |
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 |
handleMouseUp | () | method |
override public function handleMouseUp(_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 |
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