Package | menu3.basic |
Class | public dynamic class ProfileElement |
Inheritance | ProfileElement ![]() ![]() |
Constant | Defined By | ||
---|---|---|---|
STATE_CONNECTED : int = 2 [static] | ProfileElement | ||
STATE_OFFLINE : int = 0 [static] | ProfileElement | ||
STATE_ONLINE : int = 1 [static] | ProfileElement | ||
STATE_UNDEFINED : int = -1 [static] | ProfileElement |
ProfileElement | () | Constructor |
public function ProfileElement(_arg_1:Object)
_arg_1:Object |
onSetData | () | method |
override public function onSetData(_arg_1:Object):void
Parameters
_arg_1:Object |
onUnregister | () | method |
override public function onUnregister():void
setProfileLevel | () | method |
public function setProfileLevel(_arg_1:int):void
Parameters
_arg_1:int |
setProfileName | () | method |
public function setProfileName(_arg_1:String):void
Parameters
_arg_1:String |
setState | () | method |
public function setState(_arg_1:int):void
Parameters
_arg_1:int |
STATE_CONNECTED | Constant |
public static const STATE_CONNECTED:int = 2
STATE_OFFLINE | Constant |
public static const STATE_OFFLINE:int = 0
STATE_ONLINE | Constant |
public static const STATE_ONLINE:int = 1
STATE_UNDEFINED | Constant |
public static const STATE_UNDEFINED:int = -1