Packagehud.evergreen
Classpublic class WorldMapTerritoryWidget
InheritanceWorldMapTerritoryWidget Inheritance BaseControl Inheritance flash.display.Sprite



Public Properties
 PropertyDefined By
 InheritedCallEntity : Function
BaseControl
  ExpandDetailsToDirection : String
[write-only]
WorldMapTerritoryWidget
 Inheritedm_bounds : Rectangle
BaseControl
  YMaxInfoPanel : Number
[write-only]
WorldMapTerritoryWidget
Public Methods
 MethodDefined By
  
WorldMapTerritoryWidget
 Inherited
BaseControl
 Inherited
getContainer():Sprite
BaseControl
 Inherited
onAttached():void
BaseControl
 Inherited
BaseControl
 Inherited
onEditorContainerSelected(_arg_1:Boolean, _arg_2:Number, _arg_3:Number, _arg_4:Number, _arg_5:Number, _arg_6:Number, _arg_7:Number):void
BaseControl
 Inherited
onEditorSelected(_arg_1:Boolean, _arg_2:Number, _arg_3:Number, _arg_4:Number, _arg_5:Number, _arg_6:Number, _arg_7:Number):void
BaseControl
 Inherited
BaseControl
 Inherited
onMouseEnabled(_arg_1:Boolean):void
BaseControl
 Inherited
onSetConstrained(_arg_1:Boolean):void
BaseControl
  
onSetData(_arg_1:Object):void
WorldMapTerritoryWidget
 Inherited
onSetSize(_arg_1:Number, _arg_2:Number):void
BaseControl
 Inherited
onSetViewport(_arg_1:Number, _arg_2:Number, _arg_3:Number):void
BaseControl
 Inherited
onSetVisible(_arg_1:Boolean):void
BaseControl
  
send_dxExpandedCenter(_arg_1:Number):void
WorldMapTerritoryWidget
  
send_dyExpandedCenter(_arg_1:Number):void
WorldMapTerritoryWidget
 Inherited
BaseControl
Protected Methods
 MethodDefined By
 Inherited
getProperty(_arg_1:String):*
BaseControl
 Inherited
print(_arg_1:*):void
BaseControl
 Inherited
sendBounds(_arg_1:Rectangle):void
BaseControl
 Inherited
sendEvent(_arg_1:String):void
BaseControl
 Inherited
sendEventWithValue(_arg_1:String, _arg_2:*):void
BaseControl
Public Constants
 ConstantDefined By
  NotVisited : int = 0
[static]
WorldMapTerritoryWidget
  VisitedAndLost : int = 2
[static]
WorldMapTerritoryWidget
  VisitedAndWon : int = 1
[static]
WorldMapTerritoryWidget
Property Detail
ExpandDetailsToDirectionproperty
ExpandDetailsToDirection:String  [write-only]


Implementation
    public function set ExpandDetailsToDirection(value:String):void
YMaxInfoPanelproperty 
YMaxInfoPanel:Number  [write-only]


Implementation
    public function set YMaxInfoPanel(value:Number):void
Constructor Detail
WorldMapTerritoryWidget()Constructor
public function WorldMapTerritoryWidget()



Method Detail
onSetData()method
public function onSetData(_arg_1:Object):void

Parameters

_arg_1:Object

send_dxExpandedCenter()method 
public function send_dxExpandedCenter(_arg_1:Number):void

Parameters

_arg_1:Number

send_dyExpandedCenter()method 
public function send_dyExpandedCenter(_arg_1:Number):void

Parameters

_arg_1:Number

Constant Detail
NotVisitedConstant
public static const NotVisited:int = 0

VisitedAndLostConstant 
public static const VisitedAndLost:int = 2

VisitedAndWonConstant 
public static const VisitedAndWon:int = 1